From 83e258cdabbc7a29fd4e20522d286e93ae08b245 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Jul 29 2013 19:31:02 +0000 Subject: Fixed the docdir issue, following the F20 System Wide Change --- diff --git a/airsched.spec b/airsched.spec index 7d6c426..263a5c4 100644 --- a/airsched.spec +++ b/airsched.spec @@ -5,7 +5,7 @@ Name: airsched %global sfname airsim %global sfalias airsched Version: 1.00.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: C++ Simulated Airline Schedule Manager Library @@ -76,6 +76,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 @@ -113,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 29 2013 Denis Arnaud - 1.00.0-6 +- Fixed the docdir issue, following the F20 System Wide Change + * Sun Jul 28 2013 Petr Machata - 1.00.0-5 - Rebuild for boost 1.54.0