[packages/apache-mod_pagespeed] drop ac compat, add release notes link

glen glen at pld-linux.org
Sun Dec 14 15:37:15 CET 2014


commit e540e830285fb0646b7522bdd03c44188063afc0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Dec 14 16:37:10 2014 +0200

    drop ac compat, add release notes link

 apache-mod_pagespeed.spec | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
---
diff --git a/apache-mod_pagespeed.spec b/apache-mod_pagespeed.spec
index 33d0c66..131c9cf 100644
--- a/apache-mod_pagespeed.spec
+++ b/apache-mod_pagespeed.spec
@@ -3,6 +3,7 @@
 %bcond_without	verbose		# verbose build (V=1)
 
 # NOTE
+# - relase notes: https://developers.google.com/speed/pagespeed/module/release_notes
 # - http://code.google.com/p/modpagespeed/wiki/HowToBuild
 # - http://wiki.mediatemple.net/w/(dv)_HOWTO:_Install_mod_pagespeed
 # TODO
@@ -13,13 +14,6 @@
 #  "google_sparsehash_root": "http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.8.1/src",
 #  protobuf_lite
 
-%if "%{pld_release}" == "ac"
-# add suffix, but allow ccache, etc in ~/.rpmmacros
-%{expand:%%define	__cc	%(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
-%{expand:%%define	__cxx	%(echo '%__cxx' | sed -e 's,-g++,-g++4,')}
-%{expand:%%define	__cpp	%(echo '%__cpp' | sed -e 's,-gcc,-gcc4,')}
-%endif
-
 %define		mod_name	pagespeed
 %define		apxs		%{_sbindir}/apxs
 Summary:	Apache module for rewriting web pages to reduce latency and bandwidth
@@ -57,10 +51,6 @@ BuildRequires:	tar >= 1:1.22
 BuildRequires:	util-linux
 BuildRequires:	xz
 BuildRequires:	zlib-devel
-# gcc4 might be installed, but not current __cc
-%if "%(echo %{cc_version} | cut -d. -f1,2)" < "4.0"
-BuildRequires:	__cc >= 4.0
-%endif
 Requires:	apache(modules-api) = %apache_modules_api
 Requires:	apache-mod_authz_host
 Requires:	apache-mod_headers
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_pagespeed.git/commitdiff/e540e830285fb0646b7522bdd03c44188063afc0



More information about the pld-cvs-commit mailing list