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
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
%{_libdir}/libautohbw.so.*
|
%{_libdir}/libautohbw.so.*
|
||||||
%{_bindir}/%{name}-hbw-nodes
|
%{_bindir}/%{name}-hbw-nodes
|
||||||
@ -86,7 +85,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
|
|||||||
%license %{_docdir}/%{name}/COPYING
|
%license %{_docdir}/%{name}/COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
%dir %{_includedir}/%{name}/internal/
|
%dir %{_includedir}/%{name}/internal/
|
||||||
%{_includedir}/%{name}/internal/*.h
|
%{_includedir}/%{name}/internal/*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user