Author: baggins                      Date: Mon Oct 27 18:33:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5
- BR gettext-devel
- regenerate translations

---- Files affected:
SPECS:
   horde-imp.spec (1.140 -> 1.141) 

---- Diffs:

================================================================
Index: SPECS/horde-imp.spec
diff -u SPECS/horde-imp.spec:1.140 SPECS/horde-imp.spec:1.141
--- SPECS/horde-imp.spec:1.140  Mon Oct 27 16:36:09 2008
+++ SPECS/horde-imp.spec        Mon Oct 27 19:33:09 2008
@@ -12,7 +12,7 @@
 Summary(pt_BR.UTF-8):  Programa de Mail via Web
 Name:          horde-%{hordeapp}
 Version:       4.3
-Release:       4.1
+Release:       5
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       ftp://ftp.horde.org/pub/imp/%{hordeapp}-h3-%{version}.tar.gz
@@ -24,7 +24,7 @@
 Patch3:                %{hordeapp}-auth.patch
 Patch4:                %{hordeapp}-important.patch
 URL:           http://www.horde.org/imp/
-BuildRequires: horde-localegen
+BuildRequires: gettext-devel
 BuildRequires: rpm-php-pearprov >= 4.0.2-98
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      horde >= 3.0
@@ -86,6 +86,12 @@
 # remove backup files from patching
 find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
 
+cd po
+for file in *.po ; do
+       __lang=${file%.po}
+       msgfmt $file -o ../locale/$__lang/LC_MESSAGES/imp.mo
+done
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/docs}
@@ -196,6 +202,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.141  2008/10/27 18:33:09  baggins
+- rel 5
+- BR gettext-devel
+- regenerate translations
+
 Revision 1.140  2008/10/27 15:36:09  baggins
 - WIP on reverting confusing change to message flagging
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/horde-imp.spec?r1=1.140&r2=1.141&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to