Remove needless use of %defattr
This commit is contained in:
parent
3fed8bc018
commit
469db7079a
@ -144,7 +144,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING FAQ NEWS README THANKS
|
||||
%config(noreplace) %{_sysconfdir}/slp.conf
|
||||
%{_bindir}/slptool
|
||||
@ -152,7 +151,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root)
|
||||
%doc doc/doc/html/IntroductionToSLP
|
||||
%doc doc/doc/html/UsersGuide
|
||||
%doc doc/doc/html/faq*
|
||||
@ -164,7 +162,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
/usr/lib/%{name}-server/slp-multicast-set.sh
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc doc/doc/html/ProgrammersGuide
|
||||
%doc doc/doc/rfc
|
||||
%{_includedir}/slp.h
|
||||
|
Loading…
Reference in New Issue
Block a user