]> git.pld-linux.org Git - packages/whois.git/commitdiff
- HEAD merge: added whois.conf, updated to 4.6.26
authorhawk <hawk@pld-linux.org>
Fri, 31 Dec 2004 16:14:37 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois.spec -> 1.51.2.3

whois.spec

index 3294210d3ae1530e698955a6ba06af901a0da78f..fd71dc881e2a7b7061d4a295d315d6f96a4af721 100644 (file)
@@ -3,13 +3,13 @@ Summary(pl):  Rozszerzony klient WHOIS
 Summary(ru):   õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
 Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
-Version:       4.6.25
+Version:       4.6.26
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 #Source0:      http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
 Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.gz
-# Source0-md5: 1be817f83451588cdfa16be772c7e469
+# Source0-md5: f9eb884328fc7e49a9751389e7d1de71
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.linux.it/~md/software/
 BuildRequires: gettext-devel
@@ -54,6 +54,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
@@ -67,4 +70,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 mtime size) %{_sysconfdir}/whois.conf
 %{_mandir}/man1/*
This page took 0.128829 seconds and 4 git commands to generate.