rpms/john/devel john.spec,1.18,1.19

Till Maas till at fedoraproject.org
Fri Jan 8 20:24:53 UTC 2010


Author: till

Update of /cvs/pkgs/rpms/john/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22850

Modified Files:
	john.spec 
Log Message:
* Fri Jan 08 2010 Till Maas <opensource at till.name> - 1.7.0.2-9
- Use %global instead of %define



Index: john.spec
===================================================================
RCS file: /cvs/pkgs/rpms/john/devel/john.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- john.spec	25 Jul 2009 04:06:24 -0000	1.18
+++ john.spec	8 Jan 2010 20:24:53 -0000	1.19
@@ -1,7 +1,7 @@
 Summary:          John the Ripper password cracker
 Name:             john
 Version:          1.7.0.2
-Release:          8%{?dist}
+Release:          9%{?dist}
 
 URL:              http://www.openwall.com/john
 License:          GPLv2
@@ -26,20 +26,20 @@ cp -a src src-mmx
 
 %build
 
-%define target_non_mmx generic
+%global target_non_mmx generic
 
 %ifarch %{ix86}
-%define target_non_mmx linux-x86-any
-%define target_mmx linux-x86-mmx
+%global target_non_mmx linux-x86-any
+%global target_mmx linux-x86-mmx
 %endif
 %ifarch x86_64
-%define target_non_mmx linux-x86-64
+%global target_non_mmx linux-x86-64
 %endif
 %ifarch ppc
-%define target_non_mmx linux-ppc32
+%global target_non_mmx linux-ppc32
 %endif
 %ifarch ppc64
-%define target_non_mmx linux-ppc64
+%global target_non_mmx linux-ppc64
 %endif
 
 export CFLAGS="-c ${RPM_OPT_FLAGS} -DJOHN_SYSTEMWIDE=1"
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Jan 08 2010 Till Maas <opensource at till.name> - 1.7.0.2-9
+- Use %%global instead of %%define
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.0.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list