]> git.pld-linux.org Git - packages/dokuwiki-plugin-pagemoveng.git/commitdiff
- up to 0.10.0 (20100218) AC-branch auto/ac/dokuwiki-plugin-pagemove-0_10_0-1 auto/th/dokuwiki-plugin-pagemove-0_10_0-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Mar 2010 09:01:37 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-plugin-pagemoveng.spec -> 1.9

dokuwiki-plugin-pagemoveng.spec

index a01522e1397fa0e8322f9ef8fa2fffa2d0a64107..448b2ef524aa3ed0e482b545a6a7b750166a61d1 100644 (file)
@@ -2,13 +2,12 @@
 Summary:       DokuWiki PageMove plugin
 Summary(pl.UTF-8):     Wtyczka PageMove dla DokuWiki
 Name:          dokuwiki-plugin-%{plugin}
-Version:       0.9.15a
+Version:       0.10.0
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
-# Source0Download:     http://www.isection.co.uk/lib/exe/fetch.php?media=pagemove_20070722.zip
-Source0:       pagemove_20070722.zip
-# Source0-md5: f2cc2a57d40b877a335b52009e4cc072
+Source0:       http://acodeas.de/plugins/Version%{version}-pagemove_20100218.zip
+# Source0-md5: 48d2d8dde2794a9a5af5344623d608e8
 Patch0:                %{name}-redirectlinks.patch
 Patch1:                %{name}-selflinks.patch
 URL:           http://www.isection.co.uk/doku.php
@@ -52,6 +51,9 @@ mv lang/cs/pagemove.txt{.txt,}
 mv lang/es/pagemove.txt{.txt,}
 mv lang/pl/pagemove.txt{.txt,}
 
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{plugindir}
This page took 0.056875 seconds and 4 git commands to generate.