[packages/rarcrack] - pl, unified sf URL, cleanup

qboosh qboosh at pld-linux.org
Sun Nov 17 09:55:30 CET 2013


commit c63e2be66edc654116d06be518880c81b200d1a3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 17 09:56:10 2013 +0100

    - pl, unified sf URL, cleanup

 rarcrack.spec | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/rarcrack.spec b/rarcrack.spec
index 587221c..7b7caf1 100644
--- a/rarcrack.spec
+++ b/rarcrack.spec
@@ -3,12 +3,13 @@
 %bcond_without	tests		# do not proceed cracking selftest (few minutes).
 #
 Summary:	Password recovery tool for Rar, 7z and Zip archives
+Summary(pl.UTF-8):	Narzędzie do odtwarzania haseł do archiwów Rar, 7z i Zip
 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
+Group:		Applications/Archiving
+Source0:	http://downloads.sourceforge.net/rarcrack/%{name}-%{version}.tar.bz2
 # Source0-md5:	62d0cf77c6c4edc7204305649f8b7362
 Patch0:		%{name}-cflags.patch
 Patch1:		%{name}-mime.patch
@@ -31,16 +32,23 @@ 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.
 
+%description -l pl.UTF-8
+Ten program używa algorytmu brute force do zgadywania haseł do
+zaszyfrowanych, skompresowanych plików. Jest pomocą w przypadku
+zapomnienia hasła do zaszyfrowanego pliku. Potrafi łamać hasła do
+archiwów Zip, 7z i Rar.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 
 %build
-%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags} %{rpmcppflags}"
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} %{rpmcppflags}"
 
 %if %{with tests}
-rm -f test.*.xml
 # each test archive is encrypted with passwrd '100'.
 ./rarcrack test.7z
 ./rarcrack test.rar
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rarcrack.git/commitdiff/c63e2be66edc654116d06be518880c81b200d1a3



More information about the pld-cvs-commit mailing list