auto-import changelog data from libidn-0.5.4-2.src.rpm
Tue Aug 31 2004 Joe Orton <jorton@redhat.com> 0.5.4-2 - move ldconfig from preun to postun (#131280)
This commit is contained in:
parent
22ef03c0b9
commit
fb9598408f
@ -1,7 +1,7 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Release: 1
|
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
|
||||||
@ -57,7 +57,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir
|
|||||||
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
|
||||||
/sbin/ldconfig
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
||||||
@ -82,6 +83,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 31 2004 Joe Orton <jorton@redhat.com> 0.5.4-2
|
||||||
|
- move ldconfig from preun to postun (#131280)
|
||||||
|
|
||||||
* Sun Aug 8 2004 Joe Orton <jorton@redhat.com> 0.5.4-1
|
* Sun Aug 8 2004 Joe Orton <jorton@redhat.com> 0.5.4-1
|
||||||
- update to 0.5.4 (#129341)
|
- update to 0.5.4 (#129341)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user