rpms/libsvm/devel libsvm.spec,1.2,1.3

Ding-Yi Chen (dchen) fedora-extras-commits at redhat.com
Thu Aug 30 01:32:07 UTC 2007


Author: dchen

Update of /cvs/pkgs/rpms/libsvm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18837/devel

Modified Files:
	libsvm.spec 
Log Message:
Update description




Index: libsvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsvm/devel/libsvm.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsvm.spec	29 Aug 2007 07:40:06 -0000	1.2
+++ libsvm.spec	30 Aug 2007 01:31:35 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           libsvm
 Version:        2.84
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Library for Support Vector Machines
 
 Group:          Development/Libraries
@@ -23,27 +23,26 @@
 estimation (one-class SVM ). It supports multi-class classification.
 
 %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
 BuildRequires:  glibc-devel 
 Requires:       glibc
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
-The libsvm-devel package includes the header file, object file, and
-soucre in C and Java.
+Header file, object file, and source files of libsvm in C and Java.
 Install this package if you want to develop programs with libsvm.
 
 %package python
-Summary:    A Library for Support Vector Machines
+Summary:    Python tools and interfaces for libsvm.
 Group:      Development/Libraries
 BuildRequires:  python >= 2.4 python-devel >= 2.4 gawk
 Requires:       python >= 2.4
 Requires:       %{name} = %{version}-%{release}
 
 %description python
-The libsvm-python provides tools and interface written in python,
-as well as source code. Install this package if you want to develop 
+Python tools and interfaces for libsvm.
+Install this package if you want to develop 
 programs with libsvm in Python.
 
 %prep
@@ -89,6 +88,9 @@
 
 
 %changelog
+* Thu Aug 30 2007 Ding-Yi Chen <dchen at redhat.com> - 2.84-4
+-  Refined description.
+
 * Mon Aug 27 2007 Ding-Yi Chen <dchen at redhat.com> - 2.84-3
 - Fix dependency problem
 




More information about the fedora-extras-commits mailing list