[packages/crunch-wordlist] package man

glen glen at pld-linux.org
Sat Jul 12 11:20:55 CEST 2014


commit 84a35ba811b53df9d3c908b883bcc89f8194cf80
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jul 12 12:20:47 2014 +0300

    package man

 crunch-wordlist.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/crunch-wordlist.spec b/crunch-wordlist.spec
index 47bc5a4..ea080a2 100644
--- a/crunch-wordlist.spec
+++ b/crunch-wordlist.spec
@@ -1,7 +1,7 @@
 Summary:	Wordlist generator
 Name:		crunch-wordlist
 Version:	3.6
-Release:	0.1
+Release:	0.2
 License:	GPL v2
 Group:		Applications/Text
 Source0:	http://downloads.sourceforge.net/crunch-wordlist/crunch-%{version}.tgz
@@ -24,10 +24,11 @@ A command line program for generating intelligent wordlists.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install -p crunch $RPM_BUILD_ROOT%{_bindir}/crunch
 cp -p unicode_test.lst $RPM_BUILD_ROOT%{_bindir}/unicode_test.lst
 cp -p charset.lst $RPM_BUILD_ROOT%{_bindir}/charset.lst
+cp -p crunch.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,3 +38,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/crunch
 # FIXME: not the best place
 %attr(755,root,root) %{_bindir}/*.lst
+%{_mandir}/man1/crunch.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crunch-wordlist.git/commitdiff/84a35ba811b53df9d3c908b883bcc89f8194cf80



More information about the pld-cvs-commit mailing list