rpms/Pound/F-9 Pound.spec,1.25,1.26

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 27 12:21:44 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/Pound/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2419

Modified Files:
	Pound.spec 
Log Message:
dont link with tcmalloc on psarc arches



Index: Pound.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Pound/F-9/Pound.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Pound.spec	16 Feb 2008 13:07:24 -0000	1.25
+++ Pound.spec	27 Jun 2008 12:20:57 -0000	1.26
@@ -4,7 +4,7 @@
 
 Name:        Pound
 Version:     2.4
-Release:     1%{?dist}
+Release:     2%{?dist}
 Summary:     Reverse proxy and load balancer
 
 Group:       System Environment/Daemons
@@ -16,7 +16,8 @@
 BuildRequires: openssl-devel, pcre-devel
 
 # tcmalloc doesn't exist on ppc yet (#238390)
-%ifnarch ppc ppc64
+# or sparc arches
+%ifnarch ppc ppc64 sparcv9 sparc64
 BuildRequires: google-perftools-devel
 %endif
 
@@ -115,6 +116,9 @@
 %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home}
 
 %changelog
+* Fri Jun 27 2008 Dennis Gilmore <dennis at ausil.us> 2.4-2
+- sparc arches dont have tcmalloc
+
 * Sat Feb 16 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4-1
 - New stable version
 




More information about the fedora-extras-commits mailing list