diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-12 12:01:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-12 12:01:45 +0000 |
commit | 32fa17e7f20561557fca1538a7dabda83a400f4c (patch) | |
tree | 0ce553939f26396b8c4f445d2018f3f956cb4416 | |
parent | c43408af92dbea22b2141b91968fbc4087592a4b (diff) | |
download | gst-plugins-bad-32fa17e7f20561557fca1538a7dabda83a400f4c.tar.gz gst-plugins-bad-32fa17e7f20561557fca1538a7dabda83a400f4c.tar.bz2 gst-plugins-bad-32fa17e7f20561557fca1538a7dabda83a400f4c.zip |
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
-rw-r--r-- | gst-plugins.spec.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 3e01d7b9..6bf6cb44 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -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 |