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

melmorabity melmorabity at fedoraproject.org
Thu Jun 3 18:01:20 UTC 2010


Author: melmorabity

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

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-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	2 Jun 2010 00:28:13 -0000	1.3
+++ import.log	3 Jun 2010 18:01:20 -0000	1.4
@@ -1,3 +1,4 @@
 x-tile-1_4-2_fc12:F-11:x-tile-1.4-2.fc12.src.rpm:1273003472
 x-tile-1_4-3_fc12:F-11:x-tile-1.4-3.fc12.src.rpm:1273895911
 x-tile-1_5-1_fc12:F-11:x-tile-1.5-1.fc12.src.rpm:1275438454
+x-tile-1_5-3_fc13:F-11:x-tile-1.5-3.fc13.src.rpm:1275588055


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-11/x-tile.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- x-tile.spec	2 Jun 2010 00:28:14 -0000	1.3
+++ x-tile.spec	3 Jun 2010 18:01:20 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           x-tile
 Version:        1.5
-Release:        1%{?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,9 +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