rpms/exaile/F-12 exaile-makefile.patch, 1.4, 1.5 exaile.spec, 1.29, 1.30 sources, 1.12, 1.13

Deji Akingunola deji at fedoraproject.org
Sat Mar 20 15:55:28 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/exaile/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26766

Modified Files:
	exaile-makefile.patch exaile.spec sources 
Log Message:
* Sat Mar 20 2010 Deji Akingunola <dakingun at gmail.com> - 0.3.1.0-1
- Update to 0.3.1.0


exaile-makefile.patch:
 Makefile                |    2 +-
 tools/generate-launcher |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: exaile-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/exaile/F-12/exaile-makefile.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- exaile-makefile.patch	30 Sep 2009 15:03:32 -0000	1.4
+++ exaile-makefile.patch	20 Mar 2010 15:55:28 -0000	1.5
@@ -1,20 +1,22 @@
---- Makefile	2009-09-06 19:45:01.161376822 -0400
-+++ Makefile.new	2009-09-30 10:42:46.877746915 -0400
+--- Makefile	2010-03-15 21:52:51.872482718 -0400
++++ Makefile.new	2010-03-20 11:00:04.279672661 -0400
 @@ -2,7 +2,7 @@
- LIBINSTALLDIR ?= /lib
- XDGCONFDIR ?= /etc/xdg
+ LIBINSTALLDIR 	?= /lib
+ XDGCONFDIR 	?= /etc/xdg
  
--EXAILELIBDIR = $(DESTDIR)$(PREFIX)$(LIBINSTALLDIR)/exaile
-+EXAILELIBDIR = $(DESTDIR)$(LIBINSTALLDIR)/exaile
- EXAILESHAREDIR = $(DESTDIR)$(PREFIX)/share/exaile
+-EXAILELIBDIR 	= $(DESTDIR)$(PREFIX)$(LIBINSTALLDIR)/exaile
++EXAILELIBDIR 	= $(DESTDIR)$(LIBINSTALLDIR)/exaile
+ EXAILESHAREDIR 	= $(DESTDIR)$(PREFIX)/share/exaile
+ EXAILECONFDIR 	= $(DESTDIR)$(XDGCONFDIR)/exaile
  
- all: compile
-@@ -83,7 +83,7 @@
- 	# the printf here is for bsd compat, dont use echo!
- 	cd $(DESTDIR)$(PREFIX)/bin && \
- 	 printf "#!/bin/sh\n\
--	 exec python $(PREFIX)$(LIBINSTALLDIR)/exaile/exaile.py \
-+	 exec python $(LIBINSTALLDIR)/exaile/exaile.py \
- 	 --datadir=$(PREFIX)/share/exaile/data --startgui \"\$$@\"" \
- 	 > exaile && \
- 	 chmod 755 exaile
+--- tools/generate-launcher	2010-03-15 21:52:51.882481251 -0400
++++ tools/generate-launcher.new	2010-03-20 11:22:11.822431286 -0400
+@@ -28,7 +28,7 @@
+ fi
+ XDG_DATA_DIRS="\$EXAILE_PREFIX/share/:\$XDG_DATA_DIRS"
+ export XDG_DATA_DIRS
+-exec python \$EXAILE_PREFIX$LIBDIR/exaile/exaile.py --datadir=\$EXAILE_PREFIX/share/exaile/data --startgui \$@
++exec python $LIBDIR/exaile/exaile.py --datadir=\$EXAILE_PREFIX/share/exaile/data --startgui \$@
+ exit \$?
+ 
+ EOF


Index: exaile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exaile/F-12/exaile.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- exaile.spec	29 Nov 2009 21:17:21 -0000	1.29
+++ exaile.spec	20 Mar 2010 15:55:28 -0000	1.30
@@ -2,19 +2,17 @@
 
 Summary:	A music player
 Name:		exaile
-Version:	0.3.0.2
+Version:	0.3.1.0
 Release:	1%{?dist}
 Group:		Applications/Multimedia
 License:	GPLv2+
 URL:		http://www.exaile.org
-Source0:	http://www.launchpad.net/exaile/0.3.0/%{version}/+download/exaile-%{version}.tar.gz
+Source0:	http://launchpad.net/exaile/0.3.1/0.3.1/+download/exaile-%{version}.tar.gz
 Patch0:		exaile-makefile.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	pkgconfig
-#BuildRequires:	pygtk2-devel
-#BuildRequires:	sphinx
 BuildRequires:	gettext intltool perl(XML::Parser)
 
 Requires:	python-mutagen >= 1.8
@@ -71,7 +69,6 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/exaile
-#%{_libdir}/exaile/
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/exaile.png
 %{_datadir}/exaile/
@@ -79,6 +76,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/exaile/
 
 %changelog
+* Sat Mar 20 2010 Deji Akingunola <dakingun at gmail.com> - 0.3.1.0-1
+- Update to 0.3.1.0
+
 * Sun Nov 29 2009 Dominic Hopf <dmaphy at fedoraproject.org> - 0.3.0.2-1
 - Update to 0.3.0.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exaile/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	29 Nov 2009 21:17:21 -0000	1.12
+++ sources	20 Mar 2010 15:55:28 -0000	1.13
@@ -1 +1 @@
-6036291d14e0b77834e60bb6492ed3cc  exaile-0.3.0.2.tar.gz
+e9554ee9bb49af3d1b3a8570e51a27da  exaile-0.3.1.0.tar.gz



More information about the scm-commits mailing list