SPECS: gg_crack.spec (NEW) - init - small, but usefull

spider spider at pld-linux.org
Mon Jun 27 12:40:46 CEST 2005


Author: spider                       Date: Mon Jun 27 10:40:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- small, but usefull

---- Files affected:
SPECS:
   gg_crack.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gg_crack.spec
diff -u /dev/null SPECS/gg_crack.spec:1.1
--- /dev/null	Mon Jun 27 12:40:46 2005
+++ SPECS/gg_crack.spec	Mon Jun 27 12:40:40 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	GG - password cracking tool
+Summary(pl):	GG - narzędzie do łamania haseł
+Name:		gg_crack
+Version:	1
+Release:	1
+License:	???
+Group:		Tool
+Source0:	http://packetstorm.linuxsecurity.com/crypt/%{name}.c
+# Source0-md5:	65e491064e613406abdafdebb495ef85
+URL:		http://packetstorm.linuxsecurity.com
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GG - password cracking tool.
+
+%description -l pl
+GG - narzędzie do łamania haseł.
+
+%prep 
+
+%build
+rm -rf $RPM_BUILD_ROOT
+
+mkdir $RPM_BUILD_ROOT
+
+cp %{SOURCE0} $RPM_BUILD_ROOT
+
+cd $RPM_BUILD_ROOT
+
+#install -D %name.c $RPM_BUILD_ROOT/%{name}.c
+gcc -Wall $RPM_BUILD_ROOT/%{name}.c -o $RPM_BUILD_ROOT/%{name}
+
+%install
+install -D $RPM_BUILD_ROOT/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/27 10:40:40  spider
+- init
+- small, but usefull
+
================================================================



More information about the pld-cvs-commit mailing list