From d5164493f2deacc3272e159f28c685995d8e9f9020598dcecff97a4276fef7af Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Tue, 7 Feb 2012 00:09:26 +0000 Subject: [PATCH] Accepting request 102952 from home:gregfreemyer:Tools-for-forensic-boot-cd a small specfile cleanum OBS-URL: https://build.opensuse.org/request/show/102952 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=7 --- python-fuse.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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