packages: dokuwiki/cliapps.patch, dokuwiki/dokuwiki-config.patch, dokuwiki/...

glen glen at pld-linux.org
Tue Nov 10 15:08:24 CET 2009


Author: glen                         Date: Tue Nov 10 14:08:24 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to today snapshot (20091110)

---- Files affected:
packages/dokuwiki:
   cliapps.patch (1.1 -> 1.2) , dokuwiki-config.patch (1.7 -> 1.8) , dokuwiki-geshi.patch (1.3 -> 1.4) , dokuwiki-http_auth-option.patch (1.3 -> 1.4) , dokuwiki-mail-headerencodequotes.patch (1.2 -> 1.3) , dokuwiki-nice_exit.patch (1.1 -> 1.2) , dokuwiki-paths.patch (1.4 -> 1.5) , dokuwiki.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: packages/dokuwiki/cliapps.patch
diff -u packages/dokuwiki/cliapps.patch:1.1 packages/dokuwiki/cliapps.patch:1.2
--- packages/dokuwiki/cliapps.patch:1.1	Mon Aug 31 13:26:19 2009
+++ packages/dokuwiki/cliapps.patch	Tue Nov 10 15:08:18 2009
@@ -1,16 +1,3 @@
---- dokuwiki/bin/dwpage.php	2009-02-14 14:13:24.000000000 +0200
-+++ dokuwiki/bin/dwpage.php	2009-08-07 15:09:50.000000000 +0300
-@@ -1,8 +1,9 @@
- #!/usr/bin/php -d short_open_tag=on
- <?php
--#------------------------------------------------------------------------------
- if ('cli' != php_sapi_name()) die();
- 
-+#------------------------------------------------------------------------------
-+ini_set('memory_limit','128M');
- if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
- require_once DOKU_INC.'inc/init.php';
- require_once DOKU_INC.'inc/common.php';
 --- dokuwiki/bin/indexer.php	2009-02-14 14:13:24.000000000 +0200
 +++ dokuwiki/bin/indexer.php	2009-08-07 15:04:00.000000000 +0300
 @@ -1,7 +1,9 @@

================================================================
Index: packages/dokuwiki/dokuwiki-config.patch
diff -u packages/dokuwiki/dokuwiki-config.patch:1.7 packages/dokuwiki/dokuwiki-config.patch:1.8
--- packages/dokuwiki/dokuwiki-config.patch:1.7	Thu May 28 11:04:41 2009
+++ packages/dokuwiki/dokuwiki-config.patch	Tue Nov 10 15:08:18 2009
@@ -9,14 +9,13 @@
  $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
  
  /* Display Options */
-Tylko w dokuwiki-rc2009-02-06.new/conf: dokuwiki.php~
---- dokuwiki-rc2009-02-06/install.php	2009-02-06 09:10:45.000000000 +0100
-+++ dokuwiki-rc2009-02-06.new/install.php	2009-02-07 10:55:11.166843399 +0100
-@@ -45,6 +45,7 @@
+--- dokuwiki/install.php~	2009-11-10 15:24:36.000000000 +0200
++++ dokuwiki/install.php	2009-11-10 15:25:06.540902430 +0200
+@@ -46,6 +46,7 @@
      '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
      '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
-     'rc2009-02-06' => 'ec8c04210732a14fdfce0f7f6eead865',
-+    'rc2009-02-06-pld' => '1544625eba520a785fe663839b88596f', # md5sum -b conf/dokuwiki.php
+     '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
++    '2009-02-14-pld'   => 'f2ea17d864c3d7995418e58b85dbb8d0',
  );
  
  

