Browse Source

uim 1.8.8-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11677 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 6 years ago
parent
commit
18ddc2e15f
1 changed files with 25 additions and 17 deletions
  1. 25 17
      u/uim/uim-vl.spec

+ 25 - 17
u/uim/uim-vl.spec

@@ -41,19 +41,22 @@
 Name: uim
 Summary: Uim an input method library
 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
 License: BSD, LGPLv2 and GPL
 Group: System Environment/Libraries
-URL: http://code.google.com/p/uim/
+URL: https://github.com/uim/uim
 
 Vendor: Project Vine
 Distribution: Vine Linux
+Packager: iwaim
 
 #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
 Source2: uim-el-remove.sh
 Source3: uim-update-installed-modules.sh.in
@@ -376,13 +379,13 @@ uim-devel パッケージには libuim を利用したアプリケーション
 するためのヘッダファイルとライブラリが含まれています。
 
 %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
-%{__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
 %if %{with qt3}
@@ -390,13 +393,14 @@ unset QTDIR
 export QTDIR=%{_qt3_prefix}
 %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 \
 	--with-anthy --with-anthy-utf8 \
 	--without-scim --without-prime \
@@ -803,6 +807,10 @@ fi
 %{_libdir}/pkgconfig/*
 
 %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
 - update to current Git master
  - add BuildRequires: librsvg2