mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
rpm: add new header files to .spec file, add -devel package for that
Not actually tested though.
This commit is contained in:
parent
764f344ff0
commit
7f5d2d267d
1 changed files with 19 additions and 2 deletions
|
@ -37,6 +37,16 @@ BuildRequires: gcc-c++
|
|||
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}
|
||||
|
||||
|
@ -69,9 +79,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_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
|
||||
|
|
Loading…
Reference in a new issue