updates to spec file
Original commit message from CVS: updates to spec file
This commit is contained in:
parent
c690aa3aa5
commit
9b8cae639d
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
|
Source: http://gstreamer.net/releases/gst-python/gst-python-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%define _pygtk @PYGTK_REQ@
|
%define _pygtk @pygtk_required_version@
|
||||||
|
%define _gtk @gtk_required_version@
|
||||||
|
|
||||||
Requires: python2
|
Requires: python2
|
||||||
|
Requires: gnome-python2 = %{version}
|
||||||
Requires: pygtk2 >= %_pygtk
|
Requires: pygtk2 >= %_pygtk
|
||||||
Requires: gstreamer >= 0.6.2
|
Requires: gstreamer >= 0.6.2
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: pygtk2-devel = %_pygtk
|
BuildRequires: pygtk2-devel = %_pygtk
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
@ -36,17 +37,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%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
|
%dir %{_libdir}/python?.?/site-packages/gstreamer
|
||||||
%{_libdir}/python?.?/site-packages/gstreamer/__init__.*
|
%{_libdir}/python?.?/site-packages/gstreamer/__init__.*
|
||||||
%{_libdir}/python?.?/site-packages/_gstreamermodule.so
|
%{_libdir}/python?.?/site-packages/gstreamer/_gstreamermodule.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 11 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
* Wed Jun 11 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user