rpms/tomoe/FC-6 tomoe.spec,1.17,1.18

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Fri Jan 19 16:36:32 UTC 2007


Author: ryo

Update of /cvs/extras/rpms/tomoe/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31835

Modified Files:
	tomoe.spec 
Log Message:
update to 0.5.0


Index: tomoe.spec
===================================================================
RCS file: /cvs/extras/rpms/tomoe/FC-6/tomoe.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- tomoe.spec	23 Dec 2006 04:46:30 -0000	1.17
+++ tomoe.spec	19 Jan 2007 16:36:02 -0000	1.18
@@ -1,5 +1,5 @@
 Name:           tomoe
-Version:        0.4.0
+Version:        0.5.0
 Release:        1%{?dist}
 Summary:        Japanese handwritten input system
 
@@ -36,9 +36,10 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/dict/libxml.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/recognizer/libsimple.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/libtomoe.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/module/dict/libxml.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/module/dict/libunihan.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/tomoe/module/recognizer/libsimple.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,8 +54,10 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
 %{_libdir}/libtomoe.so.*
-%{_libdir}/tomoe/dict/libxml.so.*
-%{_libdir}/tomoe/recognizer/libsimple.so.*
+%dir %{_libdir}/tomoe
+%{_libdir}/tomoe/module/dict/libxml.so.*
+%{_libdir}/tomoe/module/dict/libunihan.so.*
+%{_libdir}/tomoe/module/recognizer/libsimple.so.*
 %dir %{_datadir}/tomoe
 %{_datadir}/tomoe/*
 %dir %{_datadir}/gtk-doc/html/tomoe/
@@ -66,14 +69,18 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libtomoe.so
-%{_libdir}/tomoe/dict/libxml.so
-%{_libdir}/tomoe/recognizer/libsimple.so
+%{_libdir}/tomoe/module/dict/libxml.so
+%{_libdir}/tomoe/module/dict/libunihan.so
+%{_libdir}/tomoe/module/recognizer/libsimple.so
 %dir %{_includedir}/tomoe
 %{_includedir}/tomoe/*
 %{_libdir}/pkgconfig/tomoe.pc
 
 
 %changelog
+* Sat Jan 20 2007 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.5.0-1
+- update to 0.5.0.
+
 * Thu Dec 21 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.4.0-1
 - update to 0.4.0.
 




More information about the scm-commits mailing list