rpms/x-tile/F-12 import.log,1.5,1.6 x-tile.spec,1.5,1.6

melmorabity melmorabity at fedoraproject.org
Thu Jun 3 17:49:55 UTC 2010


Author: melmorabity

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

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-12/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	2 Jun 2010 16:24:51 -0000	1.5
+++ import.log	3 Jun 2010 17:49:54 -0000	1.6
@@ -3,3 +3,4 @@ x-tile-1_4-3_fc12:F-12:x-tile-1.4-3.fc12
 x-tile-1_5-1_fc12:F-12:x-tile-1.5-1.fc12.src.rpm:1275437673
 x-tile-1_5-2_fc13:F-12:x-tile-1.5-2.fc13.src.rpm:1275487236
 x-tile-1_5-2_fc12:F-12:x-tile-1.5-2.fc12.src.rpm:1275495869
+x-tile-1_5-3_fc13:F-12:x-tile-1.5-3.fc13.src.rpm:1275587352


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-12/x-tile.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- x-tile.spec	2 Jun 2010 14:26:26 -0000	1.5
+++ x-tile.spec	3 Jun 2010 17:49:54 -0000	1.6
@@ -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,6 +84,9 @@ 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
 



More information about the scm-commits mailing list