SPECS: ocaml-csv.spec - proper summary and desc
baggins
baggins at pld-linux.org
Sun Dec 2 13:09:47 CET 2007
Author: baggins Date: Sun Dec 2 12:09:47 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- proper summary and desc
---- Files affected:
SPECS:
ocaml-csv.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/ocaml-csv.spec
diff -u SPECS/ocaml-csv.spec:1.1 SPECS/ocaml-csv.spec:1.2
--- SPECS/ocaml-csv.spec:1.1 Sun Dec 2 13:06:40 2007
+++ SPECS/ocaml-csv.spec Sun Dec 2 13:09:42 2007
@@ -1,7 +1,7 @@
# $Revision$, $Date$
%define ocaml_ver 1:3.10.0
-Summary: A library managing dates and times
-Summary(pl.UTF-8): Biblioteka do obsługi daty i czasu
+Summary: A library for handling Comma Separated Value (CSV) File Format
+Summary(pl.UTF-8): Biblioteka do obsługi plików CSV
Name: ocaml-csv
Version: 1.1.6
Release: 1
@@ -16,19 +16,25 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The Calendar library is a library providing a set of operations
-over dates and times.
+This library can read and write CSV files, including all extensions
+used by Excel - eg. quotes, newlines, 8 bit characters in fields,
+"0 etc.
+The library comes with a handy command line tool called csvtool
+for handling CSV files from shell scripts.
%package devel
-Summary: A library managing dates and times
-Summary(pl.UTF-8): Biblioteka do obsługi daty i czasu
+Summary: A library for handling Comma Separated Value (CSV) File Format
+Summary(pl.UTF-8): Biblioteka do obsługi plików CSV
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%requires_eq ocaml
%description devel
-The Calendar library is a library providing a set of operations
-over dates and times.
+This library can read and write CSV files, including all extensions
+used by Excel - eg. quotes, newlines, 8 bit characters in fields,
+"0 etc.
+The library comes with a handy command line tool called csvtool
+for handling CSV files from shell scripts.
%prep
%setup -q
@@ -71,6 +77,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007-12-02 12:09:42 baggins
+- proper summary and desc
+
Revision 1.1 2007-12-02 12:06:40 baggins
- initial revision
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ocaml-csv.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list