Fix unversioned docdir problem in f20.
This commit is contained in:
parent
1ba92eb2bd
commit
cda1c2b628
1 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
Name: adobe-source-libraries
|
||||
Version: 1.0.43
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
|
||||
Summary: General purpose C++ libraries
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -127,7 +129,7 @@ ln -sf $sofile ${sofile%%.*.*.*}
|
|||
%files
|
||||
%doc LICENSE_1_0_0.txt read_me.html release_notes.txt README.fedora
|
||||
%{_libdir}/*.so.*
|
||||
%exclude %{_datadir}/doc/%{name}-%{version}/documentation
|
||||
%exclude %{_pkgdocdir}/documentation
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
|
|
@ -139,6 +141,9 @@ ln -sf $sofile ${sofile%%.*.*.*}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 09 2013 Alec Leamas <leamas@nowhere.net> - 1.0.43-19
|
||||
- Fix f20 unversioned docdir glitch
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.43-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue