[nautilus/f14/master] - refresh the files in ./po after touching POTFILES.in

Dan Horák sharkcz at fedoraproject.org
Tue Sep 7 10:19:34 UTC 2010


commit 25a46164ca4cdbd036c52e056dc2fd7f7c780394
Author: Dan Horák <dan at danny.cz>
Date:   Tue Sep 7 12:19:36 2010 +0200

    - refresh the files in ./po after touching POTFILES.in

 nautilus.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nautilus.spec b/nautilus.spec
index 653c6aa..f60bf64 100644
--- a/nautilus.spec
+++ b/nautilus.spec
@@ -15,7 +15,7 @@
 Name:		nautilus
 Summary:	File manager for GNOME
 Version:	2.31.90
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:          User Interface/Desktops
 Source:		http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version}.tar.bz2
@@ -162,6 +162,8 @@ for p in *.po; do
   msgmerge $p nautilus.pot > $p.out
   msgfmt -o `basename $p .po`.gmo $p.out
 done
+# refresh the files in ./po after touching POTFILES.in
+make
 
 %install
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
@@ -265,6 +267,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Tue Sep  7 2010 Dan Horák <dan[at]danny.cz> - 2.31.90-2
+- refresh the files in ./po after touching POTFILES.in
+
 * Wed Aug 18 2010 Tomas Bzatek <tbzatek at redhat.com> - 2.31.90-1
 - Update to 2.31.90
 


More information about the scm-commits mailing list