Remove needless use of %defattr
This commit is contained in:
parent
ba6bfc71e6
commit
786f869901
@ -77,7 +77,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%{_libdir}/libautohbw.so.*
|
||||
%{_bindir}/%{name}-hbw-nodes
|
||||
@ -86,7 +85,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
||||
%license %{_docdir}/%{name}/COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/%{name}
|
||||
%dir %{_includedir}/%{name}/internal/
|
||||
%{_includedir}/%{name}/internal/*.h
|
||||
|
Loading…
Reference in New Issue
Block a user