rpms/wget/devel wget.spec,1.72,1.73

Karsten Hopp karsten at fedoraproject.org
Wed Nov 18 16:03:13 UTC 2009


Author: karsten

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

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


Index: wget.spec
===================================================================
RCS file: /cvs/extras/rpms/wget/devel/wget.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- wget.spec	17 Nov 2009 11:35:20 -0000	1.72
+++ wget.spec	18 Nov 2009 16:03:12 -0000	1.73
@@ -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