|
@@ -2,16 +2,25 @@ Summary: an SCIM IMEngine module for anthy
|
|
Summary(ja): anthy のための SCIM IMEngine モジュール
|
|
Summary(ja): anthy のための SCIM IMEngine モジュール
|
|
Name: scim-anthy
|
|
Name: scim-anthy
|
|
Version: 1.2.7
|
|
Version: 1.2.7
|
|
-Release: 6%{?_dist_release}
|
|
|
|
|
|
+Release: 7%{?_dist_release}
|
|
URL: http://sourceforge.jp/projects/scim-imengine/
|
|
URL: http://sourceforge.jp/projects/scim-imengine/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
-#Patch0: scim-anthy-1.2.0-default-euc-jp.patch
|
|
|
|
|
|
+
|
|
|
|
+# imported from debian
|
|
|
|
+Patch100: commited.patch
|
|
|
|
+Patch101: no-rpath.patch
|
|
|
|
+Patch102: gtk3.patch
|
|
|
|
+
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: scim >= 1.4.6, gtk2, atk, pango, freetype2, glib2, anthy
|
|
Requires: scim >= 1.4.6, gtk2, atk, pango, freetype2, glib2, anthy
|
|
BuildRequires: scim-devel >= 1.4.6
|
|
BuildRequires: scim-devel >= 1.4.6
|
|
-BuildRequires: gtk2-devel, atk-devel, pango-devel
|
|
|
|
|
|
+BuildRequires: gtk3-devel, atk-devel, pango-devel
|
|
BuildRequires: freetype2-devel, glib2-devel, anthy-devel
|
|
BuildRequires: freetype2-devel, glib2-devel, anthy-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -22,9 +31,12 @@ scim-anthy は、anthy のための SCIM IMEngine モジュールです。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-#%patch0 -p 1 -b .euc-jp
|
|
|
|
|
|
+%patch100 -p1 -b .commited
|
|
|
|
+%patch101 -p1 -b .no-rpath
|
|
|
|
+%patch102 -p1 -b .gtk3
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+autoreconf -if
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
@@ -45,7 +57,8 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc AUTHORS ChangeLog NEWS README
|
|
%{_libdir}/scim-1.0/*/Helper/*.so
|
|
%{_libdir}/scim-1.0/*/Helper/*.so
|
|
%{_libdir}/scim-1.0/*/IMEngine/anthy.so
|
|
%{_libdir}/scim-1.0/*/IMEngine/anthy.so
|
|
%{_libdir}/scim-1.0/*/SetupUI/anthy-imengine-setup.so
|
|
%{_libdir}/scim-1.0/*/SetupUI/anthy-imengine-setup.so
|
|
@@ -55,6 +68,10 @@ rm -rf %{buildroot}
|
|
%{_datadir}/scim/icons/*.png
|
|
%{_datadir}/scim/icons/*.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.7-7
|
|
|
|
+- rebuilt with new toolchain.
|
|
|
|
+- imported Patch100,101 and 102 from debian sid.
|
|
|
|
+
|
|
* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-6
|
|
* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-6
|
|
- rebuilt with libpng-1.6.12
|
|
- rebuilt with libpng-1.6.12
|
|
|
|
|