summaryrefslogtreecommitdiff
path: root/scim.spec
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2011-01-22 15:20:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit48afcd987eace712ff2d58c2b2d44896aa81447e (patch)
tree15a2b1ac085848ca7a0431c84e79ba4e58a971a8 /scim.spec
parent07e6bf0fd11947da003bb94cf6b2ae9ee5b2f4d2 (diff)
downloadscim-48afcd987eace712ff2d58c2b2d44896aa81447e.zip
scim-48afcd987eace712ff2d58c2b2d44896aa81447e.tar.gz
- up to 1.4.9; patches from fc; doesn't build unfortunately
Changed files: scim-1.4.7-syslibltdl.patch -> 1.1 scim-1.4.8-fix-dlopen.patch -> 1.1 scim.spec -> 1.7
Diffstat (limited to 'scim.spec')
-rw-r--r--scim.spec19
1 files changed, 13 insertions, 6 deletions
diff --git a/scim.spec b/scim.spec
index 23dc948..cf2be4a 100644
--- a/scim.spec
+++ b/scim.spec
@@ -1,12 +1,14 @@
Summary: Smart Common Input Method
Summary(pl.UTF-8): Smart Common Input Method - ogólna metoda wprowadzania
Name: scim
-Version: 1.4.7
+Version: 1.4.9
Release: 1
License: LGPL v2+
Group: X11/Applications
Source0: http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
-# Source0-md5: 840dcfd4264a1443478c188ff747984e
+# Source0-md5: 975ba34b01304ea8166ac8ea27aa9e88
+Patch0: scim-1.4.7-syslibltdl.patch
+Patch1: scim-1.4.8-fix-dlopen.patch
URL: http://www.scim-im.org/
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake
@@ -58,18 +60,23 @@ Statyczne biblioteki SCIM.
%prep
%setup -q
+%patch0 -p1
+%patch1 -p1
-# outdated, use system version
-:>m4/intltool.m4
+for f in m4/intltool.m4 $(grep -l gettext- m4/*.m4 | xargs); do
+ :> $f
+done
%build
-%{__intltoolize}
%{__gettextize}
+%{__intltoolize}
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%configure \
- --with-gtk-im-module-dir=%{immodulesdir}
+ --enable-ld-version-script \
+ --with-gtk-im-module-dir=%{immodulesdir} \
+ --disable-ltdl-install
%{__make}
%install