]> git.pld-linux.org Git - packages/wordpress.git/commitdiff
- init place for mu in config
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 8 Sep 2010 15:31:45 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    multisite.patch -> 1.1
    wordpress.spec -> 1.66

multisite.patch [new file with mode: 0644]
wordpress.spec

diff --git a/multisite.patch b/multisite.patch
new file mode 100644 (file)
index 0000000..79f6343
--- /dev/null
@@ -0,0 +1,15 @@
+--- wordpress-3.0.1/wp-config-sample.php       2010-09-08 18:03:29.421631471 +0300
++++ wordpress-3.0.1/wp-config-sample.php       2010-09-08 18:28:37.181139000 +0300
+@@ -80,6 +80,12 @@
+  */
+ define('WP_DEBUG', false);
++/**
++ * Options for setting up Multisite.
++ * @see http://codex.wordpress.org/Create_A_Network
++ */
++define('WP_ALLOW_MULTISITE', false);
++
+ /* That's all, stop editing! Happy blogging. */
+ /** Absolute path to the WordPress directory. */
index 28fecae3a6429b2a1ab3ff2299ed911d2ba0cbe2..21637f47738e5325cae2239c013b39eefc90c24a 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Personal publishing system
 Summary(pl.UTF-8):     Osobisty system publikacji
 Name:          wordpress
 Version:       3.0.1
-Release:       0.6
+Release:       0.7
 License:       GPL v2
 Group:         Applications/Publishing
 Source0:       http://wordpress.org/%{name}-%{version}.tar.gz
@@ -22,8 +22,9 @@ Source7:      http://svn.automattic.com/wordpress-i18n/pl_PL/tags/%{version}/messages
 # MagpieRSS upgrade (version 0.8a) from feedwordpress plugin: http://feedwordpress.radgeek.com/
 Source10:      rss.php
 Source11:      rss-functions.php
-Patch0:                %{name}.patch
-Patch1:                configpath.patch
+Patch0:                configpath.patch
+Patch1:                allow-multisite.patch
+Patch2:                %{name}.patch
 URL:           http://www.wordpress.org/
 BuildRequires: gettext-devel
 BuildRequires: rpmbuild(macros) >= 1.553
@@ -109,9 +110,10 @@ that removes the sidebar.
 %setup -qc
 mv %{name}/* . && rmdir %{name}
 %undos -f php,js,html
-cp -a wp-config{-sample,}.php
 %patch0 -p1
 %patch1 -p1
+cp -a wp-config{-sample,}.php
+%patch2 -p1
 cp -a %{SOURCE3} .
 rm -f license.txt
 
This page took 0.034518 seconds and 4 git commands to generate.