Remove needless use of %defattr
This commit is contained in:
parent
f1dc026587
commit
f8035e4996
@ -40,14 +40,12 @@ find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
||||
rm $RPM_BUILD_ROOT%{_docdir}/libatasmart/README
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README LGPL
|
||||
%{_libdir}/libatasmart.so.*
|
||||
%{_sbindir}/skdump
|
||||
%{_sbindir}/sktest
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/atasmart.h
|
||||
%{_libdir}/libatasmart.so
|
||||
%{_libdir}/pkgconfig/libatasmart.pc
|
||||
|
Loading…
Reference in New Issue
Block a user