mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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
|
Name: gstreamer
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: @GST_VERSION_RELEASE@
|
Release: @GST_VERSION_RELEASE@
|
||||||
|
Summary: GStreamer streaming media framework runtime
|
||||||
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
|
@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
Requires: glib2 >= %_glib2
|
Requires: glib2 >= %_glib2
|
||||||
Requires: libxml2 >= %_libxml2
|
Requires: libxml2 >= %_libxml2
|
||||||
|
Requires: popt > 1.6
|
||||||
BuildRequires: glib2-devel >= %_glib2
|
BuildRequires: glib2-devel >= %_glib2
|
||||||
BuildRequires: libxml2-devel >= %_libxml2
|
BuildRequires: libxml2-devel >= %_libxml2
|
||||||
BuildRequires: nasm >= 0.90
|
BuildRequires: nasm >= 0.90
|
||||||
|
@ -20,6 +21,8 @@ BuildRequires: bison
|
||||||
BuildRequires: gtk-doc >= 0.7
|
BuildRequires: gtk-doc >= 0.7
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: popt > 1.6
|
||||||
|
Prereq: /sbin/ldconfig
|
||||||
|
|
||||||
### documentation requirements
|
### documentation requirements
|
||||||
BuildRequires: openjade
|
BuildRequires: openjade
|
||||||
|
@ -143,9 +146,8 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/gst
|
%{_includedir}/gst
|
||||||
%{_libdir}/libgstreamer.a
|
%{_libdir}/libgstreamer.a
|
||||||
%{_libdir}/libgstreamer.la
|
|
||||||
%{_libdir}/libgstreamer.so
|
%{_libdir}/libgstreamer.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/gstreamer*.pc
|
||||||
## we specify the API docs as regular files since %docs doesn't fail when
|
## we specify the API docs as regular files since %docs doesn't fail when
|
||||||
# files aren't found anymore for RPM >= 4
|
# files aren't found anymore for RPM >= 4
|
||||||
# we list all of the files we really need to trap incomplete doc builds
|
# 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
|
%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>
|
* Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
- added release of gstreamer to req of gstreamer-devel
|
- added release of gstreamer to req of gstreamer-devel
|
||||||
- changed location of API docs to be in gtk-doc like other gtk-doc stuff
|
- changed location of API docs to be in gtk-doc like other gtk-doc stuff
|
||||||
|
|
Loading…
Reference in a new issue