]> git.pld-linux.org Git - packages/awesome-plugin-obvious.git/commitdiff
- 20100925
authorZsolt Udvari <uzsolt@pld-linux.org>
Mon, 11 Oct 2010 22:13:48 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rename foo.md to foo

Changed files:
    awesome-plugin-obvious.spec -> 1.7

awesome-plugin-obvious.spec

index e9440f3cefc364b6e75cda1defcaa01aa6de9f6e..f439d876171936f4ad63d93d3638652c809e8012 100644 (file)
@@ -1,5 +1,5 @@
 
-%define                rel 20090924
+%define                rel 20100925
 Summary:       Set of obvious awesome widgets
 Summary(hu.UTF-8):     Alapvető awesome widget-ek gyűjteménye
 Summary(pl.UTF-8):     Zestaw oczywistych widgetów dla awesome
@@ -9,8 +9,8 @@ Release:        0.%{rel}.2
 License:       MIT
 Group:         X11/Window Managers
 # git clone git://git.mercenariesguild.net/obvious.git
-Source0:       http://xatka.net/~z/PLD/obvious-%{rel}.tar.bz2
-# Source0-md5: ceffb99a73c78f3ad1791e43e910f289
+Source0:       http://carme.pld-linux.org/~uzsolt/sources/obvious-%{rel}.tar.bz2
+# Source0-md5: a3f4b58138e446cddd28b87ab6dc86b0
 URL:           http://awesome.naquadah.org/wiki/Obvious
 Requires:      awesome
 Requires:      awesome-plugin-naughty
@@ -32,6 +32,9 @@ głośności alsa i tym podobne.
 %prep
 %setup -q -n obvious-%{rel}
 
+for I in $(find -name *.md); do
+  mv $I $(echo $I | sed "s@\.md\$@@")
+done
 for I in */readme; do
   mv $I readme-$(dirname $I)
 done
This page took 0.059693 seconds and 4 git commands to generate.