- update to 0.6.9
- make install-info use failsafe (Ville Skyttä, #223707)
This commit is contained in:
parent
d1f6569778
commit
9cf161bbb5
@ -1 +1,3 @@
|
|||||||
libidn-0.6.8.tar.gz
|
libidn-0.6.9.tar.gz
|
||||||
|
libidn-0.6.9
|
||||||
|
x86_64
|
||||||
|
10
libidn-0.6.9.tar.gz.sig
Normal file
10
libidn-0.6.9.tar.gz.sig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.5 (GNU/Linux)
|
||||||
|
|
||||||
|
iOoEAAECADQFAkVuyQ8tFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz
|
||||||
|
QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvWa0FAKRtf/xl4yN4nt+9l8kER0WP3xSE
|
||||||
|
GbOgvBn9qLiHxh+EBBa7ICzd8O2gU+32ajfrILy18+jrdoFnAAe1eioga2J3guEM
|
||||||
|
jykgIEqYtx+3cu28UFdjQcC10wnWbW5Hl9vf2XKwV8tYAOEhc80mZspRfZ4aWUCh
|
||||||
|
Dow6FdAFadkvUQL2WXACK96kTT4tlV60cSuKvkNa54Vix1XwRspxVjv4vxo=
|
||||||
|
=DzHe
|
||||||
|
-----END PGP SIGNATURE-----
|
13
libidn.spec
13
libidn.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.6.8
|
Version: 0.6.9
|
||||||
Release: 4
|
Release: 2
|
||||||
URL: http://www.gnu.org/software/libidn
|
URL: http://www.gnu.org/software/libidn
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
@ -9,8 +9,9 @@ Group: System Environment/Libraries
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pkgconfig, gettext
|
BuildRequires: pkgconfig, gettext
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
|
Requires(preun): /sbin/install-info
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
Requires(pre): /sbin/ldconfig, /sbin/install-info
|
Requires(pre): /sbin/ldconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode and
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
||||||
@ -65,7 +66,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir
|
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -92,6 +93,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 0.6.9-2
|
||||||
|
- update to 0.6.9
|
||||||
|
- make install-info use failsafe (Ville Skyttä, #223707)
|
||||||
|
|
||||||
* Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 0.6.8-4
|
* Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 0.6.8-4
|
||||||
- use non-GNU section in info directory (#209491)
|
- use non-GNU section in info directory (#209491)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
5d1a2e42f91c1d53376ec37557601d47 libidn-0.6.8.tar.gz
|
616135837f5aaa9fac752e6b54221fb3 libidn-0.6.9.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user