forked from pool/libsvm
Accepting request 713767 from home:jengelh:branches:science
- Fix errors in the description. - Drop old defattr lines. OBS-URL: https://build.opensuse.org/request/show/713767 OBS-URL: https://build.opensuse.org/package/show/science/libsvm?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 7 00:35:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Fix errors in the description.
|
||||
- Drop old defattr lines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 20:42:09 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
13
libsvm.spec
13
libsvm.spec
@@ -66,17 +66,17 @@ This package contains the libraries and header files needed for
|
||||
developing applications with libsvm.
|
||||
|
||||
%package -n python-svm
|
||||
Summary: Python bindings libsvm
|
||||
Summary: Python bindings for libsvm
|
||||
Group: Development/Languages/Python
|
||||
Requires: gnuplot
|
||||
Requires: svm-tools = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n python-svm
|
||||
This package contains the python bindings libsvm.
|
||||
This package contains the Python bindings for libsvm.
|
||||
|
||||
%package java
|
||||
Summary: Python bindings libsvm
|
||||
Summary: Java bindings for libsvm
|
||||
Group: Development/Libraries/Java
|
||||
Requires: java >= 1.6.0
|
||||
Requires: javapackages-tools
|
||||
@@ -86,7 +86,7 @@ Requires(postun): javapackages-tools
|
||||
BuildArch: noarch
|
||||
|
||||
%description java
|
||||
This package contains the java bindings libsvm.
|
||||
This package contains the Java bindings for libsvm.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -132,24 +132,20 @@ install -m 755 ./java/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||
%postun -n libsvm2 -p /sbin/ldconfig
|
||||
|
||||
%files -n svm-tools
|
||||
%defattr(-,root,root,-)
|
||||
%doc FAQ.html README
|
||||
%{_bindir}/svm-train
|
||||
%{_bindir}/svm-scale
|
||||
%{_bindir}/svm-predict
|
||||
|
||||
%files -n libsvm2
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYRIGHT
|
||||
%{_libdir}/libsvm.so.2
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/libsvm
|
||||
%{_libdir}/libsvm.so
|
||||
|
||||
%files -n python-svm
|
||||
%defattr(-,root,root,-)
|
||||
%doc README-python README-python-tools
|
||||
%{_bindir}/svm-checkdata
|
||||
%{_bindir}/svm-grid
|
||||
@@ -158,7 +154,6 @@ install -m 755 ./java/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||
%{python_sitelib}/svm
|
||||
|
||||
%files java
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadir}/%{name}.jar
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user