some more fixes base rpm is now called gstreamer-plugins as it should be
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 12 Feb 2002 12:01:45 +0000 (12:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 12 Feb 2002 12:01:45 +0000 (12:01 +0000)
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be

gst-plugins.spec.in

index 3e01d7b969747bda36f7a38610802ced16510d37..6bf6cb4468a38de32c9737b1ffa8ff44e7f3c272 100644 (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