rpms/x-tile/devel import.log,1.4,1.5 x-tile.spec,1.5,1.6

melmorabity melmorabity at fedoraproject.org
Thu Jun 3 17:25:24 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/x-tile/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12837/devel

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/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	1 Jun 2010 23:40:43 -0000	1.4
+++ import.log	3 Jun 2010 17:25:24 -0000	1.5
@@ -2,3 +2,4 @@ x-tile-1_4-2_fc12:HEAD:x-tile-1.4-2.fc12
 x-tile-1_4-3_fc12:HEAD:x-tile-1.4-3.fc12.src.rpm:1273893481
 x-tile-1_5-1_fc13:HEAD:x-tile-1.5-1.fc13.src.rpm:1275433623
 x-tile-1_5-1_fc13:HEAD:x-tile-1.5-1.fc13.src.rpm:1275435595
+x-tile-1_5-3_fc13:HEAD:x-tile-1.5-3.fc13.src.rpm:1275585870


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/devel/x-tile.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- x-tile.spec	1 Jun 2010 23:45:02 -0000	1.5
+++ x-tile.spec	3 Jun 2010 17:25:24 -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,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