From d1f6569778d2982df620f618c16e7c7c2e37d7ae Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 15 Nov 2006 15:55:28 +0000 Subject: [PATCH] - use non-GNU section in info directory (#209491) --- libidn.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libidn.spec b/libidn.spec index 517bce2..6f7f605 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,7 +1,7 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 0.6.8 -Release: 3 +Release: 4 URL: http://www.gnu.org/software/libidn License: LGPL Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz @@ -31,6 +31,9 @@ developing programs which use the GNU libidn library. %prep %setup -q +# Name directory sections consistently in the info file, #209491 +sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info + %build %configure --disable-csharp make %{?_smp_mflags} @@ -89,6 +92,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Nov 15 2006 Joe Orton 0.6.8-4 +- use non-GNU section in info directory (#209491) + * Wed Nov 15 2006 Joe Orton 0.6.8-3 - update to 0.6.8