Name: python-xdg Version: 0.19 Release: 1mamba Summary: A python library to access freedesktop.org standards Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.freedesktop.org/wiki/Software/pyxdg Source: http://www.freedesktop.org/%7Elanius/pyxdg-%{version}.tar.gz License: LGPL 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 * 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