rpms/kasumi/FC-3 kasumi.desktop,1.1,1.2 kasumi.spec,1.1,1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Aug 23 09:50:31 UTC 2005


Author: tagoh

Update of /cvs/extras/rpms/kasumi/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5624

Modified Files:
	kasumi.desktop kasumi.spec 
Log Message:
* Tue Aug 23 2005 Akira TAGOH <tagoh at redhat.com> - 0.9-4.fc3
- sync from devel.


Index: kasumi.desktop
===================================================================
RCS file: /cvs/extras/rpms/kasumi/FC-3/kasumi.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kasumi.desktop	6 Aug 2005 10:43:42 -0000	1.1
+++ kasumi.desktop	23 Aug 2005 09:50:29 -0000	1.2
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Version=1.0
 Encoding=UTF-8
-Name=Kasumi
-Name[ja]=霞
+Name=Dictionary editor
+Name[ja]=辞書編集ツール
 Comment=Edit Anthy dictionary.
 Comment[ja]=Anthy辞書を編集します。
 Exec=kasumi --add


Index: kasumi.spec
===================================================================
RCS file: /cvs/extras/rpms/kasumi/FC-3/kasumi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kasumi.spec	6 Aug 2005 10:43:42 -0000	1.1
+++ kasumi.spec	23 Aug 2005 09:50:29 -0000	1.2
@@ -1,21 +1,19 @@
-Name: kasumi
+Name:    kasumi
 Version: 0.9
-Release: 1%{?dist}
-Summary: An anthy dictionary management tool.
+Release: 4%{?dist}
 
 License: GPL
-Group: Applications/Text
-URL: http://kasumi.sourceforge.jp/
-
+URL:     http://kasumi.sourceforge.jp/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils, gtk2-devel
-
 Source0: %{name}-%{version}.tar.gz
-Source1: kasumi.desktop
-BuildRoot: %{_tmppath}/%{name}-root
+Source1: %{name}.desktop
 
 
+Summary: An anthy dictionary management tool.
+Group:   Applications/Text
 %description
-Dictionary management tool for anthy.
+Kasumi is a dictionary management tool for Anthy.
 
 
 %prep
@@ -31,15 +29,11 @@
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 
-mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/applications
-cp %{SOURCE1} ${RPM_BUILD_ROOT}/%{_datadir}/applications
-
 desktop-file-install \
-  --delete-original                                \
   --vendor fedora                                  \
   --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
   --add-category X-Fedora                          \
-  ${RPM_BUILD_ROOT}/%{_datadir}/applications/kasumi.desktop
+  %{SOURCE1}
 
 
 %find_lang %{name}
@@ -49,14 +43,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
-
-
-%postun
-/sbin/ldconfig
-
-
 %files -f %{name}.lang
 %defattr(-,root,root, -)
 %{_bindir}/kasumi
@@ -66,5 +52,19 @@
 
 
 %changelog
+* Tue Aug 23 2005 Akira TAGOH <tagoh at redhat.com> - 0.9-4.fc3
+- sync from devel.
+
+* Tue Aug 16 2005 Akira TAGOH <tagoh at redhat.com> - 0.9-3.fc5
+- Rebuild
+
+* Tue Aug  9 2005 Akira TAGOH <tagoh at redhat.com>
+- added dist tag in Release.
+
+* Fri Aug  5 2005 Akira TAGOH <tagoh at redhat.com> - 0.9-2
+- Import into Core.
+- clean up spec file.
+
 * Wed Jun 29 2005 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.9-1
- - Initial packaging for Fedora Extras
+- Initial packaging for Fedora Extras
+




More information about the fedora-extras-commits mailing list