translation update for libfm / pcmanfm
This commit is contained in:
parent
6dec4c45cf
commit
f8b9d0e2a7
@ -1 +1,2 @@
|
||||
libfm-0.1.11.tar.gz
|
||||
libfm-0.1.11-translation-update-patches.tar.gz
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- libfm-0.1.10/src/Makefile.am 2010-04-19 02:57:07.000000000 +0900
|
||||
+++ libfm-0.1.11/src/Makefile.am 2010-04-25 22:00:36.000000000 +0900
|
||||
@@ -211,7 +211,6 @@
|
||||
$(GTK_LIBS) \
|
||||
$(MENU_CACHE_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
- libfm.la \
|
||||
libfm-gtk.la \
|
||||
$(NULL)
|
||||
|
19
libfm.spec
19
libfm.spec
@ -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}-gtk.
|
||||
|
||||
|
||||
%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 &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 9 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-4
|
||||
- Translation update from git
|
||||
|
||||
* Fri May 7 2010 Mamrou Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.1.11-3
|
||||
- Remove runpath_var=... trick on libtool which causes internal
|
||||
linkage error,
|
||||
|
Loading…
Reference in New Issue
Block a user