Remove needless use of %defattr
This commit is contained in:
parent
449318e439
commit
7327f74d70
2
tk.spec
2
tk.spec
@ -94,7 +94,6 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/wish*
|
||||
%{_datadir}/%{name}%{majorver}
|
||||
%exclude %{_datadir}/%{name}%{majorver}/tkAppInit.c
|
||||
@ -105,7 +104,6 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
|
||||
%doc README changes license.terms
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/lib%{name}stub%{majorver}.a
|
||||
|
Loading…
Reference in New Issue
Block a user