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