Name: python-compizconfig Version: 0.9.4 Release: 2mamba Summary: Python bindings for the compizconfig library Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.compiz-fusion.org Source: http://releases.compiz-fusion.org/%{version}/compiz-compizconfig-python-%{version}.tar.bz2 License: GPL # %{_bindir}/pyrexc BuildRequires: Pyrex ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcompizconfig-devel BuildRequires: libglib-devel BuildRequires: libICE-devel BuildRequires: libpython-devel BuildRequires: libSM-devel BuildRequires: libstartup-notification-devel BuildRequires: libX11-devel BuildRequires: libxcb-devel BuildRequires: libXcomposite-devel BuildRequires: libXdamage-devel BuildRequires: libXfixes-devel BuildRequires: libXinerama-devel BuildRequires: libxml2-devel BuildRequires: libXrandr-devel BuildRequires: libxslt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END Provides: compizconfig-python = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Python bindings for the compizconfig library. %prep %setup -q -n compizconfig-python %build python setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" python setup.py install --root %{buildroot}\ --install-lib=%{python_sitearch} # --install-headers=%{_includedir}/python/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{python_sitearch}/compizconfig.so %{python_sitearch}/compizconfig_python-0.9.4-py2.6.egg-info %doc COPYING %changelog * Thu May 12 2011 Silvan Calarco 0.9.4-1mamba - update to 0.9.4 * Thu Apr 08 2010 Silvan Calarco 0.8.4-2mamba - automatic update by autodist * Tue Nov 10 2009 Automatic Build System 0.8.4-1mamba - automatic update to 0.8.4 by autodist * Sun May 17 2009 Automatic Build System 0.8.2-2mamba - automatic rebuild by autodist * Fri Mar 27 2009 Silvan Calarco 0.8.2-1mamba - automatic update to 0.8.2 by autodist * Thu Dec 11 2008 Silvan Calarco 0.7.8-2mamba - rebuilt with python 2.6 * Fri Oct 10 2008 Silvan Calarco 0.7.8-1mamba - automatic update to 0.7.8 by autodist * Thu Jun 05 2008 gil 0.7.6-1mamba - update to 0.7.6 * Fri Apr 04 2008 Silvan Calarco 0.7.4-1mamba - update to 0.7.4 * Fri Mar 07 2008 Silvan Calarco 0.7.2-1mamba - update to 0.7.2 * Fri Oct 26 2007 Silvan Calarco 0.6.0.1-1mamba - update to 0.6.0.1 * Thu Sep 20 2007 Aleph0 0.5.2-1mamba - package created by autospec