rpms/evolution/devel evolution.spec,1.382,1.383

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 27 06:18:52 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/evolution/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22280

Modified Files:
	evolution.spec 
Log Message:
don't drop schemas translations



Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -r1.382 -r1.383
--- evolution.spec	15 Apr 2009 15:05:41 -0000	1.382
+++ evolution.spec	27 Apr 2009 06:18:21 -0000	1.383
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.26.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Productivity
 Summary: Mail and calendar client for GNOME
 License: GPLv2+ and GFDL
@@ -322,7 +322,7 @@
 # Strip unneeded translations from .mo files.
 # This reduces the RPM size by several megabytes.
 cd po
-grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
+grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
 mv POTFILES.keep POTFILES.in
 intltool-update --pot
 for p in *.po; do
@@ -691,6 +691,9 @@
 %{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
 
 %changelog
+* Mon Apr 27 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.1-2.fc11
+- Don't drop schemas translations from po files
+
 * Wed Apr 15 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1.1-1.fc11
 - Update to 2.26.1.1
 - Remove patch for GNOME bug #578685 (fixed upstream).




More information about the scm-commits mailing list