Fixed the docdir issue, following the F20 System Wide Change
- Rebuild for boost 1.54.0
This commit is contained in:
parent
156dada3b9
commit
fe8f27ab3d
1 changed files with 9 additions and 1 deletions
10
airinv.spec
10
airinv.spec
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
Name: airinv
|
||||
Version: 1.00.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
Summary: C++ Simulated Airline Inventory Management System 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
|
||||
|
||||
|
|
@ -115,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-5
|
||||
- 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-4
|
||||
- Rebuild for Soci-3.2.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue