From: Mark Huang Date: Fri, 26 Aug 2005 03:30:01 +0000 (+0000) Subject: - restore build of python modules X-Git-Tag: after-util-vserver-0_30_208-revert~126 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=61f45146516cd4df6d2c8acd025f48f96bcb5c02;p=util-vserver.git - restore build of python modules --- diff --git a/util-vserver.spec.in b/util-vserver.spec.in index 95275d6..79881bc 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -99,12 +99,12 @@ Group: Development/Libraries Requires: pkgconfig Requires: %name-lib = %version-%release -%if 0 -%package py23 +%package python Summary: Python modules for manipulating vservers Group: Applications/System -Requires: python %pkglibdir/util-vserver-vars util-python -%endif +Requires: python util-python +# Backward compatibility +Provides: util-vserver-py23 %description @@ -180,12 +180,10 @@ This package contains header files and libraries which are needed to develop VServer related applications. -%if 0 -%description py23 +%description python Python modules for manipulating vservers. Provides a superset of the functionality of the vserver script (at least will do in the future), but more readily accessible from Python code. -%endif %prep @@ -379,22 +377,15 @@ done %doc lib/apidoc/html -%if 0 -%files py23 +%files python %defattr(0644,root,root) -/usr/lib/python2.3/site-packages/bwlimit.py -/usr/lib/python2.3/site-packages/bwlimit.pyc -/usr/lib/python2.3/site-packages/cpulimit.py -/usr/lib/python2.3/site-packages/cpulimit.pyc -/usr/lib/python2.3/site-packages/util_vserver_vars.py -/usr/lib/python2.3/site-packages/vduimpl.so -/usr/lib/python2.3/site-packages/vserver.py -/usr/lib/python2.3/site-packages/vserver.pyc -/usr/lib/python2.3/site-packages/vserverimpl.so -%endif +%_libdir/python@PYTHON_VERSION@/site-packages/* %changelog +* Thu Aug 21 2005 Mark Huang +- restore build of python modules + * Sat Aug 20 2005 Mark Huang - upgrade to util-vserver-0.30.208 - forward-port vbuild and legacy support until we can find a suitable