From e9dde0c5c6f1c4509051b9b420b19c38816ddd4f Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 5 May 2005 15:47:31 +0000 Subject: [PATCH] - constify data tables in pr29.c - clean up pre/post/postun requires --- libidn.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libidn.spec b/libidn.spec index 839a4e3..72991ee 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,14 +1,17 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 0.5.15 -Release: 1 +Release: 2 URL: http://www.gnu.org/software/libidn License: LGPL Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz +Patch0: libidn-0.5.15-pr29const.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root 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 GNU Libidn is an implementation of the Stringprep, Punycode and @@ -28,6 +31,7 @@ developing programs which use the GNU libidn library. %prep %setup -q +%patch0 -p1 -b .pr29const %build %configure @@ -83,6 +87,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 5 2005 Joe Orton 0.5.15-2 +- constify data tables in pr29.c +- clean up pre/post/postun requires + * Sun Mar 20 2005 Joe Orton 0.5.15-1 - update to 0.5.15