]> git.pld-linux.org Git - packages/flawfinder.git/commitdiff
- pl translations, removed COPYING (known - GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Dec 2001 13:49:49 +0000 (13:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flawfinder.spec -> 1.2

flawfinder.spec

index 5219d113d829e2592eb85fc4e2ecdbd443c1dd26..4bca16a70e50f8337862463c2e2139f22bd78922 100644 (file)
@@ -1,5 +1,6 @@
-Name:          flawfinder
 Summary:       Examines C/C++ source code for security flaws
+Summary(pl):   Wyszukiwarka zagro¿eñ bezpieczeñstwa w kodzie C/C++
+Name:          flawfinder
 Version:       0.20
 Release:       1
 License:       GPL
@@ -18,6 +19,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Flawfinder scans through C/C++ source code, finding potentially
 dangerous code. It's released under the GNU Public License (GPL).
 
+%description -l pl
+Flawfinder przeszukuje kod ¼ród³owy C/C++, znajduj±c potencjalnie
+niebezpieczne fragmenty.
+
 %prep
 %setup -q 
 
@@ -26,18 +31,18 @@ dangerous code. It's released under the GNU Public License (GPL).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}%{_bindir}
-install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
-install -c flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder
-install -c flawfinder.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/flawfinder.1.gz
+install -d ${RPM_BUILD_ROOT}{%{_bindir},%{_mandir}/man1}
+
+install flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder
+install flawfinder.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/flawfinder.1.gz
 
-gzip -9nf README ChangeLog COPYING
+gzip -9nf README ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,ChangeLog,COPYING}.gz
+%doc {README,ChangeLog}.gz
 %{_mandir}/man1/*
 %attr(755,root,root) %{_bindir}/flawfinder
This page took 0.112224 seconds and 4 git commands to generate.