diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-11-07 15:16:56 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-11-07 15:16:56 +0000 |
commit | bda994c4cdf82d1711e086860985c3fb047ee094 (patch) | |
tree | d00f145bb1f28d628c0d792828209d78a5cb8c1d | |
parent | b6650fb5db9be774dbae2996986ffc9395731653 (diff) |
update spec file to work with latest changes
Original commit message from CVS:
update spec file to work with latest changes
-rw-r--r-- | gst-python.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gst-python.spec.in b/gst-python.spec.in index 2be48d5..11ad4cd 100644 --- a/gst-python.spec.in +++ b/gst-python.spec.in @@ -1,5 +1,5 @@ %define majorminor @GST_MAJORMINOR@ -%define gstreamer gstreamer09 +%define gstreamer gstreamer %define _pygtk @PYGTK_REQ@ %define _gst @GST_REQ@ @@ -19,8 +19,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python >= 2 Requires: gnome-python2 Requires: pygtk2 >= %_pygtk -Requires: %{gstreamer} -Requires: %{gstreamer}-plugins-base +Requires: %{gstreamer}09 +Requires: %{gstreamer}09-plugins-base BuildRequires: python >= 2 BuildRequires: python-devel >= 2 @@ -28,8 +28,8 @@ BuildRequires: pygtk2-devel >= %_pygtk BuildRequires: xmlto BuildRequires: links -BuildRequires: %{gstreamer}-devel >= %_gst -BuildRequires: %{gstreamer}-plugins-base-devel >= %_gst +BuildRequires: %{gstreamer}09-devel >= %_gst +BuildRequires: %{gstreamer}09-plugins-base-devel >= %_gst # sigh, libtool BuildRequires: gcc-c++ @@ -60,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/python?.?/site-packages/gst-%{majorminor} %{_libdir}/python?.?/site-packages/pygst.pth %{_libdir}/python?.?/site-packages/pygst.py -%{_libdir}/python?.?/site-packages/gst/extend/* %{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/__init__.py* +%{_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 |