Bug 486883 - patch to fix epel compilation
Summary: patch to fix epel compilation
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gstreamer-python
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Denis Leroy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-22 22:18 UTC by Levente Farkas
Modified: 2009-04-16 23:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-14 16:10:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Levente Farkas 2009-02-22 22:18:59 UTC
please apply the patch bellow to be able to compile on epel-5 and older
fedoras.
thanks.
yours
-------------------------------------------------
--- gstreamer-python.spec	2009-01-30 12:16:43.000000000 +0100
+++ gstreamer-python.spec.new	2009-02-22 23:17:07.000000000 +0100
@@ -75,7 +75,9 @@
 %{_libdir}/python?.?/site-packages/gst-%{majorminor}
 %{_libdir}/python?.?/site-packages/pygst.py*
 %{_libdir}/python?.?/site-packages/pygst.pth
+%if 0%{?fedora} >= 9
 %{_libdir}/python?.?/site-packages/gstoption.so
+%endif
 %dir %{_datadir}/gst-python
 %dir %{_datadir}/gst-python/%{majorminor}
 %dir %{_datadir}/gst-python/%{majorminor}/defs
-------------------------------------------------

Comment 1 Levente Farkas 2009-04-12 21:43:30 UTC
ping...

Comment 2 Denis Leroy 2009-04-14 16:10:34 UTC
There is an EPEL branch for gstreamer-python. Is that not working ? Or do you need the EPEL version upgraded ?

Comment 3 Levente Farkas 2009-04-16 17:00:28 UTC
imho it'd be useful if all fedora rawhide rpms can be recompiled on epel. 
this patch made it possible to rebuild the latest rawhide gstreamer-python on el5 so imho this patch would be useful (as not hurt the fedora compilation).

Comment 4 Denis Leroy 2009-04-16 23:09:21 UTC
I understand your point, but I really dislike carrying release/distro related macros in spec files, since it defeats the purpose of having branches for each distros we support. The EPEL version should do the job. If it doesn't, we can talk about upgrading it certainly.


Note You need to log in before you can comment on or make changes to this bug.