Make manpage installation agnostic of compression
https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages
This commit is contained in:
parent
22e13aaf05
commit
02f875bfba
@ -1,7 +1,7 @@
|
||||
Summary: Library for easy parsing of XMP metadata
|
||||
Name: exempi
|
||||
Version: 2.4.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
@ -58,7 +58,7 @@ rm -rf %{buildroot}%{_libdir}/*.a
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%{_bindir}/exempi
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man1/exempi.1.gz
|
||||
%{_mandir}/man1/exempi.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/exempi-2.0/
|
||||
@ -66,6 +66,10 @@ rm -rf %{buildroot}%{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 1 2017 Owen Taylor <otaylor@redhat.com> - 2.4.2-4
|
||||
- Make manpage installation agnostic of compression
|
||||
https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user