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
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/wish*
|
%{_bindir}/wish*
|
||||||
%{_datadir}/%{name}%{majorver}
|
%{_datadir}/%{name}%{majorver}
|
||||||
%exclude %{_datadir}/%{name}%{majorver}/tkAppInit.c
|
%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
|
%doc README changes license.terms
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_libdir}/lib%{name}stub%{majorver}.a
|
%{_libdir}/lib%{name}stub%{majorver}.a
|
||||||
|
Loading…
Reference in New Issue
Block a user