diff --git a/john.spec b/john.spec index e5ad877..ee8a695 100644 --- a/john.spec +++ b/john.spec @@ -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 - 1.7.0.2-9 +- Use %%global instead of %%define + * Fri Jul 24 2009 Fedora Release Engineering - 1.7.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild