rpms/pithos/devel pithos.spec,1.1,1.2

Patrick Griffis tingping at rpmfusion.org
Sat Apr 19 00:43:08 CEST 2014


Author: tingping

Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25509

Modified Files:
	pithos.spec 
Log Message:
Name:           pithos
Version:        0.3.18
Release:        2%{?dist}
Summary:        A Pandora client for the GNOME Desktop

Group:          Applications/File
License:        GPLv3
URL:            http://pithos.github.io/
Source0:        https://github.com/pithos/pithos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0:         https://github.com/pithos/pithos/commit/df24f173c7dde3a1b3631b50366757ba5853a3ea.patch#/pithos-buffer.patch

BuildArch:      noarch
BuildRequires:  python2-devel desktop-file-utils

Requires:       python-setuptools
Requires:       dbus-python
Requires:       gstreamer-plugins-bad
Requires:       gstreamer-plugins-good
Requires:       gstreamer-python
Requires:       notify-python
Requires:       python-keybinder
Requires:       pygobject2
Requires:       pygtk2
Requires:       pylast
Requires:       pyxdg
Requires:       hicolor-icon-theme

%description
Pithos is a Pandora client for the GNOME Desktop. The official Flash-based
client is a CPU hog, and Pianobar is a great reverse-engineered implementation,
but is command-line only. Neither integrate with the desktop very well, missing
things like media key support and song notifications.

%prep
%setup -q
%patch0 -p1

%install
%{__python2} setup.py install --root=%{buildroot}

%post
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
update-desktop-database &> /dev/null || :

%postun
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
update-desktop-database &> /dev/null || :

%files
%doc README.md
%{_bindir}/%{name}
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-*.egg-info/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/

%changelog
* Fri Apr 18 2014 TingPing <tingping at tingping.se> - 0.3.18-2
- Fix dependency issue

* Thu Mar 27 2014 TingPing <tingping at tingping.se> - 0.3.18-1
- Initial package




Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pithos.spec	29 Mar 2014 11:18:03 -0000	1.1
+++ pithos.spec	18 Apr 2014 22:43:08 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           pithos
 Version:        0.3.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Pandora client for the GNOME Desktop
 
 Group:          Applications/File
@@ -10,8 +10,9 @@
 Patch0:         https://github.com/pithos/pithos/commit/df24f173c7dde3a1b3631b50366757ba5853a3ea.patch#/pithos-buffer.patch
 
 BuildArch:      noarch
-BuildRequires:  python2-devel python-setuptools desktop-file-utils
+BuildRequires:  python2-devel desktop-file-utils
 
+Requires:       python-setuptools
 Requires:       dbus-python
 Requires:       gstreamer-plugins-bad
 Requires:       gstreamer-plugins-good
@@ -54,6 +55,9 @@
 %{_datadir}/icons/hicolor/scalable/apps/
 
 %changelog
+* Fri Apr 18 2014 TingPing <tingping at tingping.se> - 0.3.18-2
+- Fix dependency issue
+
 * Thu Mar 27 2014 TingPing <tingping at tingping.se> - 0.3.18-1
 - Initial package
 


More information about the rpmfusion-commits mailing list