Fixed the docdir issue, following the F20 System Wide Change
- Rebuild for Boost-1.54.0
This commit is contained in:
parent
4ee369483d
commit
687e242b75
10
rmol.spec
10
rmol.spec
@ -3,7 +3,7 @@
|
||||
#
|
||||
Name: rmol
|
||||
Version: 1.00.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: C++ library of Revenue Management and Optimisation classes and functions
|
||||
|
||||
@ -80,6 +80,10 @@ mkdir -p %{mydocs}
|
||||
mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs}
|
||||
rm -f %{mydocs}/html/installdox
|
||||
|
||||
# Remove additional documentation files (those files are already available
|
||||
# in the project top directory)
|
||||
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{NEWS,README,AUTHORS}
|
||||
|
||||
%check
|
||||
ctest
|
||||
|
||||
@ -121,6 +125,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-4
|
||||
- Fixed the docdir issue, following the F20 System Wide Change
|
||||
- Rebuild for Boost-1.54.0
|
||||
|
||||
* Wed May 22 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-3
|
||||
- Rebuild for Soci-3.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user