packages: john/john.spec - jumbo path added (bcond_with jumbopath) - release 2
dirdival
dirdival at pld-linux.org
Thu Nov 12 18:58:15 CET 2009
Author: dirdival Date: Thu Nov 12 17:58:15 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- jumbo path added (bcond_with jumbopath)
- release 2
---- Files affected:
packages/john:
john.spec (1.55 -> 1.56)
---- Diffs:
================================================================
Index: packages/john/john.spec
diff -u packages/john/john.spec:1.55 packages/john/john.spec:1.56
--- packages/john/john.spec:1.55 Wed Nov 11 00:11:13 2009
+++ packages/john/john.spec Thu Nov 12 18:58:09 2009
@@ -1,5 +1,10 @@
# $Revision$, $Date$
#
+# Conditional build:
+%bcond_with jumbopath # This patch integrates lots of contributed
+ # patches adding support for over 30
+ # of additional hash types, and more.
+
%ifarch i586 i686 athlon pentium2 pentium3 pentium4
%define do_mmx 1
%else
@@ -16,14 +21,16 @@
Summary(pl.UTF-8): Łamacz haseł
Name: john
Version: 1.7.3.4
-Release: 1
+Release: 2
License: GPL
Group: Applications/System
Source0: http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2
# Source0-md5: 2f2310c49961c3edea6f92b8dcd45ff4
Patch0: %{name}-mailer.patch
+%{?with_jumbopath:Patch1: http://www.openwall.com/john/contrib/john-%{version}-jumbo-2.diff.gz}
URL: http://www.openwall.com/john/
BuildRequires: rpmbuild(macros) >= 1.213
+%{?with_jumbopath:BuildRequires: openssl-devel >= 0.9.7}
Requires: words
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,6 +56,7 @@
%prep
%setup -q
%patch0 -p1
+%{?with_jumbopath:%patch1 -p1}
%build
cd src
@@ -124,6 +132,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.56 2009/11/12 17:58:09 dirdival
+- jumbo path added (bcond_with jumbopath)
+- release 2
+
Revision 1.55 2009/11/10 23:11:13 dirdival
- up to 1.7.3.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/john/john.spec?r1=1.55&r2=1.56&f=u
More information about the pld-cvs-commit
mailing list