[pogo] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Thu Mar 22 19:38:27 UTC 2012


commit a9f38600bcaf0953b14fbc78188a46ab5c0cb859
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Thu Mar 22 20:41:03 2012 +0100

    Initial commit

 .gitignore      |    1 +
 pogo.spec       |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pogo_init.patch |    7 +++++
 sources         |    1 +
 4 files changed, 79 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6bdc034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pogo-0.5.tar.gz
diff --git a/pogo.spec b/pogo.spec
new file mode 100644
index 0000000..01a7499
--- /dev/null
+++ b/pogo.spec
@@ -0,0 +1,70 @@
+Name:		pogo
+Version:	0.5
+Release:	2%{?dist}
+Summary:	Probably the simplest and fastest audio player for Linux
+Summary(de):	Möglicherweise der einfachste und schnellste Audioplayer für Linux
+
+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
+
+Requires:	dbus-python
+Requires:	pygtk2-libglade
+Requires:	python-mutagen
+Requires:	python-imaging
+Requires:	python-inotify
+Requires:	gstreamer-python
+Requires:	python-CDDB
+
+%description
+Pogo's elementary-inspired design uses the screen-space very efficiently. It is
+especially well-suited for people who organize their music by albums on the
+harddrive. The main interface components are a directory tree and a playlist
+that groups albums in an innovative way.
+Pogo is a fork of Decibel Audio Player.
+
+%description -l de
+Das Elementary-inspirierte Design von Pogo nutzt den Platz auf dem Bildschirm
+effizient. Es richtet sich speziell an Benutzer, die Ihre Musik nach Alben
+auf der Festplatte verwalten. Die Hauptkomponenten der Benutzeroberfläche
+sind ein Ordnerbaum und eine Wiedergabeliste, die Alben auf innovative
+Weise gruppiert.
+Pogo ist ein Fork des Decibel Audio Players.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
+
+%files -f %{name}.lang
+%doc COPYING NEWS README
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}/
+%{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man1/%{name}.1.*
+
+
+%changelog
+
+* Tue Mar 20 2012 Mario Blättermann <mariobl at fedoraproject.org> 0.5-2
+- Added more info about the patch
+- Consistent use of macros
+
+* Sun Mar 11 2012 Mario Blättermann <mariobl at fedoraproject.org> 0.5-1
+- initial package
diff --git a/pogo_init.patch b/pogo_init.patch
new file mode 100644
index 0000000..97ced4e
--- /dev/null
+++ b/pogo_init.patch
@@ -0,0 +1,7 @@
+--- src/__init__.py	2012-01-12 13:54:45.000000000 +0100
++++ src/__init__.py	2012-03-13 22:48:45.750417455 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ #
+ # Copyright (c) 2010  Jendrik Seipp (jendrikseipp at web.de)
diff --git a/sources b/sources
index e69de29..9a135ca 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6e77d4b15753b6eed2fc8f4dce92d770  pogo-0.5.tar.gz


More information about the scm-commits mailing list