packages: wpmu/apache.conf, wpmu/wpmu.spec - system swfobject; codepress, t...

glen glen at pld-linux.org
Mon Jan 25 19:23:09 CET 2010


Author: glen                         Date: Mon Jan 25 18:23:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- system swfobject; codepress, tinymce reviewed

---- Files affected:
packages/wpmu:
   apache.conf (1.3 -> 1.4) , wpmu.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/wpmu/apache.conf
diff -u packages/wpmu/apache.conf:1.3 packages/wpmu/apache.conf:1.4
--- packages/wpmu/apache.conf:1.3	Mon Jan 18 11:05:22 2010
+++ packages/wpmu/apache.conf	Mon Jan 25 19:23:03 2010
@@ -1,4 +1,6 @@
+Alias /wpmu/wp-includes/js/swfobject.js /usr/share/swfobject/swfobject.js
 Alias /wpmu /usr/share/wpmu
+
 <Directory /usr/share/wpmu>
 	Allow from all
 

================================================================
Index: packages/wpmu/wpmu.spec
diff -u packages/wpmu/wpmu.spec:1.14 packages/wpmu/wpmu.spec:1.15
--- packages/wpmu/wpmu.spec:1.14	Mon Jan 25 18:26:13 2010
+++ packages/wpmu/wpmu.spec	Mon Jan 25 19:23:03 2010
@@ -1,7 +1,9 @@
 # $Revision$, $Date$
 # TODO
 # - gettext mo to system dir, add all possible languages?
-# - system tinymce, jquery, codepress, scriptaculos, prototype
+# - system jquery, scriptaculos, prototype, swfobject 2.1
+# - no system codepress 0.9.6: codepress.js is modified
+# - no system tinymce 3.2.7: themes and "inlinepopups", "media", "paste" plugins are modified
 Summary:	WordPress MU
 Summary(en.UTF-8):	WordPress µ
 Name:		wpmu
@@ -18,6 +20,7 @@
 Patch2:		configpath.patch
 Source2:	lighttpd.conf
 BuildRequires:	/usr/bin/php
+Requires:	js-swfobject >= 2.1
 Requires:	php-gettext
 Requires:	php-mysql
 Requires:	php-pcre
@@ -84,6 +87,9 @@
 find -name *.dev.js | xargs rm -v
 find -name *.dev.css | xargs rm -v
 
+# system swfobject
+rm wp-includes/js/swfobject.js
+
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
@@ -197,6 +203,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/01/25 18:23:03  glen
+- system swfobject; codepress, tinymce reviewed
+
 Revision 1.14  2010/01/25 17:26:13  glen
 - avoid packaging *.dev.css
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wpmu/apache.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wpmu/wpmu.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list