SPECS: blueman.spec - fixed locales installation
sls
sls at pld-linux.org
Sun Oct 19 08:11:23 CEST 2008
Author: sls Date: Sun Oct 19 06:11:23 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed locales installation
---- Files affected:
SPECS:
blueman.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/blueman.spec
diff -u SPECS/blueman.spec:1.14 SPECS/blueman.spec:1.15
--- SPECS/blueman.spec:1.14 Sun Oct 19 07:21:59 2008
+++ SPECS/blueman.spec Sun Oct 19 08:11:18 2008
@@ -3,7 +3,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
@@ -46,6 +46,11 @@
%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
@@ -86,6 +91,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2008/10/19 06:11:18 sls
+- fixed locales installation
+
Revision 1.14 2008/10/19 05:21:59 sls
- updated BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/blueman.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list