Remove needless use of %defattr
This commit is contained in:
parent
f1e4923da5
commit
4f8c588066
@ -129,7 +129,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc FAQ HISTORY NEWS README
|
%doc FAQ HISTORY NEWS README
|
||||||
%{_bindir}/expect
|
%{_bindir}/expect
|
||||||
%{_bindir}/autoexpect
|
%{_bindir}/autoexpect
|
||||||
@ -160,12 +159,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so
|
|||||||
%{_mandir}/man1/xkibitz.1.gz
|
%{_mandir}/man1/xkibitz.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_mandir}/man3/libexpect.3*
|
%{_mandir}/man3/libexpect.3*
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%files -n expectk
|
%files -n expectk
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/multixterm
|
%{_bindir}/multixterm
|
||||||
%{_bindir}/tknewsbiff
|
%{_bindir}/tknewsbiff
|
||||||
%{_bindir}/tkpasswd
|
%{_bindir}/tkpasswd
|
||||||
|
Loading…
Reference in New Issue
Block a user