mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
updates
Original commit message from CVS: updates
This commit is contained in:
parent
ca3436eca7
commit
44be24b95b
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue