rpms/xchat/devel xchat.spec,1.72,1.73

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri Jun 22 14:24:15 UTC 2007


Author: kkofler

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

Modified Files:
	xchat.spec 
Log Message:
Install the .desktop file with --vendor="" to keep the old name.


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- xchat.spec	21 Jun 2007 04:25:39 -0000	1.72
+++ xchat.spec	22 Jun 2007 14:23:40 -0000	1.73
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.2
-Release:   11%{?dist}
+Release:   12%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -100,9 +100,9 @@
 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/xchat/plugins/*.la
 
 # Install the .desktop file properly
-desktop-file-install --delete-original --vendor fedora   \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications          \
-  $RPM_BUILD_ROOT%{_datadir}/applications/xchat.desktop
+%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/applications/xchat.desktop
+desktop-file-install --vendor="" \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications xchat.desktop
 
 %find_lang %name
 
@@ -147,7 +147,7 @@
 %dir %{_libdir}/xchat/plugins
 %{_libdir}/xchat/plugins/perl.so
 %{_libdir}/xchat/plugins/python.so
-%{_datadir}/applications/fedora-xchat.desktop
+%{_datadir}/applications/xchat.desktop
 %{_datadir}/pixmaps/*
 %{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas
 %{_datadir}/dbus-1/services/org.xchat.service.service
@@ -157,6 +157,9 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Fri Jun 22 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-12
+- install the .desktop file with --vendor="" to keep the old name
+
 * Thu Jun 21 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-11
 - add missing BR desktop-file-utils
 




More information about the fedora-extras-commits mailing list