Remove needless use of %defattr

epel8
Jason Tibbitts 7 years ago
parent 7a0be5133e
commit 5b7bc69c03

@ -242,7 +242,6 @@ fi
%files %files
%defattr(-,root,root,-)
%doc COPYRIGHT FAQ.html ChangeLog guide.pdf %doc COPYRIGHT FAQ.html ChangeLog guide.pdf
%{_bindir}/svm-predict %{_bindir}/svm-predict
%{_bindir}/svm-scale %{_bindir}/svm-scale
@ -252,13 +251,11 @@ fi
%{_libdir}/%{name}.so.%{shver} %{_libdir}/%{name}.so.%{shver}
%files devel %files devel
%defattr(-,root,root,-)
%doc README %doc README
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%files -n python2-libsvm %files -n python2-libsvm
%defattr(-,root,root,-)
%doc python/README-Python tools/README-Tools %doc python/README-Python tools/README-Tools
%{libsvm_python_dir} %{libsvm_python_dir}
%{_bindir}/svm-*.py %{_bindir}/svm-*.py
@ -280,14 +277,12 @@ fi
%endif %endif
%files svm-toy-gtk %files svm-toy-gtk
%defattr(-,root,root,-)
%doc svm-toy/gtk/README %doc svm-toy/gtk/README
%{_bindir}/svm-toy-gtk %{_bindir}/svm-toy-gtk
%{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-gtk-48.png %{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-gtk-48.png
%{_datadir}/applications/*%{name}-svm-toy-gtk.desktop %{_datadir}/applications/*%{name}-svm-toy-gtk.desktop
%files svm-toy-qt %files svm-toy-qt
%defattr(-,root,root,-)
%doc svm-toy/qt/README %doc svm-toy/qt/README
%{_bindir}/svm-toy-qt %{_bindir}/svm-toy-qt
%{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-qt-48.png %{_datadir}/icons/hicolor/48x48/apps/%{name}-svm-toy-qt-48.png

Loading…
Cancel
Save