rpms/john/devel john.spec,1.11,1.12

Till Maas (till) fedora-extras-commits at redhat.com
Tue Feb 27 19:22:28 UTC 2007


Author: till

Update of /cvs/extras/rpms/john/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13201

Modified Files:
	john.spec 
Log Message:
fixing spec



Index: john.spec
===================================================================
RCS file: /cvs/extras/rpms/john/devel/john.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- john.spec	10 Jan 2007 14:37:47 -0000	1.11
+++ john.spec	27 Feb 2007 19:21:56 -0000	1.12
@@ -1,7 +1,7 @@
 Summary:          John the Ripper password cracker
 Name:             john
 Version:          1.7.0.2
-Release:          2%{?dist}
+Release:          3%{?dist}
 
 URL:              http://www.openwall.com/john
 License:          GPL
@@ -27,7 +27,6 @@
 %build
 
 %define target_non_mmx generic
-%define target_mmx "%{nil}"
 
 %ifarch %{ix86}
 %define target_non_mmx linux-x86-any
@@ -44,7 +43,7 @@
 
 make -C src %{target_non_mmx} CFLAGS="${CFLAGS}" LDFLAGS=""
 
-%if "%{target_mmx}" != "%{nil}"
+%if 0%{?target_mmx:1}
 mv run/john run/john-non-mmx
 
 CFLAGS="${CFLAGS} -DCPU_FALLBACK=1"
@@ -61,7 +60,7 @@
 install -m 755 run/{john,mailer} %{buildroot}%{_bindir}
 install -m 644 run/{*.chr,password.lst} %{buildroot}%{_datadir}/john
 install -m 644 run/john.conf %{buildroot}%{_sysconfdir}
-%if "⅜{target_mmx}" != "%{nil}"
+%if 0%{?target_mmx:1}
 install -d 755 %{buildroot}%{_libexecdir}/john
 install -m 755 run/john-non-mmx %{buildroot}%{_libexecdir}/john/
 %endif
@@ -80,11 +79,15 @@
 %config(noreplace) %{_sysconfdir}/john.conf
 %{_bindir}/*
 %{_datadir}/john
-%if "⅜{target_mmx}" != "%{nil}"
+%if 0%{?target_mmx:1}
 %{_libexecdir}/john/
 %endif
 
 %changelog
+* Tue Feb 27 2007 Till Maas <opensource till name> - 1.7.0.2-3
+- fixing wrong characters in specfile
+- https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=148873&action=view
+
 * Wed Jan 10 2007 Till Maas <opensource till name> - 1.7.0.2-2
 - no mmx version for x86_64 since it is 32bit and does not build
 




More information about the fedora-extras-commits mailing list