SPECS: dokuwiki-plugin-actionlink.spec, dokuwiki-plugin-backuptool.spec, do...

glen glen at pld-linux.org
Wed Jan 28 15:29:22 CET 2009


Author: glen                         Date: Wed Jan 28 14:29:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- refresh dw cache on install

---- Files affected:
SPECS:
   dokuwiki-plugin-actionlink.spec (1.1 -> 1.2) , dokuwiki-plugin-backuptool.spec (1.3 -> 1.4) , dokuwiki-plugin-cacherevisionseraser.spec (1.1 -> 1.2) , dokuwiki-plugin-easydokuwiki.spec (1.1 -> 1.2) , dokuwiki-plugin-fullindex.spec (1.3 -> 1.4) , dokuwiki-plugin-include.spec (1.8 -> 1.9) , dokuwiki-plugin-indexmenu.spec (1.5 -> 1.6) , dokuwiki-plugin-lists.spec (1.1 -> 1.2) , dokuwiki-plugin-odt.spec (1.5 -> 1.6) , dokuwiki-plugin-pagelist.spec (1.1 -> 1.2) , dokuwiki-plugin-pagemove.spec (1.7 -> 1.8) , dokuwiki-plugin-pageredirect.spec (1.4 -> 1.5) , dokuwiki-plugin-s5.spec (1.3 -> 1.4) , dokuwiki-plugin-searchindex.spec (1.3 -> 1.4) , dokuwiki-plugin-snmplive.spec (1.4 -> 1.5) , dokuwiki-plugin-tag.spec (1.2 -> 1.3) , dokuwiki-plugin-translation.spec (1.3 -> 1.4) , dokuwiki-plugin-userpage.spec (1.4 -> 1.5) , dokuwiki-plugin-xref.spec (1.3 -> 1.4) , dokuwiki-plugin-yalist.spec (1.1 -> 1.2) , dokuwiki-plugin-zip.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/dokuwiki-plugin-actionlink.spec
diff -u SPECS/dokuwiki-plugin-actionlink.spec:1.1 SPECS/dokuwiki-plugin-actionlink.spec:1.2
--- SPECS/dokuwiki-plugin-actionlink.spec:1.1	Tue Sep 23 12:33:16 2008
+++ SPECS/dokuwiki-plugin-actionlink.spec	Wed Jan 28 15:29:12 2009
@@ -15,6 +15,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -33,6 +34,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %dir %{plugindir}
@@ -44,5 +51,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.1  2008/09/23 10:33:16  glen
 - new

================================================================
Index: SPECS/dokuwiki-plugin-backuptool.spec
diff -u SPECS/dokuwiki-plugin-backuptool.spec:1.3 SPECS/dokuwiki-plugin-backuptool.spec:1.4
--- SPECS/dokuwiki-plugin-backuptool.spec:1.3	Fri Sep 19 16:31:14 2008
+++ SPECS/dokuwiki-plugin-backuptool.spec	Wed Jan 28 15:29:12 2009
@@ -15,8 +15,9 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_dokudir	/usr/share/dokuwiki
-%define		_plugindir	%{_dokudir}/lib/plugins/%{_plugin}
+%define		dokuconf	/etc/webapps/dokuwiki
+%define		dokudir		/usr/share/dokuwiki
+%define		plugindir	%{dokudir}/lib/plugins/%{_plugin}
 
 %description
 This is a plugin for DokuWiki which enables you to backup the most
@@ -36,8 +37,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_plugindir}
-cp -a . $RPM_BUILD_ROOT%{_plugindir}
+install -d $RPM_BUILD_ROOT%{plugindir}
+cp -a . $RPM_BUILD_ROOT%{plugindir}
 
 # find locales
 sh %{SOURCE1} %{name}.lang
