From 687e242b75fad55f2422e31fdabfea04e9b24a33 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Jul 29 2013 20:01:57 +0000 Subject: Fixed the docdir issue, following the F20 System Wide Change - Rebuild for Boost-1.54.0 --- diff --git a/rmol.spec b/rmol.spec index 9d0a187..0c7a359 100644 --- a/rmol.spec +++ b/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 - 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 - 1.00.0-3 - Rebuild for Soci-3.2.1