]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- fixed locales installation auto/th/blueman-0_6-0_106_2
authorSzymon Siwek <sls@pld-linux.org>
Sun, 19 Oct 2008 06:11:18 +0000 (06:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blueman.spec -> 1.15

blueman.spec

index 998db936250b6a66755797ed816ddaa7882132b8..62d505464f51cfc7fa32bcb614493c94a5a27bdf 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Blueman - bluetooth management utility for GNOME
 Name:          blueman
 Version:       0.6
-Release:       0.%{rev}.1
+Release:       0.%{rev}.2
 License:       GPL
 Group:         Applications
 Source0:       http://download.tuxfamily.org/blueman/tarballs/%{name}-%{version}-r%{rev}.tar.gz
@@ -45,6 +45,11 @@ Features:
 
 %prep
 %setup -q -n %{name}
+for i in po/blueman*.po; do
+       lang=${i##po/blueman-}
+       lang=${lang%.po}
+       mv $i po/$lang.po
+done
 
 %build
 %{__sed} -i -e 's,lib/,%{_lib}/,g' setup.py
This page took 0.16828 seconds and 4 git commands to generate.