From 561e45aaefd93e1861a3191255dfd1891e20efe6 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Mar 20 2010 15:41:43 +0000 Subject: - Update to 0.3.1.0 --- diff --git a/.cvsignore b/.cvsignore index 60e79e3..f7299af 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -exaile-0.3.0.2.tar.gz +exaile-0.3.1.0.tar.gz diff --git a/exaile-makefile.patch b/exaile-makefile.patch index 779be1b..c19b4e3 100644 --- a/exaile-makefile.patch +++ b/exaile-makefile.patch @@ -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 diff --git a/exaile.spec b/exaile.spec index adcf6a2..053d4df 100644 --- a/exaile.spec +++ b/exaile.spec @@ -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/0.3.0.2/+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 - 0.3.1.0-1 +- Update to 0.3.1.0 + * Wed Nov 25 2009 Deji Akingunola - 0.3.0.2-1 - Update to 0.3.0.2 diff --git a/sources b/sources index 10d9269..a3f1e1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6036291d14e0b77834e60bb6492ed3cc exaile-0.3.0.2.tar.gz +e9554ee9bb49af3d1b3a8570e51a27da exaile-0.3.1.0.tar.gz