mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
updates to spec file
Original commit message from CVS: updates to spec file
This commit is contained in:
parent
c690aa3aa5
commit
9b8cae639d
2 changed files with 6 additions and 7 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit f12ad60f50de84a39e26901b3ac29c15c1bf954e
|
||||
Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6
|
|
@ -10,12 +10,13 @@ Vendor: GStreamer Backpackers Team <package@gstreamer.net>
|
|||
Source: http://gstreamer.net/releases/gst-python/gst-python-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%define _pygtk @PYGTK_REQ@
|
||||
%define _pygtk @pygtk_required_version@
|
||||
%define _gtk @gtk_required_version@
|
||||
|
||||
Requires: python2
|
||||
Requires: gnome-python2 = %{version}
|
||||
Requires: pygtk2 >= %_pygtk
|
||||
Requires: gstreamer >= 0.6.2
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pygtk2-devel = %_pygtk
|
||||
BuildRequires: python2-devel
|
||||
|
||||
|
@ -36,17 +37,15 @@ 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(644,root,root,755)
|
||||
%doc AUTHORS ChangeLog README NEWS examples/gstreamer
|
||||
%doc AUTHORS ChangeLog README NEWS examples/gstreamer/*.py
|
||||
%dir %{_libdir}/python?.?/site-packages/gstreamer
|
||||
%{_libdir}/python?.?/site-packages/gstreamer/__init__.*
|
||||
%{_libdir}/python?.?/site-packages/_gstreamermodule.so
|
||||
%{_libdir}/python?.?/site-packages/gstreamer/_gstreamermodule.so
|
||||
|
||||
%changelog
|
||||
* Wed Jun 11 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
|
Loading…
Reference in a new issue