- use %%{_sysconfdir} (#171555)
This commit is contained in:
parent
922be5a093
commit
6b22eae0ac
@ -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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%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@redhat.de> 1.10.2-2
|
||||
- use %%{_sysconfdir} (#171555)
|
||||
|
||||
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
||||
- 1.10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user