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:
BIN
libHX-3.18.tar.xz
(Stored with Git LFS)
BIN
libHX-3.18.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -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-----
|
|
BIN
libHX-3.19.tar.xz
(Stored with Git LFS)
Normal file
BIN
libHX-3.19.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
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
|
||||||
|
|
||||||
|
39
libHX.spec
39
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}
|
||||||
@@ -110,23 +81,19 @@ tar -xf "%{S:0}" --use=xz;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _configure ../configure
|
|
||||||
mkdir obj;
|
|
||||||
pushd obj/
|
|
||||||
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
|
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
make -C obj DESTDIR="$b" install
|
make DESTDIR="$b" install
|
||||||
mkdir -p "$b/%_docdir/%name"
|
mkdir -p "$b/%_docdir/%name"
|
||||||
install -pm0644 doc/* "$b/%_docdir/%name"
|
install -pm0644 doc/* "$b/%_docdir/%name"
|
||||||
rm -f "$b/%_docdir/%name"/Makefile*
|
rm -f "$b/%_docdir/%name"/Makefile*
|
||||||
find "$b/%_libdir" -type f -name "*.la" -delete;
|
find "$b/%_libdir" -type f -name "*.la" -delete;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make -C obj check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Reference in New Issue
Block a user