SHA256
1
0
forked from pool/libHX

Accepting request 223754 from devel:libraries:c_c++

- Update to new upstream release 3.19

OBS-URL: https://build.opensuse.org/request/show/223754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2014-02-25 06:33:17 +00:00 committed by Git OBS Bridge
commit 4ff092421d
6 changed files with 19 additions and 56 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f8e84845e50311497881d4dc6112924ff77e5342ac7b01310a765a76c98b3aa
size 873952

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJSxoG6AAoJEN//LNsZ/DONGfcQAIITPrbVY9axjfYYYnIVALNX
L5HTK0XzMLZUCamuL2dDQ7pJj5TadA8OW36uzL4aewAwXnhr7wfw/I/ZKMZ9MzN/
+h2kUwZKCLVSffs/N5EfM7nyDI1e4L0c3UgiFLny26lCCEWKAbHCGrzw5XPg3ELq
ennTSfsA4FleOyEbd2eEbbkGqFkyXImKwKXfPYqIZl6QPudfgVDZfOhx5F0UhUGc
GutkpNhDkx/p9cKWIcvIix1uAo5IWMpPAIpLDs0P4dReQ1kZBA++7YiFa6bNydKH
IDXvCntLc5MnRF/9fcYyGu/W89N512lMxzhZIT9J09gUCftlYBwUMSWzD0g6W+ic
2nKcGP91NjeT3O4NeqYwFum5cARMrA5MUP3w1kDWoI068KfaPj9FmURq7TlLOEsL
BBqafAZg3ETZsEpLvPup9ehxyIkIFu+r93zFZBOAupFgI4JV7VU/YbAcA5th/Vp4
Af58NK0iJX+iv/E3ykKSotFwNDAs9wp4mIsNtHrnusBzz897Vsx+jmHnABnwzpm9
6oWvjCUA4oU8qmv/IwAtX8ZFz/J3/icEi8KkdQ8yIktWoXujns1kIZK8zx8Eoa6y
myaNeSrrhh0lh4e4KG/PtnUjbyZ6MK+bCCvYPDdIv68ECZpmdDlMgN6AH/tQGeT9
YaQlvRjpjN3bL0fF9foz
=RoTN
-----END PGP SIGNATURE-----

3
libHX-3.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd4deefb17669017a2c4125bcbbd1da6247d169437fa512b0c07758ef472d063
size 874144

7
libHX-3.19.tar.xz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iF4EABEIAAYFAlMHpTsACgkQkb3j62iiDkXzqAD/Yv7zS4ONYtRAVZpbS5rs4dLn
gobc05p0vLwj1XagTO8BAJlXeqhJb4DeyCBrlJOS7BfrkZsfovDxvRoyV4sgaOlr
=2JiV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 21 19:13:11 UTC 2014 - jengelh@inai.de
- Update to new upstream release 3.19
* string: add the HXQUOTE_SQLSQUOTE quoting variant
-------------------------------------------------------------------
Mon Feb 10 17:12:56 UTC 2014 - jengelh@inai.de

View File

@ -21,7 +21,7 @@ Name: libHX
Summary: Useful collection of routines for C and C++ programming
License: LGPL-2.1 or LGPL-3.0
Group: Development/Libraries/C and C++
Version: 3.18
Version: 3.19
Release: 0
Url: http://libhx.sf.net/
@ -43,18 +43,6 @@ data structures and functions commonly needed, such as maps, deques,
linked lists, string formatting and autoresizing, option and config
file parsing, type checking casts and more.
libHX aids in quickly writing up C and C++ data processing programs,
by consolidating tasks that often happen to be open-coded, such as
(simple) config file reading, option parsing, directory traversal,
and others, into a library. The focus is on reducing the amount of
time (and secondarily, the amount of code) a developer has to spend
for otherwise implementing such.
Authors:
--------
Jan Engelhardt <jengelh [at] medozas de>
%package -n %lname
Summary: Useful collection of routines for C and C++ programming
Group: System/Libraries
@ -72,11 +60,6 @@ and others, into a library. The focus is on reducing the amount of
time (and secondarily, the amount of code) a developer has to spend
for otherwise implementing such.
Authors:
--------
Jan Engelhardt <jengelh [at] medozas de>
%package devel
Summary: Useful collection of routines for C and C++ programming
Group: Development/Libraries/C and C++
@ -88,18 +71,6 @@ data structures and functions commonly needed, such as maps, deques,
linked lists, string formatting and autoresizing, option and config
file parsing, type checking casts and more.
libHX aids in quickly writing up C and C++ data processing programs,
by consolidating tasks that often happen to be open-coded, such as
(simple) config file reading, option parsing, directory traversal,
and others, into a library. The focus is on reducing the amount of
time (and secondarily, the amount of code) a developer has to spend
for otherwise implementing such.
Authors:
--------
Jan Engelhardt <jengelh [at] medozas de>
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%if 0%{?__xz:1}
@ -110,23 +81,19 @@ tar -xf "%{S:0}" --use=xz;
%endif
%build
%define _configure ../configure
mkdir obj;
pushd obj/
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
make %{?_smp_mflags}
popd
%install
b="%buildroot";
make -C obj DESTDIR="$b" install
make DESTDIR="$b" install
mkdir -p "$b/%_docdir/%name"
install -pm0644 doc/* "$b/%_docdir/%name"
rm -f "$b/%_docdir/%name"/Makefile*
find "$b/%_libdir" -type f -name "*.la" -delete;
%check
make -C obj check %{?_smp_mflags}
make check %{?_smp_mflags}
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig