%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Comoonics minimum base libraries Name: comoonics-base-py Version: 0.1 Release: 6%{?dist} Source0: http://www.open-sharedroot.org/development/comoonics-base-py/comoonics-base-py-%{version}.tar.gz License: GPLv2+ Group: Development/Libraries BuildArch: noarch Requires: PyXML Url: http://www.open-sharedroot.org/development/comoonics-base-py BuildRequires: python-devel %description Comoonics minimum base libraries written in Python. These base classes are used by other packages. %prep %setup -q %build python setup.py %{name} build %install python setup.py %{name} install --root=%{buildroot} %files %doc README.txt LICENSE.txt %{python_sitelib}/*.egg-info %{python_sitelib}/comoonics/ %changelog * Thu Oct 27 2011 Tom Callaway - 0.1-6 - rebuild and modernize * Tue Feb 08 2011 Fedora Release Engineering - 0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm - 0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Tue Jul 20 2009 MH , 0.1-3 - fedora compliant additional changes. * Tue Jul 20 2009 MH , 0.1-2 - fedora compliant * Mon Jul 20 2009 MH , 0.1-1 - initial revision