[simcrs] Fixed the docdir issue, following the F20 System Wide Change

Denis Arnaud denisarnaud at fedoraproject.org
Mon Jul 29 19:37:24 UTC 2013


commit ad513d82eb9332ee8f3fe0791f1527c363d0bb8d
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Mon Jul 29 22:36:53 2013 +0300

    Fixed the docdir issue, following the F20 System Wide Change
    
    - Rebuild for boost 1.54.0

 simcrs.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/simcrs.spec b/simcrs.spec
index 824ca93..00fdf7a 100644
--- a/simcrs.spec
+++ b/simcrs.spec
@@ -3,7 +3,7 @@
 #
 Name:           simcrs
 Version:        1.00.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        C++ Simulated Travel-Oriented Distribution System 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,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 29 2013 Denis Arnaud <denis.arnaud_fedora at 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 at m4x.org> - 1.00.0-3
 - Rebuild for Soci-3.2.1
 


More information about the scm-commits mailing list