]> git.pld-linux.org Git - packages/python-pymediainfo.git/commitdiff
libmediainfo.so.0 is dlopened by ctypes auto/th/python-pymediainfo-2.2.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Feb 2018 15:10:28 +0000 (17:10 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Feb 2018 15:10:28 +0000 (17:10 +0200)
python-pymediainfo.spec

index 871547d67907aff4b92dafa11a693f0d0bfc3407..6aaa6674ac5387fe7db275c1c7834d2050a055eb 100644 (file)
@@ -36,6 +36,7 @@ BuildRequires:        python3-pytest-runner
 BuildRequires: python3-setuptools
 %endif
 %endif
+Requires:      libmediainfo
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,6 +46,7 @@ This small package is a wrapper around the MediaInfo library.
 %package -n python3-%{pypi_name}
 Summary:       A Python wrapper for the mediainfo library
 Group:         Libraries/Python
+Requires:      libmediainfo
 
 %description -n python3-%{pypi_name}
 This small package is a wrapper around the MediaInfo library.
@@ -58,6 +60,7 @@ This small package is a wrapper around the MediaInfo library.
 %build
 %if %{with python2}
 %py_build %{?with_tests:test}
+
 %if %{with doc}
 # generate html docs
 sphinx-build docs html
@@ -68,6 +71,7 @@ sphinx-build docs html
 
 %if %{with python3}
 %py3_build %{?with_tests:test}
+
 %if %{with doc}
 # generate html docs
 python3-sphinx-build docs html
This page took 0.19313 seconds and 4 git commands to generate.