Fixed the docdir issue, following the F20 System Wide Change

- Rebuild for Boost-1.54.0
This commit is contained in:
Denis Arnaud 2013-07-29 23:01:57 +03:00
parent 4ee369483d
commit 687e242b75

View File

@ -3,7 +3,7 @@
# #
Name: rmol Name: rmol
Version: 1.00.0 Version: 1.00.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: C++ library of Revenue Management and Optimisation classes and functions 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} mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{mydocs}
rm -f %{mydocs}/html/installdox 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 %check
ctest ctest
@ -121,6 +125,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Wed May 22 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-3
- Rebuild for Soci-3.2.1 - Rebuild for Soci-3.2.1