]> git.pld-linux.org Git - packages/claws-mail-extra-plugins.git/blobdiff - claws-mail-extra-plugins.spec
- id_ID -> id locale fix
[packages/claws-mail-extra-plugins.git] / claws-mail-extra-plugins.spec
index 48eaf64516102f96a5f119b76b95190870ed0fab..e5e179af64230585de7418ca1e02fc2352a54cf9 100644 (file)
@@ -2,7 +2,7 @@
 # TODO: make compatibility for clutter-gtk 1.0 (Th only)
 #
 %if "%{pld_release}" != "th"
-%define                _rel    1
+%define                _rel    2
 %else
 %define                _rel    0.1
 %endif
@@ -378,6 +378,13 @@ webCal.
 %setup -q
 %patch0 -p1
 
+# id_ID -> id locale hacks
+for i in `find -name id_ID.po -print`; do
+       i=`echo $i | sed 's,/po/id_ID.po,,'`
+       mv -f $i/po/{id_ID,id}.po
+       %{__sed} -i -e 's,id_ID,id,g' $i/configure.ac
+done
+
 %build
 for i in `find * -maxdepth 0 -type d -print`; do
        cd "$i"
This page took 0.059502 seconds and 4 git commands to generate.