Browse Source

2014-09-16 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* anthy: fixed build problem
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8954 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
000982c095
1 changed files with 12 additions and 5 deletions
  1. 12 5
      a/anthy/anthy-vl.spec

+ 12 - 5
a/anthy/anthy-vl.spec

@@ -14,12 +14,16 @@
 
 %define ut_patch_date	20100517
 
+Name: anthy
 Summary: A Japanese character input system library (with dictionary).
 Summary(ja): Anthy - 日本語入力システムおよび辞書
-Name: anthy
 Version: 9100h
-Release: 13%{?_dist_release}
+Release: 14%{?_dist_release}
+
+License: GPL, LGPL, BSD
+Group: Applications/System
 URL: http://www.sourceforge.jp/projects/anthy/
+
 Source: %{name}-%{version}.tar.gz
 Source1: anthy-el-install.sh
 Source2: anthy-el-remove.sh
@@ -34,10 +38,10 @@ Patch100: anthy-9100h.patch13B-23-iconv-ucdict.2010507.alt-depgraph-100120-patch
 Patch110: anthy-9100h.patch13B-23-iconv-jisx0213.patch
 Patch120: anthy-ut-patches-20100517-ANTHY_ENCODING_EUCJP.patch
 Patch121: make-anthy.el-work-with-emacs-24.3.1.diff
-License: GPL, LGPL, BSD
-Group: Applications/System
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: automake, autoconf
+BuildRequires: automake
+BuildRequires: autoconf
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -188,6 +192,9 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Sep 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9100h-14
+- fixed anthy-el packaging problem
+
 * Sun Aug 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9100h-13
 - updated Source1, Source2 and Source3