Author: glen                         Date: Tue Jan 27 15:06:55 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force css cache refresh after install

---- Files affected:
SPECS:
   dokuwiki-tpl-arctic.spec (1.4 -> 1.5) , dokuwiki-tpl-minimalmobile.spec (1.6 
-> 1.7) , dokuwiki-tpl-monobook.spec (1.6 -> 1.7) , 
dokuwiki-tpl-multitemplate.spec (1.7 -> 1.8) , dokuwiki-tpl-pldusersorg.spec 
(1.2 -> 1.3) , dokuwiki-tpl-sidebar.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/dokuwiki-tpl-arctic.spec
diff -u SPECS/dokuwiki-tpl-arctic.spec:1.4 SPECS/dokuwiki-tpl-arctic.spec:1.5
--- SPECS/dokuwiki-tpl-arctic.spec:1.4  Fri Sep 19 17:53:23 2008
+++ SPECS/dokuwiki-tpl-arctic.spec      Tue Jan 27 16:06:49 2009
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-%define                _snap   2008-07-30
-%define                _ver    %(echo %{_snap} | tr -d -)
+%define                snap    2008-07-30
+%define                ver     %(echo %{snap} | tr -d -)
 %define                tpl     arctic
 Summary:       Arctic template for DokuWiki
 Summary(pl.UTF-8):     Szablon Arctic dla Dokuwiki
 Name:          dokuwiki-tpl-%{tpl}
-Version:       %{_ver}
+Version:       %{ver}
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       
http://www.chimeric.de/_media/projects/dokuwiki/template/arctic/download/template-arctic-%{_snap}.tgz
+Source0:       
http://www.chimeric.de/_media/projects/dokuwiki/template/arctic/download/template-arctic-%{snap}.tgz
 # Source0-md5: 705f5dcb3935c3ea2c1bab6edbfd9235
 Source1:       dokuwiki-find-lang.sh
 URL:           http://www.chimeric.de/projects/dokuwiki/template/arctic
@@ -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                tpldir          %{dokudir}/lib/tpl/%{tpl}
 
@@ -46,6 +47,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 INSTALL README VERSION
@@ -64,6 +71,9 @@
 * %{date} PLD Team <[email protected]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.5  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.4  2008/09/19 15:53:23  duddits
 - snap up to 2008-07-30
 - needs dokuwiki >= 20080505

================================================================
Index: SPECS/dokuwiki-tpl-minimalmobile.spec
diff -u SPECS/dokuwiki-tpl-minimalmobile.spec:1.6 
SPECS/dokuwiki-tpl-minimalmobile.spec:1.7
--- SPECS/dokuwiki-tpl-minimalmobile.spec:1.6   Fri Sep 19 17:58:24 2008
+++ SPECS/dokuwiki-tpl-minimalmobile.spec       Tue Jan 27 16:06:49 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                tpldir          %{dokudir}/lib/tpl/%{tpl}
 
@@ -62,6 +63,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 INSTALL
@@ -73,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.6  2008/09/19 15:58:24  duddits
 - URL fixed
 

================================================================
Index: SPECS/dokuwiki-tpl-monobook.spec
diff -u SPECS/dokuwiki-tpl-monobook.spec:1.6 
SPECS/dokuwiki-tpl-monobook.spec:1.7
--- SPECS/dokuwiki-tpl-monobook.spec:1.6        Fri Sep 19 18:06:30 2008
+++ SPECS/dokuwiki-tpl-monobook.spec    Tue Jan 27 16:06:49 2009
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-%define                _snap   2008-07-30
-%define                _ver    %(echo %{_snap} | tr -d -)
+%define                snap    2008-07-30
+%define                ver     %(echo %{snap} | tr -d -)
 %define                tpl     monobook
 Summary:       Monobook template for DokuWiki
 Summary(pl.UTF-8):     Szablon Monobook dla DokuWiki
 Name:          dokuwiki-tpl-%{tpl}
-Version:       %{_ver}
+Version:       %{ver}
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       
http://tatewake.com/wiki/_media/projects:monobook-%{_snap}.tar.bz2
+Source0:       
http://tatewake.com/wiki/_media/projects:monobook-%{snap}.tar.bz2
 # Source0-md5: 35608ad64b14c0ac2f61c0477609e3ab
 Source1:       dokuwiki-find-lang.sh
 URL:           http://tatewake.com/wiki/projects:monobook_for_dokuwiki
