Browse Source

scim-anthy-1.2.7-7

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10552 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
9ba91bbfaa
1 changed files with 22 additions and 5 deletions
  1. 22 5
      s/scim-anthy/scim-anthy-vl.spec

+ 22 - 5
s/scim-anthy/scim-anthy-vl.spec

@@ -2,16 +2,25 @@ Summary: an SCIM IMEngine module for anthy
 Summary(ja): anthy のための SCIM IMEngine モジュール
 Name: scim-anthy
 Version: 1.2.7
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 URL: http://sourceforge.jp/projects/scim-imengine/
 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+
 Group: System Environment/Libraries
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: scim >= 1.4.6, gtk2, atk, pango, freetype2, glib2, anthy
 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
 
 %description
@@ -22,9 +31,12 @@ scim-anthy は、anthy のための SCIM IMEngine モジュールです。
 
 %prep
 %setup -q
-#%patch0 -p 1 -b .euc-jp
+%patch100 -p1 -b .commited
+%patch101 -p1 -b .no-rpath
+%patch102 -p1 -b .gtk3
 
 %build
+autoreconf -if
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 
@@ -45,7 +57,8 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %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/*/IMEngine/anthy.so
 %{_libdir}/scim-1.0/*/SetupUI/anthy-imengine-setup.so
@@ -55,6 +68,10 @@ rm -rf %{buildroot}
 %{_datadir}/scim/icons/*.png
 
 %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
 - rebuilt with libpng-1.6.12