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
This commit is contained in:
Greg Freemyer 2012-02-07 00:09:26 +00:00 committed by Git OBS Bridge
parent bb23e2683f
commit d5164493f2

View File

@ -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