Fixed the docdir issue, following the F20 System Wide Change

This commit is contained in:
Denis Arnaud 2013-07-29 22:30:00 +03:00
parent cf6a617061
commit 8aa9b282bb
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
Name: airrac
Version: 1.00.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: C++ Simulated Revenue Accounting (RAC) System Library
@ -70,6 +70,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
@ -107,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jul 29 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.0-6
- Fixed the docdir issue, following the F20 System Wide Change
* Sun Jul 28 2013 Petr Machata <pmachata@redhat.com> - 1.00.0-5
- Rebuild for boost 1.54.0