forked from pool/libHX
libHX-3.19
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=70
This commit is contained in:
parent
cec31dfd62
commit
15adb9f925
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f8e84845e50311497881d4dc6112924ff77e5342ac7b01310a765a76c98b3aa
|
|
||||||
size 873952
|
|
@ -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
3
libHX-3.19.tar.xz
Normal 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
7
libHX-3.19.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAlMHpTsACgkQkb3j62iiDkXzqAD/Yv7zS4ONYtRAVZpbS5rs4dLn
|
||||||
|
gobc05p0vLwj1XagTO8BAJlXeqhJb4DeyCBrlJOS7BfrkZsfovDxvRoyV4sgaOlr
|
||||||
|
=2JiV
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Mon Feb 10 17:12:56 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
31
libHX.spec
31
libHX.spec
@ -21,7 +21,7 @@ Name: libHX
|
|||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
License: LGPL-2.1 or LGPL-3.0
|
License: LGPL-2.1 or LGPL-3.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.18
|
Version: 3.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://libhx.sf.net/
|
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
|
linked lists, string formatting and autoresizing, option and config
|
||||||
file parsing, type checking casts and more.
|
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
|
%package -n %lname
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Group: System/Libraries
|
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
|
time (and secondarily, the amount of code) a developer has to spend
|
||||||
for otherwise implementing such.
|
for otherwise implementing such.
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jan Engelhardt <jengelh [at] medozas de>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Group: Development/Libraries/C and C++
|
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
|
linked lists, string formatting and autoresizing, option and config
|
||||||
file parsing, type checking casts and more.
|
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
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
|
Loading…
Reference in New Issue
Block a user