Commit 744ec8a6 authored by Pavel Vainerman's avatar Pavel Vainerman

сборка с python module В соответсвии с правилами ALT Linux сделал название python-пакета

parent 5c1bd841
...@@ -115,12 +115,12 @@ Libraries needed to develop for uniset SQLite ...@@ -115,12 +115,12 @@ Libraries needed to develop for uniset SQLite
%endif %endif
%if_enabled python %if_enabled python
%package -n python-module-%oname %package -n python-modules-%oname
Group: Development/Python Group: Development/Python
Summary: python interface for libuniset Summary: python interface for libuniset
Requires: %name = %version-%release Requires: %name = %version-%release
%description -n python-module-%oname %description -n python-modules-%oname
Python interface for %name Python interface for %name
%endif %endif
...@@ -245,7 +245,7 @@ mv -f %buildroot%python_sitelibdir/*.* %buildroot%python_sitelibdir/%oname/ ...@@ -245,7 +245,7 @@ mv -f %buildroot%python_sitelibdir/*.* %buildroot%python_sitelibdir/%oname/
%endif %endif
%if_enabled python %if_enabled python
%files -n python-module-%oname %files -n python-modules-%oname
%dir %python_sitelibdir/%oname %dir %python_sitelibdir/%oname
%python_sitelibdir/* %python_sitelibdir/*
%python_sitelibdir/%oname/* %python_sitelibdir/%oname/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment