forked from pool/libHX
Accepting request 76971 from devel:libraries:c_c++
- Update to new upstream release 3.11 * string: add a HXQUOTE_BASE64 to HX_strquote * debug: new LD_PRELOAD-able library that does additional checks to the runtime - Provide libHX-devel-32bit OBS-URL: https://build.opensuse.org/request/show/76971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=30
This commit is contained in:
@@ -1 +1,4 @@
|
||||
libHX27
|
||||
libHX-devel
|
||||
requires -libHX-<targettype>
|
||||
requires "libHX27-<targettype> = <version>"
|
||||
|
BIN
libHX-3.10.1.tar.xz
(Stored with Git LFS)
BIN
libHX-3.10.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk2co0cACgkQ92gFgoRMQ2D10QCeI5meLSzFYXzqSl/H2jVAlDCm
|
||||
VigAnRdMKReLdLtJvGt0bJEfQM+bxTvl
|
||||
=ce/r
|
||||
-----END PGP SIGNATURE-----
|
BIN
libHX-3.11.tar.xz
(Stored with Git LFS)
Normal file
BIN
libHX-3.11.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
libHX-3.11.tar.xz.asc
Normal file
7
libHX-3.11.tar.xz.asc
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk4tWmoACgkQkb3j62iiDkWV9wD+M/itPXAb2LkAkQIPxjD4PoT3
|
||||
qQAMCHFSF/ckkMcWHoYBAJ+OSI25c3B1u6WIxPamPWSCCC6seC9UuHWqEONnv8FY
|
||||
=IhJ2
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 12:11:22 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 3.11
|
||||
* string: add a HXQUOTE_BASE64 to HX_strquote
|
||||
* debug: new LD_PRELOAD-able library that does additional checks
|
||||
to the runtime
|
||||
- Provide libHX-devel-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 10:19:21 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
16
libHX.spec
16
libHX.spec
@@ -20,10 +20,9 @@
|
||||
|
||||
Name: libHX
|
||||
%define lname libHX27
|
||||
BuildRequires: gcc-c++ xz
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Version: 3.10.1
|
||||
Release: 3
|
||||
Version: 3.11
|
||||
Release: 1
|
||||
License: LGPL v2+
|
||||
Group: System/Libraries
|
||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
||||
@@ -31,7 +30,7 @@ Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
||||
Source2: baselibs.conf
|
||||
Patch1: pkgincludedir.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: gcc-c++, pkg-config, xz
|
||||
%define debug_package_requires %lname = %version-%release
|
||||
Url: http://libhx.sf.net/
|
||||
|
||||
@@ -51,7 +50,7 @@ for otherwise implementing such.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
%package -n %lname
|
||||
|
||||
@@ -75,7 +74,7 @@ for otherwise implementing such.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2+
|
||||
@@ -99,7 +98,7 @@ for otherwise implementing such.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -115,7 +114,7 @@ make install DESTDIR=%buildroot docdir=%_defaultdocdir/%name
|
||||
mkdir -p "%buildroot/%_docdir";
|
||||
install -pm0644 doc/* "%buildroot/%_defaultdocdir/%name"
|
||||
rm -f %buildroot/%_defaultdocdir/%name/Makefile*
|
||||
rm -f %buildroot/%_libdir/%name.la
|
||||
find "%buildroot" -type f -name "*.la" -delete;
|
||||
|
||||
%check
|
||||
make check
|
||||
@@ -130,7 +129,6 @@ make check
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_mandir/*/*
|
||||
%docdir %_docdir/%name
|
||||
%_docdir/%name
|
||||
%_includedir/%{name}*
|
||||
|
Reference in New Issue
Block a user