%filter_provides_in %{python_sitearch}/.*\.so$ %filter_setup Name: python-llfuse Version: 0.37.1 Release: 10%{?dist} Summary: Python Bindings for the low-level FUSE API Source0: http://python-llfuse.googlecode.com/files/llfuse-%{version}.tar.bz2 URL: http://code.google.com/p/python-llfuse/ Group: Development/Libraries License: LGPLv2+ BuildRequires: libattr-devel BuildRequires: fuse-devel >= 2.8.0 BuildRequires: python-setuptools BuildRequires: python2-devel %description LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. LLFUSE was originally part of S3QL, but has been factored out so that it can be used by other projects as well. %prep %setup -q -n "llfuse-%{version}" rm doc/html/.buildinfo rm -rf src/llfuse.egg-info %build CFLAGS="%{optflags} -fno-strict-aliasing" \ %__python ./setup.py build %install %__python ./setup.py install \ --prefix="%{_prefix}" \ --root="%{buildroot}" %files %doc Changes.txt doc/html LICENSE %{python_sitearch}/* %changelog * Thu Nov 01 2012 Marcel Wysocki 0.37.1-10 - drop python-distribute requirement, it's provided by python-setuptools * Wed Oct 31 2012 Marcel Wysocki 0.37.1-9 - drop fuse requirement - add license to docs * Wed Oct 31 2012 Marcel Wysocki 0.37.1-8 - filter out private libraries * Tue Oct 30 2012 Marcel Wysocki 0.37.1-7 - use python2-devel BR instead of python-devel * Tue Oct 30 2012 Marcel Wysocki 0.37.1-6 - add python-devel to the build requirements - use optflags macro * Mon Oct 29 2012 Marcel Wysocki 0.37.1-5 - add python-setuptools to the build requirements - delete llfuse.egg-info prior to build - remove python from requirements, rpm picks it up itself * Tue Oct 23 2012 Marcel Wysocki 0.37.1-4 - don't use rm and install macros - add missing dependencies * Fri Oct 05 2012 Marcel Wysocki 0.37.1-3 - add missing builddep * Thu Oct 04 2012 Marcel Wysocki 0.37.1-2 - fedora port * Sun Jan 22 2012 Dmitry Mikhirev 0.37.1-1 + Revision: 764912 - new version 0.37.1 * Tue Dec 06 2011 Dmitry Mikhirev 0.37-1 + Revision: 738418 - Update to 0.37 * Tue Nov 29 2011 Dmitry Mikhirev 0.36-1 + Revision: 735378 - imported package python-llfuse