@@ -45,10 +46,16 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%dir %{_plugindir}
-%{_plugindir}/*.php
+%dir %{plugindir}
+%{plugindir}/*.php
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -56,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.3  2008/09/19 14:31:14  duddits
 - up to 20080824
 - Source0 URL fixed

================================================================
Index: SPECS/dokuwiki-plugin-cacherevisionseraser.spec
diff -u SPECS/dokuwiki-plugin-cacherevisionseraser.spec:1.1 SPECS/dokuwiki-plugin-cacherevisionseraser.spec:1.2
--- SPECS/dokuwiki-plugin-cacherevisionseraser.spec:1.1	Sat Aug 16 15:37:14 2008
+++ SPECS/dokuwiki-plugin-cacherevisionseraser.spec	Wed Jan 28 15:29:12 2009
@@ -15,8 +15,9 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_dokudir	/usr/share/dokuwiki
-%define		_plugindir	%{_dokudir}/lib/plugins/%{plugin}
+%define		dokuconf	/etc/webapps/dokuwiki
+%define		dokudir		/usr/share/dokuwiki
+%define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
 %description
 This admin plug-in allows you to erase the entire cache and/or old
@@ -31,8 +32,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_plugindir}
-cp -a . $RPM_BUILD_ROOT%{_plugindir}
+install -d $RPM_BUILD_ROOT%{plugindir}
+cp -a . $RPM_BUILD_ROOT%{plugindir}
 
 # find locales
 sh %{SOURCE1} %{name}.lang
@@ -40,11 +41,17 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc readme.txt readme_unix.txt
-%dir %{_plugindir}
-%{_plugindir}/*.php
+%dir %{plugindir}
+%{plugindir}/*.php
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.1  2008/08/16 13:37:14  paszczus
 - initial
 

================================================================
Index: SPECS/dokuwiki-plugin-easydokuwiki.spec
diff -u SPECS/dokuwiki-plugin-easydokuwiki.spec:1.1 SPECS/dokuwiki-plugin-easydokuwiki.spec:1.2
--- SPECS/dokuwiki-plugin-easydokuwiki.spec:1.1	Fri Jun 13 12:42:09 2008
+++ SPECS/dokuwiki-plugin-easydokuwiki.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -40,6 +41,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %dir %{plugindir}
@@ -51,5 +58,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.1  2008/06/13 10:42:09  glen
 - new

================================================================
Index: SPECS/dokuwiki-plugin-fullindex.spec
diff -u SPECS/dokuwiki-plugin-fullindex.spec:1.3 SPECS/dokuwiki-plugin-fullindex.spec:1.4
--- SPECS/dokuwiki-plugin-fullindex.spec:1.3	Thu May  8 13:23:25 2008
+++ SPECS/dokuwiki-plugin-fullindex.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -51,6 +52,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %{plugindir}
@@ -61,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.3  2008/05/08 11:23:25  glen
 - unify; rel 1
 

================================================================
Index: SPECS/dokuwiki-plugin-include.spec
diff -u SPECS/dokuwiki-plugin-include.spec:1.8 SPECS/dokuwiki-plugin-include.spec:1.9
--- SPECS/dokuwiki-plugin-include.spec:1.8	Fri Sep 19 16:44:47 2008
+++ SPECS/dokuwiki-plugin-include.spec	Wed Jan 28 15:29:12 2009
@@ -15,6 +15,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -41,6 +42,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
@@ -57,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.8  2008/09/19 14:44:47  duddits
 - fixed URL
 

================================================================
Index: SPECS/dokuwiki-plugin-indexmenu.spec
diff -u SPECS/dokuwiki-plugin-indexmenu.spec:1.5 SPECS/dokuwiki-plugin-indexmenu.spec:1.6
--- SPECS/dokuwiki-plugin-indexmenu.spec:1.5	Fri Sep 19 16:51:59 2008
+++ SPECS/dokuwiki-plugin-indexmenu.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -58,6 +59,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc CREDITS changelog
@@ -69,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.5  2008/09/19 14:51:59  duddits
 - changed Version to 20080412, just for clarity
 

================================================================
Index: SPECS/dokuwiki-plugin-lists.spec
diff -u SPECS/dokuwiki-plugin-lists.spec:1.1 SPECS/dokuwiki-plugin-lists.spec:1.2
--- SPECS/dokuwiki-plugin-lists.spec:1.1	Tue Sep 30 00:23:06 2008
+++ SPECS/dokuwiki-plugin-lists.spec	Wed Jan 28 15:29:12 2009
@@ -13,6 +13,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -31,6 +32,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %dir %{plugindir}
@@ -43,5 +50,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.1  2008/09/29 22:23:06  glen
 - new

================================================================
Index: SPECS/dokuwiki-plugin-odt.spec
diff -u SPECS/dokuwiki-plugin-odt.spec:1.5 SPECS/dokuwiki-plugin-odt.spec:1.6
--- SPECS/dokuwiki-plugin-odt.spec:1.5	Fri Sep 19 17:02:07 2008
+++ SPECS/dokuwiki-plugin-odt.spec	Wed Jan 28 15:29:12 2009
@@ -15,6 +15,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -47,6 +48,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %doc ChangeLog
 %defattr(644,root,root,755)
@@ -64,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.5  2008/09/19 15:02:07  duddits
 - fixed missing Source0-md5
 

================================================================
Index: SPECS/dokuwiki-plugin-pagelist.spec
diff -u SPECS/dokuwiki-plugin-pagelist.spec:1.1 SPECS/dokuwiki-plugin-pagelist.spec:1.2
--- SPECS/dokuwiki-plugin-pagelist.spec:1.1	Wed Aug 27 12:32:55 2008
+++ SPECS/dokuwiki-plugin-pagelist.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -42,6 +43,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
@@ -56,5 +64,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.1  2008/08/27 10:32:55  glen
 - new

================================================================
Index: SPECS/dokuwiki-plugin-pagemove.spec
diff -u SPECS/dokuwiki-plugin-pagemove.spec:1.7 SPECS/dokuwiki-plugin-pagemove.spec:1.8
--- SPECS/dokuwiki-plugin-pagemove.spec:1.7	Thu May  8 16:15:15 2008
+++ SPECS/dokuwiki-plugin-pagemove.spec	Wed Jan 28 15:29:12 2009
@@ -18,6 +18,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -60,6 +61,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %dir %{plugindir}
@@ -83,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.7  2008/05/08 14:15:15  glen
 - use df for source
 

================================================================
Index: SPECS/dokuwiki-plugin-pageredirect.spec
diff -u SPECS/dokuwiki-plugin-pageredirect.spec:1.4 SPECS/dokuwiki-plugin-pageredirect.spec:1.5
--- SPECS/dokuwiki-plugin-pageredirect.spec:1.4	Thu May  8 13:23:25 2008
+++ SPECS/dokuwiki-plugin-pageredirect.spec	Wed Jan 28 15:29:12 2009
@@ -16,6 +16,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -42,6 +43,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %dir %{plugindir}
@@ -56,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.4  2008/05/08 11:23:25  glen
 - unify; rel 1
 

================================================================
Index: SPECS/dokuwiki-plugin-s5.spec
diff -u SPECS/dokuwiki-plugin-s5.spec:1.3 SPECS/dokuwiki-plugin-s5.spec:1.4
--- SPECS/dokuwiki-plugin-s5.spec:1.3	Fri Sep 19 17:14:52 2008
+++ SPECS/dokuwiki-plugin-s5.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -40,6 +41,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
@@ -56,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.3  2008/09/19 15:14:52  duddits
 - up to 20080620
 - Source0 URL fixed

================================================================
Index: SPECS/dokuwiki-plugin-searchindex.spec
diff -u SPECS/dokuwiki-plugin-searchindex.spec:1.3 SPECS/dokuwiki-plugin-searchindex.spec:1.4
--- SPECS/dokuwiki-plugin-searchindex.spec:1.3	Thu May  8 13:23:25 2008
+++ SPECS/dokuwiki-plugin-searchindex.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -49,6 +50,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %{plugindir}
@@ -59,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.3  2008/05/08 11:23:25  glen
 - unify; rel 1
 

================================================================
Index: SPECS/dokuwiki-plugin-snmplive.spec
diff -u SPECS/dokuwiki-plugin-snmplive.spec:1.4 SPECS/dokuwiki-plugin-snmplive.spec:1.5
--- SPECS/dokuwiki-plugin-snmplive.spec:1.4	Thu May  8 13:23:25 2008
+++ SPECS/dokuwiki-plugin-snmplive.spec	Wed Jan 28 15:29:12 2009
@@ -16,6 +16,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -38,6 +39,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# force css cache refresh
+if [ -f %{dokuconf}/local.php ]; then
+	touch %{dokuconf}/local.php
+fi
+
 %files
 %defattr(644,root,root,755)
 %{plugindir}
@@ -48,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/01/28 14:29:12  glen
+- refresh dw cache on install
+
 Revision 1.4  2008/05/08 11:23:25  glen
 - unify; rel 1
 

================================================================
Index: SPECS/dokuwiki-plugin-tag.spec
diff -u SPECS/dokuwiki-plugin-tag.spec:1.2 SPECS/dokuwiki-plugin-tag.spec:1.3
--- SPECS/dokuwiki-plugin-tag.spec:1.2	Wed Aug 27 12:39:53 2008
+++ SPECS/dokuwiki-plugin-tag.spec	Wed Jan 28 15:29:12 2009
@@ -14,6 +14,7 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		dokuconf	/etc/webapps/dokuwiki
 %define		dokudir		/usr/share/dokuwiki
 %define		plugindir	%{dokudir}/lib/plugins/%{plugin}
 
@@ -41,6 +42,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-actionlink.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-backuptool.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-cacherevisionseraser.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-easydokuwiki.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-fullindex.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-include.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-indexmenu.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-lists.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-odt.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-pagelist.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-pagemove.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-pageredirect.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-s5.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-searchindex.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-snmplive.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-tag.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-translation.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-userpage.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-xref.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-yalist.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-zip.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list