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
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 1.35
|
Version: 1.35
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
URL: http://www.gnu.org/software/libidn/
|
URL: http://www.gnu.org/software/libidn/
|
||||||
License: LGPLv2+ and GPLv3+ and GFDL
|
License: LGPLv2+ and GPLv3+ and GFDL
|
||||||
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
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
|
%{_bindir}/idn
|
||||||
%{_mandir}/man1/idn.1*
|
%{_mandir}/man1/idn.1*
|
||||||
%{_libdir}/libidn.so.12*
|
%{_libdir}/libidn.so.12*
|
||||||
%{_infodir}/%{name}.info.gz
|
%{_infodir}/%{name}.info*
|
||||||
%if %{with libidn_enables_emacs}
|
%if %{with libidn_enables_emacs}
|
||||||
%{_emacs_sitelispdir}/%{name}
|
%{_emacs_sitelispdir}/%{name}
|
||||||
%endif
|
%endif
|
||||||
@ -184,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.35-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user