rpms/x-tile/F-13 import.log,1.3,1.4 x-tile.spec,1.4,1.5

melmorabity melmorabity at fedoraproject.org
Thu Jun 3 17:36:12 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/x-tile/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14176/F-13

Modified Files:
	import.log x-tile.spec 
Log Message:
Add call to desktop-file-install



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-13/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	1 Jun 2010 23:18:10 -0000	1.3
+++ import.log	3 Jun 2010 17:36:11 -0000	1.4
@@ -1,3 +1,4 @@
 x-tile-1_4-2_fc12:F-13:x-tile-1.4-2.fc12.src.rpm:1273003234
 x-tile-1_4-3_fc12:F-13:x-tile-1.4-3.fc12.src.rpm:1273894812
 x-tile-1_5-1_fc13:F-13:x-tile-1.5-1.fc13.src.rpm:1275434231
+x-tile-1_5-3_fc13:F-13:x-tile-1.5-3.fc13.src.rpm:1275586439


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-13/x-tile.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- x-tile.spec	1 Jun 2010 23:49:49 -0000	1.4
+++ x-tile.spec	3 Jun 2010 17:36:11 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           x-tile
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A GNOME panel applet to tile windows
 
 Group:          User Interface/Desktops
@@ -12,7 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  desktop-file-utils
 Requires:       gnome-python2-applet
 Requires:       gnome-python2-gconf
-# Required to own /usr/lib/bonobo/servers
+# Owns /usr/lib/bonobo/servers
 Requires:       libbonobo
 BuildArch:      noarch
 
@@ -44,6 +44,10 @@ install -Dpm 0755 %{name} $RPM_BUILD_ROO
 install -Dpm 0644  linux/%{name}.server $RPM_BUILD_ROOT%{_prefix}/lib/bonobo/servers/%{name}.server
 install -Dpm 0644  linux/%{name}.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg
 install -Dpm 0644 linux/%{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+desktop-file-install \
+  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
+  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+
 
 pushd glade
 for file in *.{glade,png,svg}; do
@@ -80,12 +84,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun  3 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.5-3
+- Add call to desktop-file-install
+
 * Wed Jun  2 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.5-2
 - Bump release
 
 * Wed Jun  2 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.5-1
 - Update to 1.5
-- Drop x-tile-1.4-desktop.patch patches
+- Drop x-tile-1.4-desktop.patch patch
 
 * Fri May 14 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.4-3
 - Remove useless Requires python-psutil



More information about the scm-commits mailing list