SHA256
8
0
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:
2017-02-06 14:05:14 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 9 deletions

View File

@@ -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

View File

@@ -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