Bug 177578 - gstreamer-python has invalid macros in spec file
Summary: gstreamer-python has invalid macros in spec file
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gstreamer-python
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Vander Stichele
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-11 21:49 UTC by Bill Nottingham
Modified: 2014-03-17 02:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-02 11:52:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2006-01-11 21:49:33 UTC
At the top:

%define         gst_minver      0.8.7
%define         gstp_minver     0.8.5
%define         gstreamer       gstreamer


Yet later it refers to:

Requires:       %{gstreamer} >= %{_gst_minver}
Requires:       %{gstreamer}-plugins >= %{_gstp_minver}

BuildRequires:  %{gstreamer}-devel >= %{_gst_minver}
BuildRequires:  %{gstreamer}-plugins-devel >= %{_gstp_minver}

Either the defines need the leading '_', or the Requires/BuildRequires need it
removed...

Comment 1 Thomas Vander Stichele 2006-01-14 15:45:44 UTC
fixed, and updated to latest release, thanks


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