rpms/libpuzzle/devel libpuzzle.spec,1.3,1.4

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 7 15:57:00 UTC 2009


Author: ausil

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

Modified Files:
	libpuzzle.spec 
Log Message:
add s390x and sparc64 to the list of arches using lib64



Index: libpuzzle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpuzzle/devel/libpuzzle.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libpuzzle.spec	25 Jul 2009 08:30:12 -0000	1.3
+++ libpuzzle.spec	7 Aug 2009 15:57:00 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:		libpuzzle
 Version:	0.11
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Library to quickly find visually similar images (gif, png, jpg) 
 Group:		System Environment/Libraries
 License:	BSD
@@ -65,7 +65,7 @@ iconv -f iso8859-1 -t utf-8 php-plain/ex
 cd php/libpuzzle
 phpize
 
-%ifarch x86_64 ppc64
+%ifarch x86_64 ppc64 sparc64 s390x
 LDFLAGS="$LDFLAGS -L%{_builddir}/%{name}-%{version}/usr/lib64"; export LDFLAGS
 %endif
 
@@ -115,6 +115,9 @@ find %{buildroot} -name '*.la' -exec rm 
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 07 2009 Dennis Gilmore <dennis at ausil.us> - 0.11-7
+- add sparc64 and s390x to the list of arches that use lib64
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list