rpms/Canna/devel Canna.spec,1.17,1.18 canna.init,1.2,1.3

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Apr 8 10:38:24 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/Canna/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1135

Modified Files:
	Canna.spec canna.init 
Log Message:
* Tue Apr  8 2008 Akira TAGOH <tagoh at redhat.com> - 3.7p3-24
- Don't start the service by default. (#441276)


Index: Canna.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Canna/devel/Canna.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Canna.spec	12 Feb 2008 08:09:13 -0000	1.17
+++ Canna.spec	8 Apr 2008 10:37:46 -0000	1.18
@@ -10,7 +10,7 @@
 Summary: A Japanese character set input system.
 Name: Canna
 Version: 3.7p3
-Release: 23%{?dist}
+Release: 24%{?dist}
 # lib/RKindep/cksum.c is licensed under 4-clause BSD, otherwise MIT.
 License: MIT and BSD with advertising
 Group: System Environment/Libraries
@@ -285,7 +285,7 @@
 %postun libs -p /sbin/ldconfig
 
 %files
-%defattr (-,root,root)
+%defattr (-,root,root,-)
 %lang(ja) %doc %{cannadir}/CHANGES.jp %{cannadir}/OCHANGES.jp
 %lang(ja) %doc %{cannadir}/README.jp %{cannadir}/RKCCONF.jp %{cannadir}/WHATIS.jp
 %doc %{cannadir}/ChangeLog %{cannadir}/README %{cannadir}/WHATIS
@@ -310,7 +310,7 @@
 %{_var}/log/canna
 
 %files devel
-%defattr (-,root,root)
+%defattr (-,root,root,-)
 %{_includedir}/canna/
 %{_mandir}/man3/*
 %lang(ja) %{_mandir}/ja/man3/*
@@ -325,13 +325,16 @@
 
 
 %files libs
-%defattr (-,root,root)
+%defattr (-,root,root,-)
 %{_libdir}/libRKC.so.*
 %{_libdir}/libRKC16.so.*
 %{_libdir}/libcanna.so.*
 %{_libdir}/libcanna16.so.*
 
 %changelog
+* Tue Apr  8 2008 Akira TAGOH <tagoh at redhat.com> - 3.7p3-24
+- Don't start the service by default. (#441276)
+
 * Tue Feb 12 2008 Akira TAGOH <tagoh at redhat.com> - 3.7p3-23
 - Rebuild for gcc-4.3.
 


Index: canna.init
===================================================================
RCS file: /cvs/pkgs/rpms/Canna/devel/canna.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- canna.init	11 Aug 2007 05:29:50 -0000	1.2
+++ canna.init	8 Apr 2008 10:37:46 -0000	1.3
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# chkconfig: 2345 90 12
+# chkconfig: - 90 12
 # description: Canna Japanese Conversion Engine
 #
 # canna         Canna server
@@ -15,8 +15,6 @@
 # Provides: Canna
 # Required-Start: $local_fs $remote_fs
 # Required-Stop: $local_fs $remote_fs
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
 # Short-Description: Canna Japanese Conversion Engine
 # Description: Canna is a Japanese Conversion Engine can be used
 #              in order to convert Romaji/Kana to Kanji.




More information about the fedora-extras-commits mailing list