]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/commitdiff
drop ac compat, add release notes link
authorElan Ruusamäe <glen@delfi.ee>
Sun, 14 Dec 2014 14:37:10 +0000 (16:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 14 Dec 2014 14:37:10 +0000 (16:37 +0200)
apache-mod_pagespeed.spec

index 33d0c66a9b99d313983509847478db701b452b42..131c9cfdaf9d1d2df8d8b61198c8c07ade08f2b4 100644 (file)
@@ -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
 #  "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
This page took 0.116343 seconds and 4 git commands to generate.