diff --git mlt/mlt.spec mlt/mlt.spec.tmp index 56a12c810c..0eae962ff9 100644 --- mlt/mlt.spec +++ mlt/mlt.spec.tmp @@ -4,7 +4,7 @@ Summary: Toolkit for broadcasters, video editors, media players, transcoders Name: mlt Version: 6.4.1 -Release: 8%{?dist} +Release: 9%{?dist} # mlt/src/win32/fnmatch.{c,h} are BSD-licensed. # but is not used in Linux @@ -72,7 +72,11 @@ Group: Development/Libraries Requires: pkgconfig Requires: %{name}%{?_isa} = %{version}-%{release} -%package python +%package -n python2-mlt +%{?python_provide:%python_provide python2-mlt} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Requires: python Requires: %{name}%{?_isa} = %{version}-%{release} Summary: Python package to work with MLT @@ -91,7 +95,7 @@ Summary: PHP package to work with MLT The %{name}-devel package contains the header files and static libraries for building applications which use %{name}. -%description python +%description -n python2-mlt This module allows to work with MLT using python. %description ruby @@ -186,7 +190,7 @@ test "$(pkg-config --modversion mlt++)" = "%{version}" %{_libdir}/libmlt.so.* %{_datadir}/mlt/ -%files python +%files -n python2-mlt %{python_sitelib}/mlt.py* %{python_sitearch}/_mlt.so @@ -214,6 +218,10 @@ test "$(pkg-config --modversion mlt++)" = "%{version}" %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 6.4.1-9 +- Python 2 binary package renamed to python2-mlt + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 6.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild