SPECS: ocaml-csv.spec - pl, mention OCaml in descs
qboosh
qboosh at pld-linux.org
Sat Mar 8 23:59:39 CET 2008
Author: qboosh Date: Sat Mar 8 22:59:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, mention OCaml in descs
---- Files affected:
SPECS:
ocaml-csv.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/ocaml-csv.spec
diff -u SPECS/ocaml-csv.spec:1.5 SPECS/ocaml-csv.spec:1.6
--- SPECS/ocaml-csv.spec:1.5 Thu Jan 31 18:28:04 2008
+++ SPECS/ocaml-csv.spec Sat Mar 8 23:59:33 2008
@@ -1,40 +1,61 @@
# $Revision$, $Date$
+# TODO: optflags
%define ocaml_ver 1:3.10.0
-Summary: A library for handling Comma Separated Value (CSV) File Format
-Summary(pl.UTF-8): Biblioteka do obsługi plików CSV
+Summary: OCaml library for handling Comma Separated Value (CSV) File Format
+Summary(pl.UTF-8): Biblioteka OCamla do obsługi plików CSV
Name: ocaml-csv
Version: 1.1.6
Release: 4
License: LGPL + OCaml linking exception
Group: Libraries
-URL: http://merjis.com/developers/csv
Source0: http://merjis.com/_file/%{name}-%{version}.tar.gz
# Source0-md5: a91851438f9540b1a445087a4d409507
+URL: http://merjis.com/developers/csv
BuildRequires: ocaml >= %{ocaml_ver}
BuildRequires: ocaml-findlib
%requires_eq ocaml-runtime
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This library can read and write CSV files, including all extensions
-used by Excel - eg. quotes, newlines, 8 bit characters in fields,
-"0 etc.
+This OCaml 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.
+%description -l pl.UTF-8
+Ta biblioteka OCamla odczytuje i zapisuje pliki CSV, wraz ze
+wszystkimi rozszerzeniami wykorzystywanymi przez Excela: cudzysłowami,
+znakami 8-bitowymi w polach, "0 itp.
+
+Do biblioteka załączone jest podręczne narzędzie działające z linii
+poleceń o nazwie csvtool, służące do obsługi plików CSV ze skryptów
+powłoki.
+
%package devel
-Summary: A library for handling Comma Separated Value (CSV) File Format
-Summary(pl.UTF-8): Biblioteka do obsługi plików CSV
+Summary: OCaml library for handling Comma Separated Value (CSV) File Format
+Summary(pl.UTF-8): Biblioteka OCamla do obsługi plików CSV
Group: Development/Libraries
%requires_eq ocaml
%description devel
-This library can read and write CSV files, including all extensions
-used by Excel - eg. quotes, newlines, 8 bit characters in fields,
-"0 etc.
+This OCaml 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.
+%description devel -l pl.UTF-8
+Ta biblioteka OCamla odczytuje i zapisuje pliki CSV, wraz ze
+wszystkimi rozszerzeniami wykorzystywanymi przez Excela: cudzysłowami,
+znakami 8-bitowymi w polach, "0 itp.
+
+Do biblioteka załączone jest podręczne narzędzie działające z linii
+poleceń o nazwie csvtool, służące do obsługi plików CSV ze skryptów
+powłoki.
+
%prep
%setup -q
@@ -79,6 +100,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-03-08 22:59:33 qboosh
+- pl, mention OCaml in descs
+
Revision 1.5 2008-01-31 17:28:04 glen
- rel 4
@@ -95,6 +119,3 @@
Revision 1.1 2007-12-02 12:06:40 baggins
- initial revision
-
-Revision 1.1 2007-12-02 11:58:02 baggins
-- initial revision
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ocaml-csv.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list