From 7ef5e7aac7ae74fd16f67112ec0e80146c53da27 Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 10 Mar 2009 09:10:52 +0000 Subject: [PATCH] - drop ChangeLog from %doc - drop autoreconf entirely --- libidn.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libidn.spec b/libidn.spec index e8fcdc8..4d682a9 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,13 +1,13 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 1.9 -Release: 3 +Release: 4 URL: http://www.gnu.org/software/libidn/ License: LGPLv2+ and GPLv3+ Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pkgconfig, gettext, libtool, autoconf +BuildRequires: pkgconfig, gettext Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Requires(postun): /sbin/ldconfig @@ -39,8 +39,6 @@ iconv -f ISO-8859-1 -t UTF-8 doc/libidn.info > iconv.tmp mv iconv.tmp doc/libidn.info %build -# Must re-bootstrap to get multilib-aware libtool -autoreconf -i %configure --disable-csharp --disable-static --libdir=/%{_lib} make %{?_smp_mflags} @@ -92,7 +90,7 @@ rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) -%doc ChangeLog NEWS FAQ README THANKS COPYING* +%doc AUTHORS NEWS FAQ README THANKS COPYING* %{_bindir}/idn %{_mandir}/man1/idn.1* %{_datadir}/emacs/site-lisp @@ -108,7 +106,7 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog -* Tue Mar 10 2009 Joe Orton 1.9-2 +* Tue Mar 10 2009 Joe Orton 1.9-4 - update to 1.9 (#302111) - update License to reflect GPLv3+ binaries, LGPLv2+ library