rpms/magic/devel magic.spec,1.4,1.5

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Jul 8 07:40:25 UTC 2007


Author: chitlesh

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

Modified Files:
	magic.spec 
Log Message:



Index: magic.spec
===================================================================
RCS file: /cvs/extras/rpms/magic/devel/magic.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- magic.spec	8 Jul 2007 07:09:54 -0000	1.4
+++ magic.spec	8 Jul 2007 07:39:50 -0000	1.5
@@ -1,6 +1,6 @@
 Name:             magic
 Version:          7.4.35
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          A very capable VLSI layout tool
 
 License:          GPL
@@ -54,9 +54,12 @@
 
 %build
 
+%ifarch x86_64 sparc64 ppc64 amd64
+%patch1 -p0 -b .64bit
+%endif
+
 if [ -d %{_prefix}/lib64 ] ; then
    SUF=64
-   %patch1 -p0 -b .64bit
 else
    SUF=
 fi
@@ -128,6 +131,9 @@
 
 
 %Changelog
+* Sun Jul 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 7.4.35-4
+- patching properly
+
 * Sun Jul 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 7.4.35-3
 - fix for 64 bit with respect to a hardcoded autopath
 - fix for %%post and %%postun - #246778




More information about the scm-commits mailing list