diff --git a/pogo-0.6-2.fc17.src.rpm b/pogo-0.6-2.fc17.src.rpm new file mode 100644 index 0000000..3414211 Binary files /dev/null and b/pogo-0.6-2.fc17.src.rpm differ diff --git a/pogo-0.6.tar.gz b/pogo-0.6.tar.gz new file mode 100644 index 0000000..7d1bf0e Binary files /dev/null and b/pogo-0.6.tar.gz differ 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 0.5-2 +- Added more info about the patch +- Consistent use of macros + +* Sun Mar 11 2012 Mario Blättermann 0.5-1 +- initial package