Author: pluto                        Date: Sat Jan 15 20:41:58 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new.

---- Files affected:
packages/rarcrack:
   rarcrack.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/rarcrack/rarcrack.spec
diff -u /dev/null packages/rarcrack/rarcrack.spec:1.1
--- /dev/null   Sat Jan 15 21:41:58 2011
+++ packages/rarcrack/rarcrack.spec     Sat Jan 15 21:41:53 2011
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:       Password recovery tool for Rar, 7z and Zip archives
+Name:          rarcrack
+Version:       0.2
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       
http://downloads.sourceforge.net/project/rarcrack/rarcrack-%{version}/%5BUnnamed%20release%5D/%{name}-%{version}.tar.bz2
+# Source0-md5: 62d0cf77c6c4edc7204305649f8b7362
+Patch0:                %{name}-cflags.patch
+Patch1:                %{name}-mime.patch
+URL:           http://sourceforge.net/projects/rarcrack/
+BuildRequires: libxml2-devel
+Requires:      file
+Requires:      p7zip
+Requires:      unrar
+Requires:      unzip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program uses a brute force algorithm to guess your encrypted
+compressed file's password. If you forget your encrypted file
+password, this program is the solution. This program can crack Zip, 7z
+and Rar file passwords.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D rarcrack $RPM_BUILD_ROOT%{_bindir}/rarcrack
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/rarcrack
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/01/15 20:41:53  pluto
+- new.
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to