================================================================
Index: packages/dokuwiki/dokuwiki-geshi.patch
diff -u packages/dokuwiki/dokuwiki-geshi.patch:1.3 packages/dokuwiki/dokuwiki-geshi.patch:1.4
--- packages/dokuwiki/dokuwiki-geshi.patch:1.3	Tue Jan 27 15:33:50 2009
+++ packages/dokuwiki/dokuwiki-geshi.patch	Tue Nov 10 15:08:18 2009
@@ -1,23 +1,23 @@
---- dokuwiki-rc2009-01-26/inc/parserutils.php~	2009-01-27 12:53:30.000000000 +0200
-+++ dokuwiki-rc2009-01-26/inc/parserutils.php	2009-01-27 12:56:10.256418763 +0200
-@@ -640,16 +640,16 @@
-   $cache = getCacheName($language.$code,".code");
-   $ctime = @filemtime($cache);
-   if($ctime && !$_REQUEST['purge'] &&
--     $ctime > filemtime(DOKU_INC.'inc/geshi.php') &&                 // geshi changed
--     $ctime > @filemtime(DOKU_INC.'inc/geshi/'.$language.'.php') &&  // language syntax definition changed
-+     $ctime > filemtime('/usr/share/php/geshi.php') &&                 // geshi changed
-+     $ctime > @filemtime('/usr/share/php/geshi/'.$language.'.php') &&  // language syntax definition changed
-      $ctime > filemtime(reset($config_cascade['main']['default']))){ // dokuwiki changed
-     $highlighted_code = io_readFile($cache, false);
+--- dokuwiki/inc/parserutils.php~	2009-11-10 15:25:28.000000000 +0200
++++ dokuwiki/inc/parserutils.php	2009-11-10 15:26:29.134232633 +0200
+@@ -641,16 +641,16 @@
+     $cache = getCacheName($language.$code,".code");
+     $ctime = @filemtime($cache);
+     if($ctime && !$_REQUEST['purge'] &&
+-            $ctime > filemtime(DOKU_INC.'inc/geshi.php') &&                 // geshi changed
+-            $ctime > @filemtime(DOKU_INC.'inc/geshi/'.$language.'.php') &&  // language syntax definition changed
++            $ctime > filemtime('/usr/share/php/geshi.php') &&                 // geshi changed
++            $ctime > @filemtime('/usr/share/php/geshi/'.$language.'.php') &&  // language syntax definition changed
+             $ctime > filemtime(reset($config_cascade['main']['default']))){ // dokuwiki changed
+         $highlighted_code = io_readFile($cache, false);
  
-   } else {
+     } else {
  
--    require_once(DOKU_INC . 'inc/geshi.php');
-+    require_once '/usr/share/php/geshi.php';
+-        require_once(DOKU_INC . 'inc/geshi.php');
++        require_once '/usr/share/php/geshi.php';
  
--    $geshi = new GeSHi($code, $language, DOKU_INC . 'inc/geshi');
-+    $geshi = new GeSHi($code, $language);
-     $geshi->set_encoding('utf-8');
-     $geshi->enable_classes();
-     $geshi->set_header_type(GESHI_HEADER_PRE);
+-        $geshi = new GeSHi($code, $language, DOKU_INC . 'inc/geshi');
++        $geshi = new GeSHi($code, $language);
+         $geshi->set_encoding('utf-8');
+         $geshi->enable_classes();
+         $geshi->set_header_type(GESHI_HEADER_PRE);

================================================================
Index: packages/dokuwiki/dokuwiki-http_auth-option.patch
diff -u packages/dokuwiki/dokuwiki-http_auth-option.patch:1.3 packages/dokuwiki/dokuwiki-http_auth-option.patch:1.4
--- packages/dokuwiki/dokuwiki-http_auth-option.patch:1.3	Tue Jan 27 15:33:51 2009
+++ packages/dokuwiki/dokuwiki-http_auth-option.patch	Tue Nov 10 15:08:18 2009
@@ -8,14 +8,14 @@
  $conf['securecookie'] = 1;               //never send HTTPS cookies via HTTP
  
  /* Advanced Options */
---- dokuwiki-2007-06-26b/inc/auth.php~	2007-06-26 21:27:15.000000000 +0300
-+++ dokuwiki-2007-06-26b/inc/auth.php	2007-12-19 00:40:14.598022033 +0200
-@@ -60,7 +60,7 @@
-       if (!isset($_REQUEST['r'])) $_REQUEST['r'] = '';
+--- dokuwiki/inc/auth.php~	2009-11-10 15:27:25.000000000 +0200
++++ dokuwiki/inc/auth.php	2009-11-10 15:28:31.494299548 +0200
+@@ -68,7 +68,7 @@
+         }
  
-       // if no credentials were given try to use HTTP auth (for SSO)
--      if(empty($_REQUEST['u']) && empty($_COOKIE[DOKU_COOKIE]) && !empty($_SERVER['PHP_AUTH_USER'])){
-+      if($conf['http_auth'] && empty($_REQUEST['u']) && empty($_COOKIE[DOKU_COOKIE]) && !empty($_SERVER['PHP_AUTH_USER'])){
-         $_REQUEST['u'] = $_SERVER['PHP_AUTH_USER'];
-         $_REQUEST['p'] = $_SERVER['PHP_AUTH_PW'];
-       }
+         // if no credentials were given try to use HTTP auth (for SSO)
+-        if(empty($_REQUEST['u']) && empty($_COOKIE[DOKU_COOKIE]) && !empty($_SERVER['PHP_AUTH_USER'])){
++        if($conf['http_auth'] && empty($_REQUEST['u']) && empty($_COOKIE[DOKU_COOKIE]) && !empty($_SERVER['PHP_AUTH_USER'])){
+             $_REQUEST['u'] = $_SERVER['PHP_AUTH_USER'];
+             $_REQUEST['p'] = $_SERVER['PHP_AUTH_PW'];
+             $_REQUEST['http_credentials'] = true;

================================================================
Index: packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch
diff -u packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch:1.2 packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch:1.3
--- packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch:1.2	Mon Feb 25 15:58:02 2008
+++ packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch	Tue Nov 10 15:08:18 2009
@@ -1,20 +1,22 @@
---- dokuwiki/inc/mail.php~	2008-02-25 16:51:02.000000000 +0200
-+++ dokuwiki/inc/mail.php	2008-02-25 16:51:07.741031127 +0200
-@@ -124,7 +125,16 @@
-       }
+--- dokuwiki/inc/mail.php~  2009-11-10 15:32:16.000000000 +0200
++++ dokuwiki/inc/mail.php   2009-11-10 15:34:00.074347495 +0200
+@@ -164,8 +164,17 @@
+             }
  
-       if(!utf8_isASCII($text)){
--        $text = '=?UTF-8?Q?'.mail_quotedprintable_encode($text,0).'?=';
-+        // put the quotes outside as in =?UTF-8?Q?"Elan Ruusam=C3=A4e"?= vs "=?UTF-8?Q?Elan Ruusam=C3=A4e?="
-+        if (preg_match('/^"(.+)"$/', $text, $matches)) {
-+          $text = '"=?UTF-8?Q?'.mail_quotedprintable_encode($matches[1], 0).'?="';
-+        } else {
-+          $text = '=?UTF-8?Q?'.mail_quotedprintable_encode($text, 0).'?=';
-+        }
-+        // additionally the space character should be encoded as =20 (or each
-+        // word QP encoded separately).
-+        // however this is needed only in mail headers, not globally in mail_quotedprintable_encode().
-+        $text = str_replace(" ", "=20", $text);
-       }
-     }else{
-       $text = '';
+             if(!utf8_isASCII($text)){
+-                $text = '=?UTF-8?Q?'.mail_quotedprintable_encode($text,0).'?=';
+-            }
++                // put the quotes outside as in =?UTF-8?Q?"Elan Ruusam=C3=A4e"?= vs "=?UTF-8?Q?Elan Ruusam=C3=A4e?="
++                if (preg_match('/^"(.+)"$/', $text, $matches)) {
++                  $text = '"=?UTF-8?Q?'.mail_quotedprintable_encode($matches[1], 0).'?="';
++                } else {
++                  $text = '=?UTF-8?Q?'.mail_quotedprintable_encode($text, 0).'?=';
++                }
++                // additionally the space character should be encoded as =20 (or each
++                // word QP encoded separately).
++                // however this is needed only in mail headers, not globally in mail_quotedprintable_encode().
++                $text = str_replace(" ", "=20", $text);
++            }
+         }else{
+             $text = '';
+         }

