Update description

epel8
Ding-Yi Chen 18 years ago
parent 3075d49732
commit ce9dd6d383

@ -1,6 +1,6 @@
Name: libsvm Name: libsvm
Version: 2.84 Version: 2.84
Release: 3%{?dist} Release: 4%{?dist}
Summary: A Library for Support Vector Machines Summary: A Library for Support Vector Machines
Group: Development/Libraries Group: Development/Libraries
@ -23,27 +23,26 @@ LIBSVM is an integrated software for support vector classification,
estimation (one-class SVM ). It supports multi-class classification. estimation (one-class SVM ). It supports multi-class classification.
%package devel %package devel
Summary: A Library for Support Vector Machines Summary: Header file, object file, and source files of libsvm in C and Java.
Group: Development/Libraries Group: Development/Libraries
BuildRequires: glibc-devel BuildRequires: glibc-devel
Requires: glibc Requires: glibc
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
The libsvm-devel package includes the header file, object file, and Header file, object file, and source files of libsvm in C and Java.
soucre in C and Java.
Install this package if you want to develop programs with libsvm. Install this package if you want to develop programs with libsvm.
%package python %package python
Summary: A Library for Support Vector Machines Summary: Python tools and interfaces for libsvm.
Group: Development/Libraries Group: Development/Libraries
BuildRequires: python >= 2.4 python-devel >= 2.4 gawk BuildRequires: python >= 2.4 python-devel >= 2.4 gawk
Requires: python >= 2.4 Requires: python >= 2.4
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description python %description python
The libsvm-python provides tools and interface written in python, Python tools and interfaces for libsvm.
as well as source code. Install this package if you want to develop Install this package if you want to develop
programs with libsvm in Python. programs with libsvm in Python.
%prep %prep
@ -89,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Aug 30 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-4
- Refined description.
* Mon Aug 27 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-3 * Mon Aug 27 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-3
- Fix dependency problem - Fix dependency problem

Loading…
Cancel
Save