@@ -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                tpldir          %{dokudir}/lib/tpl/%{tpl}
 
@@ -54,6 +55,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 INSTALL README
@@ -74,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.6  2008/09/19 16:06:30  duddits
 - snap up to 2008-07-30
 - %{_ver} macro updated

================================================================
Index: SPECS/dokuwiki-tpl-multitemplate.spec
diff -u SPECS/dokuwiki-tpl-multitemplate.spec:1.7 
SPECS/dokuwiki-tpl-multitemplate.spec:1.8
--- SPECS/dokuwiki-tpl-multitemplate.spec:1.7   Thu May  8 14:12:22 2008
+++ SPECS/dokuwiki-tpl-multitemplate.spec       Tue Jan 27 16:06:49 2009
@@ -1,21 +1,22 @@
 # $Revision$, $Date$
-%define                _snap   01022007
-%define                _ver    %(echo %{_snap} | sed -e 
's,\\(..\\)\\(..\\)\\(....\\),\\3\\1\\2,')
+%define                snap    01022007
+%define                ver     %(echo %{snap} | sed -e 
's,\\(..\\)\\(..\\)\\(....\\),\\3\\1\\2,')
 %define                tpl     multitemplate
 Summary:       Multitemplate for DokuWiki
 Summary(pl.UTF-8):     Wielokrotne szablony dla DokuWiki
 Name:          dokuwiki-tpl-multitemplate
-Version:       %{_ver}
+Version:       %{ver}
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       
http://tatewake.com/wiki/_media/projects:multitemplate-%{_snap}.zip
+Source0:       
http://tatewake.com/wiki/_media/projects:multitemplate-%{snap}.zip
 # Source0-md5: b1d36f8b69439c8e0c67703fa0425238
 URL:           http://tatewake.com/wiki/projects:multitemplate_for_dokuwiki
 Requires:      dokuwiki
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                dokuconf        /etc/webapps/dokuwiki
 %define                dokudir         /usr/share/dokuwiki
 %define                tpldir          %{dokudir}/lib/tpl/%{tpl}
 
@@ -50,6 +51,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 INSTALL
@@ -61,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.7  2008/05/08 12:12:22  glen
 - unify
 

================================================================
Index: SPECS/dokuwiki-tpl-pldusersorg.spec
diff -u SPECS/dokuwiki-tpl-pldusersorg.spec:1.2 
SPECS/dokuwiki-tpl-pldusersorg.spec:1.3
--- SPECS/dokuwiki-tpl-pldusersorg.spec:1.2     Tue Jun 17 08:42:52 2008
+++ SPECS/dokuwiki-tpl-pldusersorg.spec Tue Jan 27 16:06:49 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                tpldir          %{dokudir}/lib/tpl/%{tpl}
 
@@ -48,6 +49,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 INSTALL README
@@ -67,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.2  2008/06/17 06:42:52  glen
 - add missing log
 

================================================================
Index: SPECS/dokuwiki-tpl-sidebar.spec
diff -u SPECS/dokuwiki-tpl-sidebar.spec:1.8 SPECS/dokuwiki-tpl-sidebar.spec:1.9
--- SPECS/dokuwiki-tpl-sidebar.spec:1.8 Tue Jan 27 16:04:54 2009
+++ SPECS/dokuwiki-tpl-sidebar.spec     Tue Jan 27 16:06:49 2009
@@ -55,7 +55,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-# force cache refresh
+# force css cache refresh
 if [ -f %{dokuconf}/local.php ]; then
        touch %{dokuconf}/local.php
 fi
@@ -71,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2009/01/27 15:06:49  glen
+- force css cache refresh after install
+
 Revision 1.8  2009/01/27 15:04:54  glen
 - unify
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-arctic.spec?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-minimalmobile.spec?r1=1.6&r2=1.7&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-monobook.spec?r1=1.6&r2=1.7&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-multitemplate.spec?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-pldusersorg.spec?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-sidebar.spec?r1=1.8&r2=1.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to