rpms/libfm/F-13 .cvsignore, 1.4, 1.5 libfm.spec, 1.7, 1.8 sources, 1.4, 1.5 libfm-0.1.11-wrong-linkage.patch, 1.1, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Tue May 11 19:37:49 UTC 2010


Author: mtasaka

Update of /cvs/extras/rpms/libfm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16880/libfm/F-13

Modified Files:
	.cvsignore libfm.spec sources 
Removed Files:
	libfm-0.1.11-wrong-linkage.patch 
Log Message:
translation update for libfm / pcmanfm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libfm/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	28 Apr 2010 18:23:55 -0000	1.4
+++ .cvsignore	11 May 2010 19:37:49 -0000	1.5
@@ -1 +1,2 @@
 libfm-0.1.11.tar.gz
+libfm-0.1.11-translation-update-patches.tar.gz


Index: libfm.spec
===================================================================
RCS file: /cvs/extras/rpms/libfm/F-13/libfm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libfm.spec	7 May 2010 09:11:11 -0000	1.7
+++ libfm.spec	11 May 2010 19:37:49 -0000	1.8
@@ -1,14 +1,19 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=567257
 
+# Upstream git:
+# git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
+
 Name:           libfm
 Version:        0.1.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GIO-based library for file manager-like programs
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://pcmanfm.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
+# Translation update, all from git
+Source1:        libfm-0.1.11-translation-update-patches.tar.gz
 Patch0:         libfm-0.1.9-pref-apps.patch
 # The following patch must be reversed
 Patch1:         libfm-0.1.11-wrong-linkage.patch
@@ -74,10 +79,15 @@ developing applications that use %{name}
 
 
 %prep
-%setup -q
+%setup -q -a 1
 
 %patch0 -p1 -b .orig
 %patch2 -p1 -b .gterm_segv
+# translation update
+for f in libfm-patches/*patch
+do
+  cat $f | patch -p1 -s
+done
 
 # treak rpath
 sed -i.libdir_syssearch -e \
@@ -86,6 +96,8 @@ sed -i.libdir_syssearch -e \
 
 %build
 %configure --disable-static
+# To show translation status
+make -C po -j1 GMSGFMT="msgfmt --statistics"
 make %{?_smp_mflags}
 
 
@@ -182,6 +194,9 @@ update-mime-database %{_datadir}/mime &>
 
 
 %changelog
+* Sun May  9 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.11-4
+- Translation update from git
+
 * Fri May  7 2010 Mamrou Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.11-3
 - Remove runpath_var=... trick on libtool which causes internal
   linkage error,


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libfm/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Apr 2010 18:23:56 -0000	1.4
+++ sources	11 May 2010 19:37:49 -0000	1.5
@@ -1 +1,2 @@
 65cf42729c0f3fc3c8c1ed03f78ce9fb  libfm-0.1.11.tar.gz
+afc1d194b90fc8b1357eb8df265e76c6  libfm-0.1.11-translation-update-patches.tar.gz


--- libfm-0.1.11-wrong-linkage.patch DELETED ---



More information about the scm-commits mailing list