|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
|
|
|
|
|
Summary: Internationalized Domain Name support library
|
|
|
|
|
Name: libidn
|
|
|
|
|
Version: 0.4.9
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
URL: http://www.gnu.org/software/libidn
|
|
|
|
|
License: LGPL
|
|
|
|
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
Prereq: /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
|
|
@ -62,17 +62,22 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/{locale,info}
|
|
|
|
|
%{_mandir}/man1/idn.1*
|
|
|
|
|
%{_datadir}/emacs/site-lisp
|
|
|
|
|
%{_libdir}/libidn.so.*
|
|
|
|
|
%{_libdir}/libidn.la
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(0644,root,root,755)
|
|
|
|
|
%doc doc/libidn.html examples contrib
|
|
|
|
|
%{_libdir}/libidn.so
|
|
|
|
|
%{_libdir}/libidn.*a
|
|
|
|
|
%{_libdir}/libidn.a
|
|
|
|
|
%{_includedir}/*.h
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 22 2004 Than Ngo <than@redhat.com> 0.4.9-2
|
|
|
|
|
- add prereq: /sbin/ldconfig
|
|
|
|
|
- move la file in main package
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Robert Scheck <redhat@linuxnetz.de> 0.4.9-1
|
|
|
|
|
- upgrade to 0.4.9 (#126353)
|
|
|
|
|
|
|
|
|
|