]> git.pld-linux.org Git - packages/flawfinder.git/commitdiff
- noarch, fixed GPL name in description
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Sep 2003 11:31:43 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flawfinder.spec -> 1.17

flawfinder.spec

index 764b97ec8462c17b9703d21ccc60c48ea36d936b..fab2d9a81629ec5f50ee0c34ff630bc7f2cf8f31 100644 (file)
@@ -12,11 +12,13 @@ Patch0:             %{name}-python.patch
 URL:           http://www.dwheeler.com/flawfinder/
 BuildRequires: rpm-pythonprov
 Requires:      python
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Flawfinder scans through C/C++ source code, finding potentially
-dangerous code. It's released under the GNU Public License (GPL).
+dangerous code. It's released under the GNU General Public License
+(GPL).
 
 %description -l pl
 Flawfinder przeszukuje kod ¼ród³owy C/C++, znajduj±c potencjalnie
@@ -31,7 +33,7 @@ niebezpieczne fragmenty.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}{%{_bindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install flawfinder ${RPM_BUILD_ROOT}%{_bindir}/flawfinder
 install flawfinder.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
This page took 0.106519 seconds and 4 git commands to generate.