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:
parent
bb23e2683f
commit
d5164493f2
@ -42,11 +42,9 @@ Python bindings for FUSE (User space File System)
|
|||||||
CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags}" python setup.py build
|
||||||
|
|
||||||
%install
|
%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)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING Changelog FAQ PKG-INFO README*
|
|
||||||
%{python_sitearch}/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user