]> git.pld-linux.org Git - packages/whois.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Sun, 21 May 2000 16:44:10 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois.spec -> 1.8

whois.spec

index 76afbdfe1f018ab36baa0aeb906b8affdba4cf89..3dbdb0ac7ffc57830d1e554392abb28fc1841b92 100644 (file)
@@ -2,20 +2,20 @@ Summary:      whois client program
 Name:          whois
 Version:       4.4.7
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Networking/Utilities
 Group(pl):     Sieciowe/Narzêdzia
-Source:                http://www.linux.it/~md/software/whois_%{version}.tar.gz
-Patch:         whois-Makefile.patch
+Source0:       http://www.linux.it/~md/software/%{name}_%{version}.tar.gz
+Patch0:                whois-Makefile.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a new whois (RFC 954) client rewritten from scratch by me.                   
-It is derived from and compatible with the usual BSD and RIPE whois(1)               
-programs.                                                                            
-It is intelligent and can automatically select the appropriate whois                 
-server for most queries.                                                             
-                                                                                    
+This is a new whois (RFC 954) client rewritten from scratch by me. It
+is derived from and compatible with the usual BSD and RIPE whois(1)
+programs. It is intelligent and can automatically select the
+appropriate whois server for most queries.
+
+
 %prep
 %setup -q 
 %patch -p1
@@ -28,7 +28,7 @@ rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* \
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
        README TODO
 
 %find_lang %{name}
This page took 0.036651 seconds and 4 git commands to generate.