rpms/wget/F-10 wget.spec,1.68,1.69

Karsten Hopp karsten at fedoraproject.org
Wed Nov 18 16:11:08 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/wget/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7437

Modified Files:
	wget.spec 
Log Message:
- don't provide /usr/share/info/dir


Index: wget.spec
===================================================================
RCS file: /cvs/extras/rpms/wget/F-10/wget.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- wget.spec	17 Nov 2009 11:50:22 -0000	1.68
+++ wget.spec	18 Nov 2009 16:11:08 -0000	1.69
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols
 Name: wget
 Version: 1.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://wget.sunsite.dk/
@@ -39,6 +39,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
+rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
 %find_lang %{name}
 
@@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Wed Nov 18 2009 Karsten Hopp <karsten at redhat.com> 1.12-2
+- don't provide /usr/share/info/dir
+
 * Tue Nov 17 2009 Karsten Hopp <karsten at redhat.com> 1.12-1
 - update to wget-1.12
 - fixes CVE-2009-3490 wget: incorrect verification of SSL certificate




More information about the fedora-extras-commits mailing list