forked from pool/libHX
libHX 3.11
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=29
This commit is contained in:
parent
0c8c0574b9
commit
7628edb199
@ -1 +1,2 @@
|
|||||||
libHX27
|
libHX27
|
||||||
|
libHX-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb19ea6a7e4e9a23f7b6c61aefaadc875ad47ac8f7df9febc29d6bab82876bc4
|
|
||||||
size 801748
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAk2co0cACgkQ92gFgoRMQ2D10QCeI5meLSzFYXzqSl/H2jVAlDCm
|
|
||||||
VigAnRdMKReLdLtJvGt0bJEfQM+bxTvl
|
|
||||||
=ce/r
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libHX-3.11.tar.xz
Normal file
3
libHX-3.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20939814b73f606233cadedce1d2e9af0a3bbcd141e8bdb9c58a43308b7e4653
|
||||||
|
size 802576
|
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
|
Mon Jun 6 10:19:21 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
10
libHX.spec
10
libHX.spec
@ -20,10 +20,9 @@
|
|||||||
|
|
||||||
Name: libHX
|
Name: libHX
|
||||||
%define lname libHX27
|
%define lname libHX27
|
||||||
BuildRequires: gcc-c++ xz
|
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Version: 3.10.1
|
Version: 3.11
|
||||||
Release: 3
|
Release: 1
|
||||||
License: LGPL v2+
|
License: LGPL v2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
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
|
Source2: baselibs.conf
|
||||||
Patch1: pkgincludedir.diff
|
Patch1: pkgincludedir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkg-config
|
BuildRequires: gcc-c++, pkg-config, xz
|
||||||
%define debug_package_requires %lname = %version-%release
|
%define debug_package_requires %lname = %version-%release
|
||||||
Url: http://libhx.sf.net/
|
Url: http://libhx.sf.net/
|
||||||
|
|
||||||
@ -115,7 +114,7 @@ make install DESTDIR=%buildroot docdir=%_defaultdocdir/%name
|
|||||||
mkdir -p "%buildroot/%_docdir";
|
mkdir -p "%buildroot/%_docdir";
|
||||||
install -pm0644 doc/* "%buildroot/%_defaultdocdir/%name"
|
install -pm0644 doc/* "%buildroot/%_defaultdocdir/%name"
|
||||||
rm -f %buildroot/%_defaultdocdir/%name/Makefile*
|
rm -f %buildroot/%_defaultdocdir/%name/Makefile*
|
||||||
rm -f %buildroot/%_libdir/%name.la
|
find "%buildroot" -type f -name "*.la" -delete;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -130,7 +129,6 @@ make check
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_mandir/*/*
|
|
||||||
%docdir %_docdir/%name
|
%docdir %_docdir/%name
|
||||||
%_docdir/%name
|
%_docdir/%name
|
||||||
%_includedir/%{name}*
|
%_includedir/%{name}*
|
||||||
|
Loading…
Reference in New Issue
Block a user