updates
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 17 Jun 2002 09:19:49 +0000 (09:19 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 17 Jun 2002 09:19:49 +0000 (09:19 +0000)
Original commit message from CVS:
updates

gstreamer.spec.in

index 97831a2..9539d54 100644 (file)
@@ -1,7 +1,7 @@
-Summary:       GStreamer streaming media framework runtime
 Name:          gstreamer
 Version:       @VERSION@
 Release:       @GST_VERSION_RELEASE@
+Summary:       GStreamer streaming media framework runtime
 
 License:       LGPL
 Group:                 Libraries/Multimedia
@@ -13,6 +13,7 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}-root
 
 Requires:      glib2 >= %_glib2
 Requires:      libxml2 >= %_libxml2
+Requires:      popt > 1.6
 BuildRequires:         glib2-devel >= %_glib2
 BuildRequires:         libxml2-devel >= %_libxml2
 BuildRequires:         nasm >= 0.90
@@ -20,6 +21,8 @@ BuildRequires:        bison
 BuildRequires:         gtk-doc >= 0.7
 BuildRequires:         gcc
 BuildRequires:         zlib-devel
+BuildRequires:  popt > 1.6
+Prereq:                /sbin/ldconfig
 
 ### documentation requirements
 BuildRequires:  openjade
@@ -143,9 +146,8 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
 %defattr(-, root, root)
 %{_includedir}/gst
 %{_libdir}/libgstreamer.a
-%{_libdir}/libgstreamer.la
 %{_libdir}/libgstreamer.so
-%{_libdir}/pkgconfig/*
+%{_libdir}/pkgconfig/gstreamer*.pc
 ## we specify the API docs as regular files since %docs doesn't fail when
 #  files aren't found anymore for RPM >= 4
 #  we list all of the files we really need to trap incomplete doc builds
@@ -203,6 +205,10 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
 
 
 %changelog
+* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added popt
+- removed .la
+
 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
 - added release of gstreamer to req of gstreamer-devel
 - changed location of API docs to be in gtk-doc like other gtk-doc stuff