From bdf31d90d9b98deae2291e520b44bcc1a8adffce Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Mon, 29 Jul 2013 22:04:07 +0300 Subject: [PATCH] Fixed the docdir issue, following the F20 System Wide Change --- sevmgr.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sevmgr.spec b/sevmgr.spec index 1fcf101..24be908 100644 --- a/sevmgr.spec +++ b/sevmgr.spec @@ -3,7 +3,7 @@ # Name: sevmgr Version: 1.00.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C++ Simulation-Oriented Discrete Event Management Library @@ -72,6 +72,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 @@ -111,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 29 2013 Denis Arnaud - 1.00.0-5 +- Fixed the docdir issue, following the F20 System Wide Change + * Sun Jul 28 2013 Petr Machata - 1.00.0-6 - Rebuild for boost 1.54.0