Remove needless use of %defattr
This commit is contained in:
parent
debb74ba7f
commit
9ce6701c07
1 changed files with 0 additions and 3 deletions
|
|
@ -99,17 +99,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libadns.a
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%doc README TODO changelog
|
||||
%attr(755,root,root) %{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(644,root,root,755)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
|
||||
%files progs
|
||||
%defattr(644,root,root,755)
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue