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