forked from pool/libHX
libHX-3.15
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=60
This commit is contained in:
parent
1a3066314e
commit
f2178fd0d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1550dc9cb8d441dce83dbd1f2b609ae45439e95568c945499d0a084cc76f1e6
|
|
||||||
size 858960
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.19 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAlDhUu8ACgkQkb3j62iiDkUYgwD+N1wOZNL0smCG6Stdps3Px1Uq
|
|
||||||
FFH6l/FG8YvrY1fdByEBAIemRj/X7pEUlhUXIxyCGj7jFxjyGZK7igOfFg3RXemo
|
|
||||||
=v2o7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libHX-3.15.tar.xz
Normal file
3
libHX-3.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5acbd4e3e48f6158dd8e326539b5bb6c308d5eac26cec60f42f65b28d0624920
|
||||||
|
size 861600
|
7
libHX-3.15.tar.xz.asc
Normal file
7
libHX-3.15.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.19 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAlE4+JcACgkQkb3j62iiDkVgdQD+L9P0PjCTjmsEPJPBm/iXLjd+
|
||||||
|
0XmMlr/UJ1ov71jr4JkBAJtrpaSU2MgMjasjVNNJLnE/CUqQ9Fy4+9KeHHtyo1Bo
|
||||||
|
=mIr/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 20:29:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.15
|
||||||
|
* string: add HX_strchr2
|
||||||
|
* string: add HXQUOTE_URIENC mechanism for HX_strquote
|
||||||
|
* defs: HXsizeof_member becomes FIELD_SIZEOF
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 31 08:55:30 UTC 2012 - jengelh@inai.de
|
Mon Dec 31 08:55:30 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
10
libHX.spec
10
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.14.1
|
Version: 3.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://libhx.sf.net/
|
Url: http://libhx.sf.net/
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ Source3: baselibs.conf
|
|||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
@ -102,9 +101,7 @@ Authors:
|
|||||||
Jan Engelhardt <jengelh [at] medozas de>
|
Jan Engelhardt <jengelh [at] medozas de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpg_verify:1}
|
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||||
%gpg_verify %{S:2}
|
|
||||||
%endif
|
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
%setup -q
|
%setup -q
|
||||||
%else
|
%else
|
||||||
@ -126,8 +123,7 @@ find "$b/%_libdir" -type f -name "*.la" -delete;
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user