]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/commitdiff
- up to 0.10.22.4, builds on ti apache-mod_pagespeed-0_10_22_4-0_5
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 24 Jun 2012 12:27:19 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_pagespeed.spec -> 1.12
    get-source.sh -> 1.4

apache-mod_pagespeed.spec
get-source.sh

index 7758b17e17e09f5a2d645522bcaf67d2b0e0775a..075ca4ceb969ed8a42178115448c5d55c69cf0be 100644 (file)
@@ -31,6 +31,7 @@
 #  "opencv_src": "https://code.ros.org/svn/opencv/tags/2.1",
 #  "gflags_root": "http://google-gflags.googlecode.com/svn/tags/gflags-1.3/src",
 #  "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
 %define        apxs            %{_sbindir}/apxs
 Summary:       Apache module for rewriting web pages to reduce latency and bandwidth
 Name:          apache-mod_%{mod_name}
-Version:       0.9.18.9
-Release:       0.4
+Version:       0.10.22.4
+Release:       0.5
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       modpagespeed-%{version}.tar.bz2
-# Source0-md5: 0a203c836c904db1b320ef6aae9a3661
-URL:           http://code.google.com/p/modpagespeed/
+# Source0-md5: e984c38493506fa9c4997513b7f016cb
+Source1:       get-source.sh
+URL:           https://developers.google.com/speed/pagespeed/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.2
-BuildRequires: libstdc++-devel >= 5:4.0
+BuildRequires: libstdc++-devel >= 5:4.1
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: rpmbuild(macros) >= 1.268
 # gcc4 might be installed, but not current __cc
index 5f0346c2c006b8c4c244fb58df3429de990faf02..c1121ba395b5dd66d763c4209cff0d5e16298a16 100644 (file)
@@ -41,8 +41,14 @@ if python -c "import sys; sys.exit(sys.version[:3] > '2.6')"; then
        exit 1
 fi
 
-wget -c http://src.chromium.org/svn/trunk/tools/depot_tools.tar.gz
-test -d depot_tools || tar xzf depot_tools.tar.gz
+#wget -c https://chrome-browser.googlecode.com/svn-history/r37527/trunk/tools/depot_tools.tar.gz
+wget -c http://distfiles.pld-linux.org/by-md5/5/6/56a3c406fcb645eaaa608a257f06a90d/depot_tools.tar.gz
+test -d depot_tools || {
+       tar xzf depot_tools.tar.gz
+       cd depot_tools
+       svn upgrade
+       cd ..
+}
 
 install -d $pkg
 cd $pkg
This page took 0.071148 seconds and 4 git commands to generate.