rpms/guake/F-11 guake.spec,1.13,1.14

pingou pingou at fedoraproject.org
Thu Feb 4 10:22:56 UTC 2010


Author: pingou

Update of /cvs/pkgs/rpms/guake/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29299/F-11

Modified Files:
	guake.spec 
Log Message:
Include french translation


Index: guake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-11/guake.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- guake.spec	2 Feb 2010 07:15:21 -0000	1.13
+++ guake.spec	4 Feb 2010 10:22:56 -0000	1.14
@@ -1,12 +1,13 @@
 Name:           guake
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.guake.org/
 Source0:        http://guake.org/files/%{name}-%{version}.tar.gz
+Source1:        fr.po
 
 # Not used here -- official release --
 #Source0:        %{name}-%{version}.20090321git.tar.gz
@@ -35,10 +36,13 @@ and press again to hide.
 %prep
 %setup -q 
 #-n %{name}
-
+cp %{SOURCE1} ./po/
 # Enables to pass the configure without problem concerning python vte library
 sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configure
 
+sed -i -e 's|ALL_LINGUAS="pt_BR ja es ru pl no de it fa hu el zh_CN"|ALL_LINGUAS="pt_BR ja es ru pl no de it fa hu el zh_CN fr"|' configure
+
+
 %build
 %configure --disable-schemas-install --disable-static
 make %{?_smp_mflags}
@@ -107,6 +111,9 @@ fi
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Thu Feb 04 2010 pingou <pingou at pingoured.fr> - 0.4.1-2
+- Rebuild to include French translations
+
 * Tue Feb 02 2010 pingou <pingou at pingoured.fr> - 0.4.1-1
 - Update to 0.4.1
 



More information about the scm-commits mailing list