Author: megabajt                     Date: Fri Mar  4 19:52:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper license
- fixed source1

---- Files affected:
SPECS:
   knocker.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/knocker.spec
diff -u SPECS/knocker.spec:1.9 SPECS/knocker.spec:1.10
--- SPECS/knocker.spec:1.9      Sat Feb 12 21:00:22 2005
+++ SPECS/knocker.spec  Fri Mar  4 20:52:17 2005
@@ -4,12 +4,11 @@
 Name:          knocker
 Version:       0.7.1
 Release:       3
-License:       GPL
+License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/knocker/%{name}-%{version}.tar.gz
 # Source0-md5: 53d1a036071ceccb6500c0292feafacd
-Source1:       
http://www.mbsoftware.boo.pl/knocker/%{name}-polish-man-page.tar.gz
-# Source1-md5: a3ea62d930e98698885ef417ea653e8b
+Source1:       %{name}.1.pl
 URL:           http://knocker.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -23,7 +22,7 @@
 Knocker jest prostym, uniwersalnym i łatwym w użyciu skanerem portów.
 
 %prep
-%setup -q -a1
+%setup -q
 
 %build
 %{__aclocal}
@@ -35,10 +34,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-cp -r pl/ $RPM_BUILD_ROOT%{_mandir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/knocker.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,7 +48,7 @@
 %attr(755,root,root) %{_bindir}/%{name}
 %doc AUTHORS BUGS ChangeLog NEWS README TO-DO
 %{_mandir}/man1/*
-%{_mandir}/pl/man1/*
+%lang(pl) %{_mandir}/pl/man1/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -56,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/03/04 19:52:17  megabajt
+- proper license
+- fixed source1
+
 Revision 1.9  2005/02/12 20:00:22  bartowl
 - raised rel (forgotten last time)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/knocker.spec?r1=1.9&r2=1.10&f=u


_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to