auto-import changelog data from libidn-0.4.9-2.src.rpm
Tue Jun 22 2004 Than Ngo <than@redhat.com> 0.4.9-2 - add prereq: /sbin/ldconfig - move la file in main package
This commit is contained in:
parent
c5c397e5e8
commit
537492cccd
11
libidn.spec
11
libidn.spec
@ -1,14 +1,14 @@
|
|||||||
|
|
||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.4.9
|
Version: 0.4.9
|
||||||
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
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Prereq: /sbin/ldconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode and
|
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*
|
%{_mandir}/man1/idn.1*
|
||||||
%{_datadir}/emacs/site-lisp
|
%{_datadir}/emacs/site-lisp
|
||||||
%{_libdir}/libidn.so.*
|
%{_libdir}/libidn.so.*
|
||||||
|
%{_libdir}/libidn.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,755)
|
%defattr(0644,root,root,755)
|
||||||
%doc doc/libidn.html examples contrib
|
%doc doc/libidn.html examples contrib
|
||||||
%{_libdir}/libidn.so
|
%{_libdir}/libidn.so
|
||||||
%{_libdir}/libidn.*a
|
%{_libdir}/libidn.a
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 15 2004 Robert Scheck <redhat@linuxnetz.de> 0.4.9-1
|
||||||
- upgrade to 0.4.9 (#126353)
|
- upgrade to 0.4.9 (#126353)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user