summaryrefslogtreecommitdiff
path: root/scim.spec
diff options
context:
space:
mode:
authorJakub Bogusz2016-04-08 16:31:53 (GMT)
committerJakub Bogusz2016-04-08 16:31:53 (GMT)
commite3f622d0fd221936a91674d9dc6722825ef2aa4f (patch)
tree0d7a4a48b5d12d24e90b43329fc4ae2fc0aab18b /scim.spec
parent3d9c9c85da7a1a6890313e319fc90a4f7d9c72be (diff)
downloadscim-e3f622d0fd221936a91674d9dc6722825ef2aa4f.zip
scim-e3f622d0fd221936a91674d9dc6722825ef2aa4f.tar.gz
- updated to 1.4.15auto/th/scim-1.4.15-1
Diffstat (limited to 'scim.spec')
-rw-r--r--scim.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/scim.spec b/scim.spec
index 8ab4806..db7a539 100644
--- a/scim.spec
+++ b/scim.spec
@@ -10,12 +10,12 @@
Summary: Smart Common Input Method
Summary(pl.UTF-8): Smart Common Input Method - ogólna metoda wprowadzania
Name: scim
-Version: 1.4.14
-Release: 3
+Version: 1.4.15
+Release: 1
License: LGPL v2+
Group: X11/Applications
Source0: http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
-# Source0-md5: 495fbd080d9d6189e7eb67fd61097324
+# Source0-md5: b152326ec34a74e435685cfdc24541e5
Source1: %{name}.xinputd
Patch0: %{name}-config.patch
URL: http://www.scim-im.org/
@@ -178,14 +178,17 @@ Ten pakiet zawiera moduł methody wejściowej Qt 4.x oparty na SCIM.
%patch0 -p1
%build
+%{__gettextize}
+# remove po/Makefile.in from AC_CONFIG_FILES, intltool will add it once more
+%{__sed} -i -e '/AC_CONFIG_FILES/s, po/Makefile.in$,,' configure.ac
%{__intltoolize}
%{__libtoolize}
%{__aclocal} -I m4
-%{__autoheader}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
- %{!?with_clutter:--disable-clutter-immodule} \
+ %{?with_clutter:--enable-clutter-immodule} \
%{!?with_gtk2:--disable-gtk2-immodule} \
--enable-ld-version-script \
%{!?with_qt3:--disable-qt3-immodule} \