Handle uncompressed info pages
Make the spec file agnostic about whether info pages are compressed or not.
This commit is contained in:
parent
8164c9a1c6
commit
cdd3e214e9
@ -6,7 +6,7 @@
|
||||
Summary: Internationalized Domain Name support library
|
||||
Name: libidn
|
||||
Version: 1.35
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
License: LGPLv2+ and GPLv3+ and GFDL
|
||||
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
@ -163,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
||||
%{_bindir}/idn
|
||||
%{_mandir}/man1/idn.1*
|
||||
%{_libdir}/libidn.so.12*
|
||||
%{_infodir}/%{name}.info.gz
|
||||
%{_infodir}/%{name}.info*
|
||||
%if %{with libidn_enables_emacs}
|
||||
%{_emacs_sitelispdir}/%{name}
|
||||
%endif
|
||||
@ -184,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2018 Owen Taylor <otaylor@redhat.com> - 1.35-4
|
||||
- Handle uncompressed info pages
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.35-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user