]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - dokuwiki-plugin.spec
- undos, js needs refresh as well
[projects/template-specs.git] / dokuwiki-plugin.spec
index ccb1c143f1fd2a35391d6a74618ab93cc883dd2f..62a2dd07c1f8388c377c32422f9ffc3d7c4ce8cf 100644 (file)
@@ -10,6 +10,8 @@ Source0:      -
 # Source0-md5: -
 URL:           http://www.dokuwiki.org/plugin:PLUGIN_NAME
 BuildRequires: rpmbuild(macros) >= 1.520
+# for %%undos macro
+BuildRequires: rpmbuild(macros) >= 1.553
 Requires:      dokuwiki >= 20061106
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,8 +55,9 @@ rm -f $RPM_BUILD_ROOT%{plugindir}/{COPYING,README,VERSION}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+# use this post section if you package .css or .js files
 %post
-# force css cache refresh
+# force js/css cache refresh
 if [ -f %{dokuconf}/local.php ]; then
        touch %{dokuconf}/local.php
 fi
This page took 0.028356 seconds and 4 git commands to generate.