From f498c99a33803ddd9ae6b8bdd20dd880270e9ab7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 11 Jul 2014 08:27:24 +0300 Subject: [PATCH] rename python subpackage to python-pydmtx --- libdmtx.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libdmtx.spec b/libdmtx.spec index 38f5d59..d6f48b0 100644 --- a/libdmtx.spec +++ b/libdmtx.spec @@ -78,14 +78,14 @@ Obsoletes: php-libdmtx < 0.7.2-4 %description -n %{php_name}-dmtx This package contains bindings for using %{name} from PHP. -%package -n python-libdmtx +%package -n python-pydmtx Summary: Python bindings for %{name} Group: Libraries/Python Requires: %{name} = %{version}-%{release} +Obsoletes: python-libdmtx < 0.7.2-4 -%description -n python-libdmtx -The python-%{name} package contains bindings for using %{name} from -Python. +%description -n python-pydmtx +This package contains bindings for using %{name} from Python. %package -n ruby-libdmtx Summary: Ruby bindings for %{name} @@ -231,7 +231,7 @@ rm -rf $RPM_BUILD_ROOT %endif %if %{with python} -%files -n python-libdmtx +%files -n python-pydmtx %defattr(644,root,root,755) %doc wrapper/python/README %{py_sitedir}/pydmtx.py[co] -- 2.43.0