Remove needless use of %defattr
This commit is contained in:
parent
d8059eb9b2
commit
b8d710f8cb
1 changed files with 0 additions and 3 deletions
|
|
@ -116,12 +116,10 @@ make %{?_smp_mflags} check
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_includedir}/%{name}-%{version}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
|
@ -129,7 +127,6 @@ make %{?_smp_mflags} check
|
|||
|
||||
%if %{?with_docs}0
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/%{name}.pdf
|
||||
%endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue