]> git.pld-linux.org Git - packages/john.git/commitdiff
- fixed usage of macros
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 11:04:33 +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:
    john.spec -> 1.7

john.spec

index a889b4a1382646f70dc90d3ec9d24f67be41fec2..ecb2382c10be39138b73b71822c0fa3a298710c4 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -2,7 +2,7 @@ Summary:        Password cracker
 Summary(pl):   £amacz hase³
 Name:          john
 Version:       1.6
-Release:       3
+Release:       4
 Copyright:     GPL
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
@@ -46,7 +46,7 @@ fi
        
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{bin,lib/john}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/john}
 install run/*.chr $RPM_BUILD_ROOT%{_libdir}/john
 install run/john.ini $RPM_BUILD_ROOT%{_libdir}/john
 install run/john $RPM_BUILD_ROOT%{_bindir}
This page took 0.075074 seconds and 4 git commands to generate.