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
|
||||
Name: libidn
|
||||
Version: 0.5.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
URL: http://www.gnu.org/software/libidn
|
||||
License: LGPL
|
||||
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
|
||||
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir
|
||||
fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
||||
@ -82,6 +83,9 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- update to 0.5.4 (#129341)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user