]> git.pld-linux.org Git - packages/whois.git/commitdiff
- added whois.conf
authordomelu <domelu@pld-linux.org>
Tue, 28 Dec 2004 12:05:32 +0000 (12:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois.spec -> 1.66

whois.spec

index c87ae5674820e7148797fe15826329c7e825cd40..823a123fba213761f01035c279c7c1e4beb75139 100644 (file)
@@ -4,7 +4,7 @@ Summary(ru):    
 Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
 Version:       4.6.25
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Utilities
 #Source0:      http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
@@ -55,6 +55,9 @@ mv -f po/{no,nb}.po
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+
+install whois.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -68,4 +71,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README debian/changelog
 %attr(755,root,root) %{_bindir}/*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/whois.conf
 %{_mandir}/man1/*
This page took 0.068213 seconds and 4 git commands to generate.