rpms/wget/devel wget.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 25 11:53:39 UTC 2005


Author: karsten

Update of /cvs/dist/rpms/wget/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2953

Modified Files:
	wget.spec 
Log Message:
- use %%{_sysconfdir} (#171555)


Index: wget.spec
===================================================================
RCS file: /cvs/dist/rpms/wget/devel/wget.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- wget.spec	17 Oct 2005 11:51:32 -0000	1.39
+++ wget.spec	25 Oct 2005 11:53:36 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Name: wget
 Version: 1.10.2
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Internet
 Url: http://wget.sunsite.dk/
@@ -64,12 +64,15 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS MAILING-LIST NEWS README PATCHES TODO
-%config(noreplace) /etc/wgetrc
+%config(noreplace) %{_sysconfdir}/wgetrc
 %{_mandir}/man1/wget.*
 %{_bindir}/wget
 %{_infodir}/*
 
 %changelog
+* Tue Oct 25 2005 Karsten Hopp <karsten at redhat.de> 1.10.2-2
+- use %%{_sysconfdir} (#171555)
+
 * Sat Oct 15 2005 Florian La Roche <laroche at redhat.com>
 - 1.10.2
 




More information about the fedora-cvs-commits mailing list