[pogo/el6] Some more corrections

Mario Blättermann mariobl at fedoraproject.org
Sun Apr 1 18:44:55 UTC 2012


commit d65840b360bec310cefd0ac61442256798a381e8
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Sun Apr 1 20:47:28 2012 +0200

    Some more corrections

 pogo.spec  |    1 -
 pogo.spec~ |   15 ++++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/pogo.spec b/pogo.spec
index 9e612db..70c5d93 100644
--- a/pogo.spec
+++ b/pogo.spec
@@ -37,7 +37,6 @@ Pogo ist ein Fork des Decibel Audio Players.
 
 %prep
 %setup -q
-%patch0 -p0
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
diff --git a/pogo.spec~ b/pogo.spec~
index 4670123..9e612db 100644
--- a/pogo.spec~
+++ b/pogo.spec~
@@ -1,6 +1,6 @@
 Name:		pogo
-Version:	0.5
-Release:	3%{?dist}
+Version:	0.6
+Release:	1%{?dist}
 Summary:	Probably the simplest and fastest audio player for Linux
 Summary(de):	Möglicherweise der einfachste und schnellste Audioplayer für Linux
 
@@ -8,11 +8,6 @@ Group:		Applications/Multimedia
 License:	GPLv2+
 URL:		https://launchpad.net/%{name}
 Source0:	https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
-# The patch removes the first line from __init__.py because this file
-# shouldn't be executable.
-# Fixed in upstream VCS:
-# http://bazaar.launchpad.net/~jendrikseipp/pogo/trunk/revision/476
-Patch0:		pogo_init.patch
 BuildArch:	noarch
 BuildRequires:	intltool
 BuildRequires:	desktop-file-utils
@@ -46,6 +41,7 @@ Pogo ist ein Fork des Decibel Audio Players.
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/%{name}/src/modules/Zeitgeist.*
 
 %find_lang %{name}
 
@@ -62,6 +58,11 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
 
 %changelog
 
+* Sun Apr 01 2012 Mario Blättermann <mariobl at fedoraproject.org> 0.6-1
+- New upstream version
+- Removed patch
+- Removed Zeitgeist related files, no such packages available from EPEL6
+
 * Tue Mar 20 2012 Mario Blättermann <mariobl at fedoraproject.org> 0.5-3
 - Removed python-CDDB from BR because it is not available from EPEL6
 


More information about the scm-commits mailing list