|
@@ -41,19 +41,22 @@
|
|
Name: uim
|
|
Name: uim
|
|
Summary: Uim an input method library
|
|
Summary: Uim an input method library
|
|
Summary(ja): 入力メソッドライブラリ
|
|
Summary(ja): 入力メソッドライブラリ
|
|
-Version: 1.8.6
|
|
|
|
-Release: 6.git%{shortcommit}%{?_dist_release}
|
|
|
|
|
|
+Version: 1.8.8
|
|
|
|
+#Release: 6.git%{shortcommit}%{?_dist_release}
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
# pinyin-big5.scm and elatin-rules.scm are licensed under GPL
|
|
# pinyin-big5.scm and elatin-rules.scm are licensed under GPL
|
|
License: BSD, LGPLv2 and GPL
|
|
License: BSD, LGPLv2 and GPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-URL: http://code.google.com/p/uim/
|
|
|
|
|
|
+URL: https://github.com/uim/uim
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
|
|
#Source0: http://uim.googlecode.com/files/uim-%{version}%{?extraver:-%extraver}.tar.bz2
|
|
#Source0: http://uim.googlecode.com/files/uim-%{version}%{?extraver:-%extraver}.tar.bz2
|
|
-Source0: https://github.com/uim/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
|
|
+#Source0: https://github.com/uim/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
+Source0: %{name}-%{version}.tar.bz2
|
|
Source1: uim-el-install.sh
|
|
Source1: uim-el-install.sh
|
|
Source2: uim-el-remove.sh
|
|
Source2: uim-el-remove.sh
|
|
Source3: uim-update-installed-modules.sh.in
|
|
Source3: uim-update-installed-modules.sh.in
|
|
@@ -376,13 +379,13 @@ uim-devel パッケージには libuim を利用したアプリケーション
|
|
するためのヘッダファイルとライブラリが含まれています。
|
|
するためのヘッダファイルとライブラリが含まれています。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-#%setup -q -n %{name}-%{version}%{?extraver:-%extraver}
|
|
|
|
-%setup -q -a 6 -a 7 -n %{name}-%{commit}
|
|
|
|
|
|
+%setup -q -n %{name}-%{version}%{?extraver:-%extraver}
|
|
|
|
+#%setup -q -a 6 -a 7 -n %{name}-%{commit}
|
|
# for Git
|
|
# for Git
|
|
-%{__rm} -rf sigscheme
|
|
|
|
-%{__mv} sigscheme-%{sigscheme_commit} sigscheme
|
|
|
|
-%{__rm} -rf sigscheme/libgcroots
|
|
|
|
-%{__mv} libgcroots-%{libgcroots_commit} sigscheme/libgcroots
|
|
|
|
|
|
+#%{__rm} -rf sigscheme
|
|
|
|
+#%{__mv} sigscheme-%{sigscheme_commit} sigscheme
|
|
|
|
+#%{__rm} -rf sigscheme/libgcroots
|
|
|
|
+#%{__mv} libgcroots-%{libgcroots_commit} sigscheme/libgcroots
|
|
|
|
|
|
%build
|
|
%build
|
|
%if %{with qt3}
|
|
%if %{with qt3}
|
|
@@ -390,13 +393,14 @@ unset QTDIR
|
|
export QTDIR=%{_qt3_prefix}
|
|
export QTDIR=%{_qt3_prefix}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-pushd sigscheme/libgcroots
|
|
|
|
-./autogen.sh
|
|
|
|
-popd
|
|
|
|
-pushd sigscheme
|
|
|
|
-./autogen.sh
|
|
|
|
-popd
|
|
|
|
-./autogen.sh
|
|
|
|
|
|
+#for Git
|
|
|
|
+#pushd sigscheme/libgcroots
|
|
|
|
+#./autogen.sh
|
|
|
|
+#popd
|
|
|
|
+#pushd sigscheme
|
|
|
|
+#./autogen.sh
|
|
|
|
+#popd
|
|
|
|
+#./autogen.sh
|
|
%configure --with-x --with-xft \
|
|
%configure --with-x --with-xft \
|
|
--with-anthy --with-anthy-utf8 \
|
|
--with-anthy --with-anthy-utf8 \
|
|
--without-scim --without-prime \
|
|
--without-scim --without-prime \
|
|
@@ -803,6 +807,10 @@ fi
|
|
%{_libdir}/pkgconfig/*
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat May 19 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.8-1
|
|
|
|
+- update to 1.8.8
|
|
|
|
+- add Packager
|
|
|
|
+
|
|
* Sat Mar 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.6-6.gitc79432c
|
|
* Sat Mar 24 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.8.6-6.gitc79432c
|
|
- update to current Git master
|
|
- update to current Git master
|
|
- add BuildRequires: librsvg2
|
|
- add BuildRequires: librsvg2
|