================================================================
Index: packages/dokuwiki/dokuwiki-nice_exit.patch
diff -u packages/dokuwiki/dokuwiki-nice_exit.patch:1.1 packages/dokuwiki/dokuwiki-nice_exit.patch:1.2
--- packages/dokuwiki/dokuwiki-nice_exit.patch:1.1	Thu Feb 21 17:28:38 2008
+++ packages/dokuwiki/dokuwiki-nice_exit.patch	Tue Nov 10 15:08:18 2009
@@ -1,11 +1,11 @@
---- dokuwiki-2007-06-26b/inc/init.php~	2008-02-21 18:22:13.970804469 +0200
-+++ dokuwiki-2007-06-26b/inc/init.php	2008-02-21 18:21:49.529717219 +0200
-@@ -384,7 +384,7 @@
-     </body>
-   </html>
+--- dokuwiki/inc/init.php~	2009-11-10 15:31:11.000000000 +0200
++++ dokuwiki/inc/init.php	2009-11-10 15:31:51.307528750 +0200
+@@ -526,7 +526,7 @@
+ </body>
+ </html>
  EOT;
--  exit;
-+  exit(1);
+-    exit;
++    exit(1);
  }
  
  

================================================================
Index: packages/dokuwiki/dokuwiki-paths.patch
diff -u packages/dokuwiki/dokuwiki-paths.patch:1.4 packages/dokuwiki/dokuwiki-paths.patch:1.5
--- packages/dokuwiki/dokuwiki-paths.patch:1.4	Mon Jun 15 18:23:01 2009
+++ packages/dokuwiki/dokuwiki-paths.patch	Tue Nov 10 15:08:18 2009
@@ -1,17 +1,17 @@
---- dokuwiki-2009-02-14-paths/inc/init.php	2009-05-26 17:54:37.000000000 +0300
-+++ dokuwiki-2009-02-14/inc/init.php	2009-06-15 19:18:30.845283082 +0300
+--- dokuwiki/inc/init.php~	2009-11-10 15:19:36.000000000 +0200
++++ dokuwiki/inc/init.php	2009-11-10 15:19:38.080947917 +0200
 @@ -21,7 +21,10 @@
