Remove needless use of %defattr
This commit is contained in:
parent
12361173a0
commit
acf1143260
@ -51,13 +51,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
Libtpms header files and documentation.
|
Libtpms header files and documentation.
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root, -)
|
|
||||||
%{_libdir}/%{name}.so.%{version}
|
%{_libdir}/%{name}.so.%{version}
|
||||||
%{_libdir}/%{name}.so.0
|
%{_libdir}/%{name}.so.0
|
||||||
%doc LICENSE README CHANGES
|
%doc LICENSE README CHANGES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root, -)
|
|
||||||
|
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%dir %{_includedir}/%{name}
|
%dir %{_includedir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user