rpms/kasumi/devel kasumi.spec,1.28,1.29

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Apr 8 02:34:03 UTC 2008


Author: tagoh

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

Modified Files:
	kasumi.spec 
Log Message:
* Tue Apr  8 2008 Akira TAGOH <tagoh at redhat.com> - 2.3-4
- Remove .desktop file since it's accessible from scim-panel and it's not
  necessarily used for every users, particularly on Live. (#439173)


Index: kasumi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kasumi/devel/kasumi.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- kasumi.spec	20 Feb 2008 03:40:10 -0000	1.28
+++ kasumi.spec	8 Apr 2008 02:33:13 -0000	1.29
@@ -1,6 +1,6 @@
 Name:    kasumi
 Version: 2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPLv2+
 URL:     http://kasumi.sourceforge.jp/
@@ -29,13 +29,8 @@
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 
-desktop-file-install \
-  --vendor fedora                                  \
-  --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
-  --add-category X-Fedora                          \
-  --add-category X-GNOME-PersonalSettings          \
-  --delete-original                                \
-  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+# remove .desktop file so that kasumi is accessible from scim panel and it's not necessary for other users.
+rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
 
 %find_lang %{name}
@@ -50,11 +45,14 @@
 %{_bindir}/kasumi
 %{_mandir}/man1/kasumi.1*
 %{_datadir}/pixmaps/kasumi.png
-%{_datadir}/applications/fedora-kasumi.desktop
 %doc AUTHORS COPYING ChangeLog NEWS README
 
 
 %changelog
+* Tue Apr  8 2008 Akira TAGOH <tagoh at redhat.com> - 2.3-4
+- Remove .desktop file since it's accessible from scim-panel and it's not
+  necessarily used for every users, particularly on Live. (#439173)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.3-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list