-   if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/');
+ if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/');
  
-   // define config path (packagers may want to change this to /etc/dokuwiki/)
--  if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
-+  if(!defined('DOKU_CONF')) define('DOKU_CONF','/etc/webapps/dokuwiki/');
+ // define config path (packagers may want to change this to /etc/dokuwiki/)
+-if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
++if(!defined('DOKU_CONF')) define('DOKU_CONF','/etc/webapps/dokuwiki/');
 +
-+  // define path where variable data is saved (packagers may want to change this to /var/lib/dokuwiki/)
-+  if(!defined('DOKU_DATA')) define('DOKU_DATA','/var/lib/dokuwiki/');
++// define path where variable data is saved (packagers may want to change this to /var/lib/dokuwiki/)
++if(!defined('DOKU_DATA')) define('DOKU_DATA','/var/lib/dokuwiki/');
  
-   // check for error reporting override or set error reporting to sane values
-   if (!defined('DOKU_E_LEVEL') && @file_exists(DOKU_CONF.'report_e_all')) {
+ // check for error reporting override or set error reporting to sane values
+ if (!defined('DOKU_E_LEVEL') && @file_exists(DOKU_CONF.'report_e_all')) {
 --- dokuwiki-2009-02-14-paths/install.php	2009-02-14 14:13:25.000000000 +0200
 +++ dokuwiki-2009-02-14/install.php	2009-06-15 19:18:30.845283082 +0300
 @@ -6,8 +6,9 @@
@@ -22,7 +22,7 @@
 -if(!defined('DOKU_LOCAL')) define('DOKU_LOCAL',DOKU_INC.'conf/');
 +if(!defined('DOKU_CONF')) define('DOKU_CONF','/etc/webapps/dokuwiki/');
 +if(!defined('DOKU_LOCAL')) define('DOKU_LOCAL',DOKU_CONF);
-+if(!defined('DOKU_DATA')) define('DOKU_DATA','/var/lib/dokuwiki');
++if(!defined('DOKU_DATA')) define('DOKU_DATA','/var/lib/dokuwiki/');
  
  // check for error reporting override or set error reporting to sane values
  if (!defined('DOKU_E_LEVEL')) { error_reporting(E_ALL ^ E_NOTICE); }
@@ -40,14 +40,14 @@
 -        'index'     => DOKU_INC.'data/index',
 -        'tmp'       => DOKU_INC.'data/tmp'
 +        'data'      => DOKU_DATA,
-+        'pages'     => DOKU_DATA.'/pages',
-+        'attic'     => DOKU_DATA.'/attic',
-+        'media'     => DOKU_DATA.'/media',
-+        'meta'      => DOKU_DATA.'/meta',
-+        'cache'     => DOKU_DATA.'/cache',
-+        'locks'     => DOKU_DATA.'/locks',
-+        'index'     => DOKU_DATA.'/index',
-+        'tmp'       => DOKU_DATA.'/tmp'
++        'pages'     => DOKU_DATA.'pages',
++        'attic'     => DOKU_DATA.'attic',
++        'media'     => DOKU_DATA.'media',
++        'meta'      => DOKU_DATA.'meta',
++        'cache'     => DOKU_DATA.'cache',
++        'locks'     => DOKU_DATA.'locks',
++        'index'     => DOKU_DATA.'index',
++        'tmp'       => DOKU_DATA.'tmp'
      );
  
      $ok = true;

================================================================
Index: packages/dokuwiki/dokuwiki.spec
diff -u packages/dokuwiki/dokuwiki.spec:1.56 packages/dokuwiki/dokuwiki.spec:1.57
--- packages/dokuwiki/dokuwiki.spec:1.56	Tue Nov 10 07:10:04 2009
+++ packages/dokuwiki/dokuwiki.spec	Tue Nov 10 15:08:18 2009
@@ -1,15 +1,13 @@
 # $Revision$, $Date$
-%define		subver	2009-02-14b
-%define		ver	%(echo %{subver} | tr -d -)
 Summary:	PHP-based Wiki webapplication
 Summary(pl.UTF-8):	Aplikacja WWW Wiki oparta na PHP
 Name:		dokuwiki
-Version:	%{ver}
-Release:	7
+Version:	20091110
+Release:	0.5
 License:	GPL v2
 Group:		Applications/WWW
-Source0:	http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
-# Source0-md5:	c75c4781b8698041c3c9b6b0fec2ac2e
+Source0:	http://dev.splitbrain.org/download/snapshots/dokuwiki-latest.tgz
+# Source0-md5:	9da3e5c3a7b40b5a229b38e52b6fcf70
 Source1:	%{name}-apache.conf
 Source2:	%{name}-lighttpd.conf
 Source3:	jude.png
@@ -18,8 +16,8 @@
 # Source4-md5:	cac3d0f82591a33eda2afa8ae5fe65cb
 Source5:	http://forum.skype.com/style_emoticons/skype/skype.png
 # Source5-md5:	25c355be038267dc9fdb724b628000b9
+Patch66:	%{name}-config.patch
 Patch0:		%{name}-paths.patch
-Patch1:		%{name}-config.patch
 Patch2:		%{name}-mysqlauth.patch
 Patch3:		%{name}-config-allow-require.patch
 Patch4:		%{name}-geshi.patch
@@ -34,8 +32,6 @@
 Patch13:	%{name}-media-directlink.patch
 Patch14:	interwiki-outputonly.patch
 Patch15:	simplepie.patch
-Patch16:	cliapps.patch
-Patch17:	plugin_exists-check.patch
 Patch18:	install.patch
 URL:		http://wiki.splitbrain.org/wiki:dokuwiki
 BuildRequires:	rpmbuild(macros) >= 1.520
@@ -93,9 +89,8 @@
 pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
 
 %prep
-%setup -q -n %{name}-2009-02-14
+%setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -110,10 +105,10 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
-%patch17 -p1
 %patch18 -p1
 
+%patch66 -p1
+
 find -name _dummy | xargs rm
 rm -f lib/index.html lib/plugins/index.html
 
@@ -131,9 +126,19 @@
 # our plugins dir is not writable anyway, nothing to convert
 rm -rf lib/plugins/upgradeplugindirectory
 
+# flash source
+rm -rf lib/_fla
+
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
+%build
+md5=$(md5sum -b conf/dokuwiki.php | awk '{print $1}')
+if ! grep $md5 install.php; then
+	: update %{name}-config.patch oudated
+	exit 1
+fi
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_localstatedir},%{_appdir}/{bin,inc,lib}}
@@ -144,9 +149,9 @@
 cp -a lib/* $RPM_BUILD_ROOT%{_appdir}/lib
 cp -a conf/* $RPM_BUILD_ROOT%{_sysconfdir}
 cp -a data/* $RPM_BUILD_ROOT%{_localstatedir}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 touch $RPM_BUILD_ROOT%{_sysconfdir}/acronyms.local.conf
 touch $RPM_BUILD_ROOT%{_sysconfdir}/entities.local.conf
 touch $RPM_BUILD_ROOT%{_sysconfdir}/interwiki.local.conf
@@ -158,7 +163,7 @@
 touch $RPM_BUILD_ROOT%{_sysconfdir}/userstyle.css
 
 ln $RPM_BUILD_ROOT%{_appdir}/lib/images/interwiki/{dokubug,bug}.gif
-cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_appdir}/lib/images/fileicons
+cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_appdir}/lib/images/fileicons/jide.png
 cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_appdir}/lib/images/interwiki/eventum.gif
 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_appdir}/lib/images/interwiki/skype.gif
 
@@ -279,9 +284,11 @@
 %{_appdir}/lib/plugins/acl/pix
 %dir %{_appdir}/lib/plugins/config
 %{_appdir}/lib/plugins/config/*.*
+%{_appdir}/lib/plugins/config/images
 %{_appdir}/lib/plugins/config/settings
 %dir %{_appdir}/lib/plugins/plugin
 %{_appdir}/lib/plugins/plugin/*.*
+%{_appdir}/lib/plugins/plugin/classes
 %dir %{_appdir}/lib/plugins/revert
 %{_appdir}/lib/plugins/revert/*.*
 %dir %{_appdir}/lib/plugins/usermanager
@@ -307,12 +314,10 @@
 %dir %attr(770,root,http) %{_localstatedir}/meta
 %dir %attr(770,root,http) %{_localstatedir}/pages
 %dir %attr(770,root,http) %{_localstatedir}/pages/wiki
-%dir %attr(770,root,http) %{_localstatedir}/pages/playground
 %dir %attr(770,root,http) %{_localstatedir}/tmp
 %attr(660,root,http) %config(noreplace,missingok) %verify(not md5 mtime size) %{_localstatedir}/media/wiki/dokuwiki-128.png
 %attr(660,root,http) %config(noreplace,missingok) %verify(not md5 mtime size) %{_localstatedir}/pages/wiki/dokuwiki.txt
 %attr(660,root,http) %config(noreplace,missingok) %verify(not md5 mtime size) %{_localstatedir}/pages/wiki/syntax.txt
-%attr(660,root,http) %config(noreplace,missingok) %verify(not md5 mtime size) %{_localstatedir}/pages/playground/playground.txt
 
 %files setup
 %defattr(644,root,root,755)
@@ -324,6 +329,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2009/11/10 14:08:18  glen
+- update to today snapshot (20091110)
+
 Revision 1.56  2009/11/10 06:10:04  glen
 - allow empty config file to proceed installation as we package default config empty in first install
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/cliapps.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-config.patch?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-geshi.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-http_auth-option.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-mail-headerencodequotes.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-nice_exit.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-paths.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list