Commit 15907cbd authored by Pavel Vainerman's avatar Pavel Vainerman

сборка с python module

В соответсвии с правилами ALT Linux сделал название python-пакета
parent 1062726d
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Name: libuniset Name: libuniset
Version: 1.6 Version: 1.6
Release: alt0.5 Release: alt1
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
...@@ -118,12 +118,12 @@ Libraries needed to develop for uniset SQLite ...@@ -118,12 +118,12 @@ Libraries needed to develop for uniset SQLite
%endif %endif
%if_enabled python %if_enabled python
%package python-modules-%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 python-modules-%oname %description -n python-modules-%oname
Python interface for %name Python interface for %name
%endif %endif
...@@ -250,7 +250,7 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit ...@@ -250,7 +250,7 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit
%endif %endif
%if_enabled python %if_enabled python
%files python-modules-%oname %files -n python-modules-%oname
%dir %python_sitelibdir/%oname %dir %python_sitelibdir/%oname
%python_sitelibdir/* %python_sitelibdir/*
%python_sitelibdir/%oname/* %python_sitelibdir/%oname/*
...@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit ...@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir_noarch/%oname/%oname.py %buildroot%python_sit
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt1
- python: final build
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt0.5 * Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt0.5
- python: test build - python: test build
......
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