some more fixes base rpm is now called gstreamer-plugins as it should be

Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
This commit is contained in:
Thomas Vander Stichele 2002-02-12 12:01:45 +00:00
parent 5b7c3cf89c
commit 6c83d9e4ee

View file

@ -1,4 +1,4 @@
%define name gst-plugins
%define name gstreamer-plugins
%define ver @VERSION@
%define rel @GST_PLUGINS_RELEASE@
%define prefix /usr
@ -10,7 +10,7 @@ Version: %ver
Release: %rel
Copyright: LGPL
Group: Libraries/Multimedia
Source: %{name}-%{ver}.tar.gz
Source: gst-plugins-%{ver}.tar.gz
BuildRoot: /var/tmp/%{name}-%{ver}-root
Docdir: %{prefix}/doc
Prefix: %prefix
@ -32,7 +32,7 @@ plugins.
%doc AUTHORS COPYING README
%{_bindir}/gst-launch-ext
%prep
%setup
%setup -n gst-plugins
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-DEBUG
@ -745,7 +745,8 @@ Summary: GStreamer audio format plugin
Group: Libraries/Multimedia
Requires: gstreamer >= %{ver}
Requires: gstreamer-plugin-libs = %{ver}
%description -n gstreamer-audioformats
%description -n gstreamer-audio-formats
Plugin for playback of wav, au and mp3 audio files
%files -n gstreamer-audio-formats