Author: baggins Date: Mon Jul 18 22:09:03 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - added UIM support package
---- Files affected: packages/mana: mana.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/mana/mana.spec diff -u packages/mana/mana.spec:1.4 packages/mana/mana.spec:1.5 --- packages/mana/mana.spec:1.4 Fri Jul 15 14:38:42 2011 +++ packages/mana/mana.spec Tue Jul 19 00:08:58 2011 @@ -11,7 +11,7 @@ #Summary(pl.UTF-8): - Name: mana Version: 0.2.1 -Release: 2 +Release: 3 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.jp/shinji/20514/%{name}-%{version}.tar.bz2 @@ -39,6 +39,15 @@ #%description -l pl.UTF-8 +%package uim +Summary: UIM support +Group: Libraries +Requires: %{name} = %{version}-%{release} +Requires: uim + +%description uim +UIM support. + %prep %setup -q %patch0 -p1 @@ -74,7 +83,10 @@ %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/mana %attr(755,root,root) %{_libdir}/mana/make* -#%{_datadir}/uim/mana-prelude.scm + +%files uim +%defattr(644,root,root,755) +%{_datadir}/uim/mana-prelude.scm %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -82,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/07/18 22:08:58 baggins +- rel 3 +- added UIM support package + Revision 1.4 2011/07/15 12:38:42 baggins - ac/am/lt BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mana/mana.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
