Browse Source

uim-1.8.6-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10551 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
926a7ea51f
1 changed files with 15 additions and 5 deletions
  1. 15 5
      u/uim/uim-vl.spec

+ 15 - 5
u/uim/uim-vl.spec

@@ -34,13 +34,16 @@ Name: uim
 Summary: Uim an input method library
 Summary(ja): 入力メソッドライブラリ
 Version: 1.8.6
-Release: 2%{?_dist_release}
+Release: 3%{?_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/
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 Source0: http://uim.googlecode.com/files/uim-%{version}%{?extraver:-%extraver}.tar.bz2
 Source1: uim-el-install.sh
 Source2: uim-el-remove.sh
@@ -593,7 +596,8 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc  AUTHORS COPYING ChangeLog* NEWS README RELNOTE
+%license COPYING
+%doc AUTHORS ChangeLog* NEWS README RELNOTE
 %config(noreplace) %{_sysconfdir}/sysconfig/uim
 %{_bindir}/uim-help
 %{_bindir}/uim-sh
@@ -706,7 +710,8 @@ fi
 
 %files fep
 %defattr(-,root,root)
-%doc fep/README* fep/INSTALL fep/COPYING
+%license fep/COPYING
+%doc fep/README* fep/INSTALL
 %{_bindir}/uim-fep
 %{_bindir}/uim-fep-tick
 
@@ -743,7 +748,8 @@ fi
 %if %{with emacsen}
 %files el
 %defattr(-,root,root)
-%doc emacs/COPYING emacs/README*
+%license emacs/COPYING
+%doc emacs/README*
 %{_bindir}/uim-el-agent
 %{_bindir}/uim-el-helper-agent
 %{_datadir}/emacs/site-lisp/uim-el
@@ -752,7 +758,8 @@ fi
 
 %files m17n
 %defattr (-, root, root, -)
-%doc AUTHORS COPYING ChangeLog* NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog* NEWS README
 %{_bindir}/uim-m17nlib-relink-icons
 %{_libdir}/uim/plugin/libuim-m17nlib.so
 %{_datadir}/uim/m17nlib.scm
@@ -767,6 +774,9 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.6-3
+- rebuilt with new toolchain.
+
 * Thu Apr  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.8.6-2
 - fixed Requires in qt4 subpackage
 - used bcond macros