Name: python-xdg Version: 0.25 Release: 2mamba Summary: A python library to access freedesktop.org standards Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/pyxdg Source: https://pypi.python.org/packages/source/p/pyxdg/pyxdg-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Provides: pyxdg Obsoletes: pyxdg BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A python library to access freedesktop.org standards. Currently supported are: * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 0.9.4 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 %prep %setup -q -n pyxdg-%{version} %build python setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ --root=%{buildroot} \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{python_sitearch}/xdg/*.py %{python_sitearch}/xdg/*.pyc %{python_sitearch}/pyxdg-%{version}-py%{python_version}.egg-info %doc AUTHORS COPYING ChangeLog README TODO %changelog * Fri May 17 2013 Silvan Calarco 0.25-2mamba - rebuilt with python 2.7 * Sun Apr 28 2013 Automatic Build System 0.25-1mamba - update to 0.25 * Thu Apr 15 2010 Automatic Build System 0.19-1mamba - automatic update by autodist * Tue Jan 12 2010 Automatic Build System 0.18-1mamba - automatic update by autodist * Thu Dec 04 2008 Silvan Calarco 0.17-1mamba - update to 0.17 * Wed Apr 23 2008 Silvan Calarco 0.15-1mamba - package created by autospec