packages: minify/minify.spec - skip internal deps
glen
glen at pld-linux.org
Tue Aug 9 08:53:46 CEST 2011
Author: glen Date: Tue Aug 9 06:53:46 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- skip internal deps
---- Files affected:
packages/minify:
minify.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/minify/minify.spec
diff -u packages/minify/minify.spec:1.6 packages/minify/minify.spec:1.7
--- packages/minify/minify.spec:1.6 Tue Aug 9 08:52:00 2011
+++ packages/minify/minify.spec Tue Aug 9 08:53:41 2011
@@ -4,7 +4,7 @@
Summary: Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads
Name: minify
Version: 2.1.4
-Release: 0.15
+Release: 0.16
License: New BSD License
Group: Applications/WWW
#Source0: http://minify.googlecode.com/files/%{name}_%{version}_beta.zip
@@ -30,6 +30,12 @@
%define _appdir %{_datadir}/%{_webapp}
%define cachedir /var/cache/%{name}
+# skip pear deps
+%define _noautopear pear(Minify.*) pear(JSMin.*)
+
+# put it together for rpmbuild
+%define _noautoreq %{?_noautophp} %{?_noautopear}
+
%description
Minify is a PHP5 app that helps you follow several of Yahoo!'s Rules
for High Performance Web Sites.
@@ -158,6 +164,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2011/08/09 06:53:41 glen
+- skip internal deps
+
Revision 1.6 2011/08/09 06:52:00 glen
- php deps, use system firephp package (from pear dir)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/minify/minify.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list