rpms/gedit/devel gedit.spec,1.191,1.192

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 27 06:13:26 UTC 2009


Author: mclasen

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

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



Index: gedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- gedit.spec	13 Apr 2009 17:13:39 -0000	1.191
+++ gedit.spec	27 Apr 2009 06:12:55 -0000	1.192
@@ -18,7 +18,7 @@
 Summary:	Text editor for the GNOME desktop
 Name:		gedit
 Version: 	2.26.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Epoch:		1
 License:	GPLv2+ and GFDL
 Group:		Applications/Editors
@@ -123,14 +123,14 @@
 # ideally intltool (ha!) would do that for us
 # http://bugzilla.gnome.org/show_bug.cgi?id=474987
 cd po
-grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
+grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
 mv POTFILES.keep POTFILES.in
 intltool-update --pot
 for p in *.po; do
   msgmerge $p %{name}.pot > $p.out
   msgfmt -o `basename $p .po`.gmo $p.out
 done
-
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -225,6 +225,9 @@
 
 
 %changelog
+* Mon Apr 27 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.26.1-2
+- Don't drop schemas translations from po files
+
 * Mon Apr 13 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.26.1-1
 - Update to 2.26.1
 - See http://download.gnome.org/sources/gedit/2.26/gedit-2.26.1.news




More information about the fedora-extras-commits mailing list