diff --git a/python-fuse.spec b/python-fuse.spec index 873bc8e..70df9e1 100644 --- a/python-fuse.spec +++ b/python-fuse.spec @@ -42,11 +42,9 @@ Python bindings for FUSE (User space File System) CFLAGS="%{optflags}" python setup.py build %install -python setup.py install --root=%{buildroot} --prefix=%{_prefix} +python setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm=INSTALLED_FILES -%files +%files -f INSTALLED_FILES %defattr(-,root,root) -%doc AUTHORS COPYING Changelog FAQ PKG-INFO README* -%{python_sitearch}/* %changelog