rpms/x-tile/F-11 .cvsignore, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.2, 1.3 x-tile.spec, 1.2, 1.3 x-tile-1.4-desktop.patch, 1.1, NONE

melmorabity melmorabity at fedoraproject.org
Wed Jun 2 00:28:14 UTC 2010


Author: melmorabity

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

Modified Files:
	.cvsignore import.log sources x-tile.spec 
Removed Files:
	x-tile-1.4-desktop.patch 
Log Message:
Import from devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	4 May 2010 20:05:46 -0000	1.2
+++ .cvsignore	2 Jun 2010 00:28:13 -0000	1.3
@@ -1 +1 @@
-x-tile_1.4.tar.gz
+x-tile_1.5.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	15 May 2010 03:58:55 -0000	1.2
+++ import.log	2 Jun 2010 00:28:13 -0000	1.3
@@ -1,2 +1,3 @@
 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 May 2010 20:05:46 -0000	1.2
+++ sources	2 Jun 2010 00:28:13 -0000	1.3
@@ -1 +1 @@
-3f8b113426ee679ce26f2ece0e76a807  x-tile_1.4.tar.gz
+d7783ea3a9717f8335d8c3e1839ca552  x-tile_1.5.tar.gz


Index: x-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x-tile/F-11/x-tile.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- x-tile.spec	15 May 2010 03:58:55 -0000	1.2
+++ x-tile.spec	2 Jun 2010 00:28:14 -0000	1.3
@@ -1,14 +1,12 @@
 Name:           x-tile
-Version:        1.4
-Release:        3%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 Summary:        A GNOME panel applet to tile windows
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://open.vitaminap.it/en/x_tile.htm
 Source0:        http://open.vitaminap.it/software/%{name}_%{version}.tar.gz
-# Fix the Icon entry in the desktop file
-Patch0:         x-tile-1.4-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -26,18 +24,14 @@ for programmers referring to documentati
 
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1 -b .desktop
-chmod a-x {glade,linux}/*
+%setup -q
 
 # Remove shebangs
-pushd modules
-for file in cons.py core.py globs.py support.py; do
+for file in modules/*.py; do
   sed -i.orig -e 1d $file && \
   touch -r $file.orig $file && \
   rm $file.orig
 done
-popd
 
 
 %build
@@ -46,20 +40,23 @@ popd
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -Dp -m 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
-install -Dp -m 0644  linux/%{name}.server $RPM_BUILD_ROOT%{_prefix}/lib/bonobo/servers/%{name}.server
-install -Dp -m 0644  linux/%{name}.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg
-install -Dp -m 0644 linux/%{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+install -Dpm 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+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
+
 pushd glade
 for file in *.{glade,png,svg}; do
-  install -Dp -m 0644 $file $RPM_BUILD_ROOT%{_datadir}/%{name}/glade/$file
+  install -Dpm 0644 $file $RPM_BUILD_ROOT%{_datadir}/%{name}/glade/$file
 done
 popd
+
 pushd modules
 for file in *.py; do
 install -Dp -m 0644 $file $RPM_BUILD_ROOT%{_datadir}/%{name}/modules/$file
 done
 popd
+
 install -d $RPM_BUILD_ROOT%{_datadir}/locale
 cp -a locale/{fr,it,ru,zh_TW} $RPM_BUILD_ROOT%{_datadir}/locale
 
@@ -74,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc license readme linux/multiple-monitors-readme
+%doc license readme
 %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/applications/*.desktop
@@ -83,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
+
 * Fri May 14 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.4-3
 - Remove useless Requires python-psutil
 - Correct Icon entry in desktop file


--- x-tile-1.4-desktop.patch DELETED ---



More information about the scm-commits mailing list