Remove needless use of %defattr

This commit is contained in:
Jason Tibbitts 2018-07-10 01:54:54 -05:00
parent 08290bc9c3
commit f5b3292c68
1 changed files with 0 additions and 7 deletions

View File

@ -1583,7 +1583,6 @@ CheckPython \
%files %files
%defattr(-, root, root, -)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%doc README %doc README
@ -1597,7 +1596,6 @@ CheckPython \
%{_mandir}/*/python.1.* %{_mandir}/*/python.1.*
%files libs %files libs
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%doc README %doc README
@ -1757,7 +1755,6 @@ CheckPython \
%files devel %files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/python-%{pybasever}.pc %{_libdir}/pkgconfig/python-%{pybasever}.pc
%{_libdir}/pkgconfig/python.pc %{_libdir}/pkgconfig/python.pc
%{_libdir}/pkgconfig/python2.pc %{_libdir}/pkgconfig/python2.pc
@ -1773,7 +1770,6 @@ CheckPython \
%{_libdir}/libpython%{pybasever}.so %{_libdir}/libpython%{pybasever}.so
%files tools %files tools
%defattr(-,root,root,755)
%doc Tools/pynche/README.pynche %doc Tools/pynche/README.pynche
%{site_packages}/pynche %{site_packages}/pynche
%{_bindir}/smtpd*.py* %{_bindir}/smtpd*.py*
@ -1790,14 +1786,12 @@ CheckPython \
%{pylibdir}/Doc %{pylibdir}/Doc
%files tkinter %files tkinter
%defattr(-,root,root,755)
%{pylibdir}/lib-tk %{pylibdir}/lib-tk
%if ! 0%{?_module_build} %if ! 0%{?_module_build}
%{dynload_dir}/_tkinter.so %{dynload_dir}/_tkinter.so
%endif %endif
%files test %files test
%defattr(-, root, root, -)
%{pylibdir}/bsddb/test %{pylibdir}/bsddb/test
%{pylibdir}/ctypes/test %{pylibdir}/ctypes/test
%{pylibdir}/distutils/tests %{pylibdir}/distutils/tests
@ -1826,7 +1820,6 @@ CheckPython \
%if %{with debug_build} %if %{with debug_build}
%files debug %files debug
%defattr(-,root,root,-)
# Analog of the core subpackage's files: # Analog of the core subpackage's files:
%{_bindir}/python-debug %{_bindir}/python-debug