Remove needless use of %defattr
This commit is contained in:
parent
e802ea3f8d
commit
d614600e09
@ -78,13 +78,11 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_root_libdir}/libtirpc.so.*
|
%{_root_libdir}/libtirpc.so.*
|
||||||
%config(noreplace)%{_sysconfdir}/netconfig
|
%config(noreplace)%{_sysconfdir}/netconfig
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,755)
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_includedir}/tirpc
|
%dir %{_includedir}/tirpc
|
||||||
|
Loading…
Reference in New Issue
Block a user