packages: gourmet/gourmet.spec - 0.15.9 (rel2, because of my test builds) -...

uzsolt uzsolt at pld-linux.org
Sat Apr 16 20:50:51 CEST 2011


Author: uzsolt                       Date: Sat Apr 16 18:50:51 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 0.15.9 (rel2, because of my test builds)
- solved language todo (create mo-files with msgfmt)

---- Files affected:
packages/gourmet:
   gourmet.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/gourmet/gourmet.spec
diff -u packages/gourmet/gourmet.spec:1.15 packages/gourmet/gourmet.spec:1.16
--- packages/gourmet/gourmet.spec:1.15	Sun Jan 30 14:57:56 2011
+++ packages/gourmet/gourmet.spec	Sat Apr 16 20:50:46 2011
@@ -1,17 +1,13 @@
 # $Revision$, $Date$
-#
-# TODO:
-#	- check why more translations (including Polish) are not installed
-#
 Summary:	Gourmet Recipe Manager is a simple but powerful recipe-managing application
 Summary(hu.UTF-8):	Gourmet Recipe Manager egy egyszerű, de hatékony recept-nyilvántartó alkalmazás
 Name:		gourmet
-Version:	0.15.7
-Release:	1
+Version:	0.15.9
+Release:	2
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/grecipe-manager/%{name}-%{version}.tar.gz
-# Source0-md5:	5e2db5c9e33d9ba7b63b8ce9bdd46395
+# Source0-md5:	7bef5569fb4523747973d83ab69a9a79
 URL:		http://grecipe-manager.sourceforge.net/
 BuildRequires:	intltool
 BuildRequires:	libglade2-devel
@@ -62,6 +58,19 @@
 %setup -q
 
 %build
+cd i18n
+mv nl_NL.po nl.po
+mv pt_PT.po pt.po
+mv zh.po zh_CN.po
+rm de.po
+rm sv.po
+rm sv_SE.po
+for file in *.po; do
+	lang=$(echo $file | cut -f 1 -d .)
+	mkdir -p $lang/LC_MESSAGES
+	msgfmt -o $lang/LC_MESSAGES/gourmet.mo $file
+done
+cd ..
 python setup.py build
 
 %install
@@ -103,6 +112,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2011/04/16 18:50:46  uzsolt
+- 0.15.9 (rel2, because of my test builds)
+- solved language todo (create mo-files with msgfmt)
+
 Revision 1.15  2011/01/30 13:57:56  uzsolt
 - 0.15.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gourmet/gourmet.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list