rpms/libidn/devel libidn.spec,1.53,1.54

Joe Orton jorton at fedoraproject.org
Tue Mar 10 09:11:23 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/libidn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20796

Modified Files:
	libidn.spec 
Log Message:
- drop ChangeLog from %doc
- drop autoreconf entirely



Index: libidn.spec
===================================================================
RCS file: /cvs/extras/rpms/libidn/devel/libidn.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- libidn.spec	10 Mar 2009 08:58:24 -0000	1.53
+++ libidn.spec	10 Mar 2009 09:10:52 -0000	1.54
@@ -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 @@
 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 @@
 
 %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 @@
 %{_mandir}/man3/*
 
 %changelog
-* Tue Mar 10 2009 Joe Orton <jorton at redhat.com> 1.9-2
+* Tue Mar 10 2009 Joe Orton <jorton at redhat.com> 1.9-4
 - update to 1.9 (#302111)
 - update License to reflect GPLv3+ binaries, LGPLv2+ library
 




More information about the fedora-extras-commits mailing list