]> git.pld-linux.org Git - packages/nc.git/commitdiff
- fixed usage of macros
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 11:04:34 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added/removed neccesary/obsolete patches
- FHS 2.0 compliance where needed
- gzipping docs where needed

Changed files:
    nc.spec -> 1.7

nc.spec

diff --git a/nc.spec b/nc.spec
index 6e6cca8fab229d1c5cf85e1b5f51fc696abd749d..3742f61c89198308b033099e61c982811e4685fd 100644 (file)
--- a/nc.spec
+++ b/nc.spec
@@ -1,12 +1,13 @@
-Summary:     Versatile network test and debugging tool
-Summary(pl): Proste narzêdzie do testowania sieci
-Name:        nc
-Version:     1.10
-Release:     4
-Copyright:   None, see README
-Group:       Networking/Admin
-Icon:        netcat.xpm
-Source:      ftp://ftp.avian.org/src/hacks/nc110.tgz
+Summary:       Versatile network test and debugging tool
+Summary(pl):   Proste narzêdzie do testowania sieci
+Name:          nc
+Version:       1.10
+Release:       4
+Copyright:     None, see README
+Group:         Networking/Admin
+Icon:          netcat.xpm
+Source:                ftp://ftp.avian.org/src/hacks/nc110.tgz
+Patch:         nc-arm.patch
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description 
@@ -33,6 +34,7 @@ kolejne tajemnicze, ale standardowe uniksowe narz
 
 %prep
 %setup -c -n nc -q
+%patch -p1
 
 %build
 # 'make linux' works too, but builds a static binary. 
@@ -45,10 +47,12 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 install -s nc $RPM_BUILD_ROOT%{_bindir}/nc
 
+gzip -9nf README Changelog data/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README Changelog scripts data
+%doc README.gz Changelog.gz scripts data
 %attr(755,root,root) %{_bindir}/nc
This page took 0.027718 seconds and 4 git commands to generate.