[Bug 1539] Review request: pithos - A Pandora client for the GNOME Desktop

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu Mar 1 18:18:35 CET 2012


https://bugzilla.rpmfusion.org/show_bug.cgi?id=1539

--- Comment #17 from Eric Work <work.eric at gmail.com> 2012-03-01 18:18:35 CET ---
Making the following change allowed me to build the RPM on F15 and workaround
the strange GTK bug during setup.

--- pithos.spec.orig    2011-12-17 20:06:58.000000000 -0800
+++ pithos.spec    2012-03-01 09:14:32.677645257 -0800
@@ -53,10 +53,10 @@
     %{name}/plugins/notification_icon.py

 %build
-%{__python} setup.py build
+env DISPLAY=:0 %{__python} setup.py build

 %install
-%{__python} setup.py install -O1 --skip-build --prefix=%{buildroot}%{_prefix}
+env DISPLAY=:0 %{__python} setup.py install -O1 --skip-build
--prefix=%{buildroot}%{_prefix}
 # Remove packaged pylast
 rm -fr %{buildroot}%{python_sitelib}/%{name}/pylast.py*
 # Install icon

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list