- update to 0.5.10
- buildroot cleanup fix (Robert Scheck)
This commit is contained in:
parent
d083e47378
commit
eaddd5a923
@ -1 +1 @@
|
|||||||
libidn-0.5.9.tar.gz
|
libidn-0.5.10.tar.gz
|
||||||
|
10
libidn.spec
10
libidn.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.5.9
|
Version: 0.5.10
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.gnu.org/software/libidn
|
URL: http://www.gnu.org/software/libidn
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -37,7 +37,7 @@ make %{?_smp_mflags}
|
|||||||
make %{?_smp_mflags} -C tests check
|
make %{?_smp_mflags} -C tests check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
# provide more examples
|
# provide more examples
|
||||||
@ -61,7 +61,7 @@ fi
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -83,6 +83,10 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 9 2004 Joe Orton <jorton@redhat.com> 0.5.10-1
|
||||||
|
- update to 0.5.10
|
||||||
|
- buildroot cleanup fix (Robert Scheck)
|
||||||
|
|
||||||
* Mon Nov 8 2004 Joe Orton <jorton@redhat.com> 0.5.9-1
|
* Mon Nov 8 2004 Joe Orton <jorton@redhat.com> 0.5.9-1
|
||||||
- update to 0.5.9 (#138296)
|
- update to 0.5.9 (#138296)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
295e939b47d5203134925a882315c495 libidn-0.5.9.tar.gz
|
655551b05db58561237e5649fac274f2 libidn-0.5.10.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user