diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-20 15:58:02 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-20 15:58:02 +0000 |
commit | 39d037c6d6e7dc621e795773951d94140f21125c (patch) | |
tree | 6179141ad9dc60b54836bae0b79b2d341635213e /gst-python.spec.in | |
parent | 1170d64e5f190610f43b3fb924b105361d04b73d (diff) |
prereleasing
Original commit message from CVS:
prereleasing
Diffstat (limited to 'gst-python.spec.in')
-rw-r--r-- | gst-python.spec.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gst-python.spec.in b/gst-python.spec.in index 11ad4cd..2a79554 100644 --- a/gst-python.spec.in +++ b/gst-python.spec.in @@ -1,17 +1,16 @@ %define majorminor @GST_MAJORMINOR@ -%define gstreamer gstreamer +%define gstreamer gstreamer010 %define _pygtk @PYGTK_REQ@ %define _gst @GST_REQ@ -Name: %{gstreamer}09-python +Name: %{gstreamer}-python Version: @VERSION@ Release: 1 Summary: Python bindings for GStreamer. Group: Development/Languages License: LGPL -URL: http://gstreamer.net/ -Vendor: GStreamer Backpackers Team <package@gstreamer.net> +URL: http://gstreamer.freedesktop.org/ Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,8 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python >= 2 Requires: gnome-python2 Requires: pygtk2 >= %_pygtk -Requires: %{gstreamer}09 -Requires: %{gstreamer}09-plugins-base +Requires: %{gstreamer} +Requires: %{gstreamer}-plugins-base BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -28,8 +27,8 @@ BuildRequires: pygtk2-devel >= %_pygtk BuildRequires: xmlto BuildRequires: links -BuildRequires: %{gstreamer}09-devel >= %_gst -BuildRequires: %{gstreamer}09-plugins-base-devel >= %_gst +BuildRequires: %{gstreamer}-devel >= %_gst +BuildRequires: %{gstreamer}-plugins-base-devel >= %_gst # sigh, libtool BuildRequires: gcc-c++ @@ -64,12 +63,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/extend %{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/_gst.so %{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/interfaces.so -%dir %{_datadir}/gst-python -%{_datadir}/gst-python/?.?/defs/* -%{_datadir}/gst-python/?.?/examples/* +%{_datadir}/gst-python %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Tue Dec 20 2005 Thomas Vander Stichele <thomas at apestaart dot org> +- updated spec file + * Thu Oct 06 2005 Edward Hervey < edward at fluendo dot com > - Updated spec file for 0.9 |