Bug 486882

Summary: patch to fix epel compilation
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: gstreamer-plugins-baseAssignee: Adam Jackson <ajax>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: ajax, awilliam, bnocera
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-27 19:21:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2009-02-22 22:13:29 UTC
please apply the patch bellow to be able to compile on epel-5 and older
fedoras.
thanks.
yours
-------------------------------------------------
--- gstreamer-plugins-base.spec	2009-01-20 20:43:53.000000000 +0100
+++ gstreamer-plugins-base.spec.new	2009-02-22 23:11:12.000000000 +0100
@@ -121,7 +121,11 @@
 %{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
 %{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
 %{_libdir}/gstreamer-%{majorminor}/libgstqueue2.so
+%if 0%{?fedora} >= 9
 %{_libdir}/gstreamer-%{majorminor}/libgstgio.so
+%else
+%{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so
+%endif
 %{_libdir}/gstreamer-%{majorminor}/libgstapp.so
 
 # base plugins with dependencies
-------------------------------------------------

Comment 1 Adam Williamson 2009-02-23 19:59:13 UTC
This bug has been triaged

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 2 Levente Farkas 2009-04-12 21:45:50 UTC
ping...

Comment 3 Adam Williamson 2009-04-13 15:43:13 UTC
CCing Bastien as he seems to be responsible for this package in practice.

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 4 Bastien Nocera 2009-04-27 19:21:01 UTC
That fix is broken, we don't require gnome-vfs2-devel anymore, so it wouldn't build like that in a build system.

Also, I'm not sure why we should make changes to the spec files to build in older distributions, or for EPEL to fork RHEL-5 packages.

Sorry, won't fix that.