- constify data tables in pr29.c
- clean up pre/post/postun requires
This commit is contained in:
parent
f99fdeaeb4
commit
e9dde0c5c6
12
libidn.spec
12
libidn.spec
@ -1,14 +1,17 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.5.15
|
Version: 0.5.15
|
||||||
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
|
||||||
|
Patch0: libidn-0.5.15-pr29const.patch
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pkgconfig, gettext
|
BuildRequires: pkgconfig, gettext
|
||||||
Prereq: /sbin/ldconfig, /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
|
Requires(postun): /sbin/ldconfig
|
||||||
|
Requires(pre): /sbin/ldconfig, /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode and
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
||||||
@ -28,6 +31,7 @@ developing programs which use the GNU libidn library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .pr29const
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -83,6 +87,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 5 2005 Joe Orton <jorton@redhat.com> 0.5.15-2
|
||||||
|
- constify data tables in pr29.c
|
||||||
|
- clean up pre/post/postun requires
|
||||||
|
|
||||||
* Sun Mar 20 2005 Joe Orton <jorton@redhat.com> 0.5.15-1
|
* Sun Mar 20 2005 Joe Orton <jorton@redhat.com> 0.5.15-1
|
||||||
- update to 0.5.15
|
- update to 0.5.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user