rpms/lostirc/devel lostirc.spec,1.10,1.11

Christoph Wickert cwickert at fedoraproject.org
Fri Jan 22 17:10:17 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/lostirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11096

Modified Files:
	lostirc.spec 
Log Message:
* Fri Jan 22 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.6-9
- Fix desktop file (#487830)



Index: lostirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lostirc/devel/lostirc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- lostirc.spec	25 Jul 2009 11:17:16 -0000	1.10
+++ lostirc.spec	22 Jan 2010 17:10:17 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           lostirc
 Version:        0.4.6
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Simple IRC client for X11
 
 Group:          Applications/Internet
@@ -23,6 +23,7 @@ library
 %prep
 %setup -q
 %patch0 -p1 -b .ftbfs
+sed -i 's|Icon=%{name}.png|Icon=%{name}|g' %{name}.desktop
 
 
 %build
@@ -35,6 +36,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor="" --delete-original \
+  --remove-category="Application" --add-category="GTK;IRCClient;" \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
   $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
 
@@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 22 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.6-9
+- Fix desktop file (#487830)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list