forked from pool/libcsv
Accepting request 454218 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/454218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcsv?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 01:35:18 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Trim filler words from description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 20:02:38 UTC 2016 - asterios.dramis@gmail.com
|
||||
|
||||
|
||||
16
libcsv.spec
16
libcsv.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcsv
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,10 +29,9 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
libcsv is a small, simple and fast CSV library written in pure ANSI C89 that
|
||||
can read and write CSV data. It provides a straight-forward interface using
|
||||
callback functions to handle parsed fields and rows and can parse improperly
|
||||
formatted CSV files.
|
||||
libcsv is a CSV library written in ANSI C89 that can read and write
|
||||
CSV data. It provides an interface using callback functions to handle
|
||||
parsed fields and rows and can parse improperly formatted CSV files.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libcsv
|
||||
@@ -47,10 +46,9 @@ Summary: Library to Read and Write CSV Data
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcsv%{so_ver}
|
||||
libcsv is a small, simple and fast CSV library written in pure ANSI C89 that
|
||||
can read and write CSV data. It provides a straight-forward interface using
|
||||
callback functions to handle parsed fields and rows and can parse improperly
|
||||
formatted CSV files.
|
||||
libcsv is a CSV library written in ANSI C89 that can read and write
|
||||
CSV data. It provides an interface using callback functions to handle
|
||||
parsed fields and rows and can parse improperly formatted CSV files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
Reference in New Issue
Block a user