mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Remove bitrotten and unused gst-python.spec.in file
This commit is contained in:
parent
ad3f55dadd
commit
bb59915326
2 changed files with 0 additions and 118 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
gst-python.spec
|
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autoregen.sh
|
autoregen.sh
|
||||||
compile
|
compile
|
||||||
|
|
|
@ -1,117 +0,0 @@
|
||||||
%define majorminor @GST_MAJORMINOR@
|
|
||||||
%define gstreamer gstreamer
|
|
||||||
%define _pygtk @PYGTK_REQ@
|
|
||||||
%define _gst @GST_REQ@
|
|
||||||
|
|
||||||
Name: %{gstreamer}-python
|
|
||||||
Version: @VERSION@
|
|
||||||
Release: 1
|
|
||||||
Summary: Python bindings for GStreamer.
|
|
||||||
|
|
||||||
Group: Development/Languages
|
|
||||||
License: LGPL
|
|
||||||
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)
|
|
||||||
|
|
||||||
Requires: python >= 2
|
|
||||||
Requires: gnome-python2
|
|
||||||
Requires: pygtk2 >= %_pygtk
|
|
||||||
Requires: %{gstreamer}
|
|
||||||
Requires: %{gstreamer}-plugins-base
|
|
||||||
|
|
||||||
BuildRequires: python >= 2
|
|
||||||
BuildRequires: python-devel >= 2
|
|
||||||
BuildRequires: pygtk2-devel >= %_pygtk
|
|
||||||
BuildRequires: xmlto
|
|
||||||
BuildRequires: links
|
|
||||||
|
|
||||||
BuildRequires: %{gstreamer}-devel >= %_gst
|
|
||||||
BuildRequires: %{gstreamer}-plugins-base-devel >= %_gst
|
|
||||||
|
|
||||||
# sigh, libtool
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
|
|
||||||
%description
|
|
||||||
This module contains a wrapper that allows GStreamer applications
|
|
||||||
to be written in Python.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Libraries/include files for Python bindings for GStreamer
|
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
Requires: %{gstreamer}-python = @VERSION@
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
This package contains the libraries and includes files necessary to develop
|
|
||||||
python bindings for GStreamer-based C libraries.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n gst-python-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%configure
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%makeinstall
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README gst-python.doap
|
|
||||||
%dir %{_libdir}/python?.?/site-packages/gst-%{majorminor}
|
|
||||||
%{_libdir}/python?.?/site-packages/pygst.pth
|
|
||||||
%{_libdir}/python?.?/site-packages/pygst.py
|
|
||||||
%{_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
|
|
||||||
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/pbutils.so
|
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstpython.so
|
|
||||||
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/audio.so
|
|
||||||
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/tag.so
|
|
||||||
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/video.so
|
|
||||||
%{_libdir}/python?.?/site-packages/gstoption.so
|
|
||||||
%{_datadir}/gst-python
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-, root, root, -)
|
|
||||||
%dir %{_includedir}/gstreamer-%{majorminor}
|
|
||||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst
|
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/pygst.h
|
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/pygstvalue.h
|
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/pygstminiobject.h
|
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/pygstexception.h
|
|
||||||
%{_libdir}/pkgconfig/gst-python-%{majorminor}.pc
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
- add doap file
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Fri Nov 05 2004 Christian Schaller < uraeus at gnome org >
|
|
||||||
- Remerged spec file with cvs version
|
|
||||||
|
|
||||||
* Tue Oct 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
- 0.7.93-0.fdr.1: new upstream release
|
|
||||||
|
|
||||||
* Mon Jun 21 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
- 0.7.92-0.fdr.1: new upstream release
|
|
||||||
|
|
||||||
* Wed Mar 31 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
- 0.7.91-0.fdr.1: new upstream release
|
|
||||||
|
|
||||||
* Tue Sep 02 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
- 0.1.0-0.fdr.1: first fedora release
|
|
Loading…
Reference in a new issue