]> git.pld-linux.org Git - packages/whois.git/commitdiff
- updated to 4.7.11 RA-branch whois-4_7_11-1
authorhawk <hawk@pld-linux.org>
Mon, 26 Dec 2005 16:32:45 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois.spec -> 1.51.2.7

whois.spec

index a1607b200332a3c4811b36ad4f44155e98642a3e..71d6ede4e5935f728af5f89f71d540db4f9d11c7 100644 (file)
@@ -3,14 +3,13 @@ Summary(pl):  Rozszerzony klient WHOIS
 Summary(ru):   õÌÕÞÛÅÎÎÙÊ ËÌÉÅÎÔ WHOIS
 Summary(uk):   ðÏËÒÁÝÅÎÉÊ Ë̦¤ÎÔ WHOIS
 Name:          whois
-Version:       4.7.6
+Version:       4.7.11
 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: a8cd09769bafa67a8517244d1068b534
-Patch0:                %{name}-Makefile.patch
+# Source0-md5: aca7ac4c907232f2eea5e7cbb7d6245d
 URL:           http://www.linux.it/~md/software/
 BuildRequires: gettext-devel
 BuildRequires: libidn-devel
@@ -41,7 +40,6 @@ wi
 
 %prep
 %setup -q
-%patch0 -p1
 
 mv -f po/{no,nb}.po
 %{__perl} -pi -e 's/no\.mo/nb.mo/' po/Makefile
@@ -54,12 +52,13 @@ mv -f po/{no,nb}.po
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
 
 install whois.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       BASEDIR=$RPM_BUILD_ROOT \
+       prefix=%{_prefix}
 
 %find_lang %{name}
 
This page took 0.033967 seconds and 4 git commands to generate.