forked from pool/libHX
Update to libHX 3.7
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=14
This commit is contained in:
BIN
libHX-3.6.tar.xz
(Stored with Git LFS)
BIN
libHX-3.6.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.12 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkxpd00ACgkQ92gFgoRMQ2CR0ACfc4JqAstJrsr0IsAz5bj/H4aL
|
||||
iW4AmwSc08Y4fxQYASSeAIag7sVJxJ6+
|
||||
=LCaZ
|
||||
-----END PGP SIGNATURE-----
|
BIN
libHX-3.7.tar.xz
(Stored with Git LFS)
Normal file
BIN
libHX-3.7.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
libHX-3.7.tar.xz.asc
Normal file
7
libHX-3.7.tar.xz.asc
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkz1rEQACgkQ92gFgoRMQ2DXNACfXp7RCfZ239DSvc72QHT4j5Up
|
||||
CZAAn2LF6YdZHeHv+C43tx7w1pQN4vw/
|
||||
=Csa/
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 02:01:41 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 3.7
|
||||
* HXdir_{open,read,close} now work with struct HXdir *
|
||||
instead of void *
|
||||
* xml_newnode prototype changed to accomodate subtext
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 21:44:17 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
13
libHX.spec
13
libHX.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libHX (Version 3.6)
|
||||
# spec file for package libHX (Version 3.7)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -22,10 +22,9 @@ Name: libHX
|
||||
%define lname libHX25
|
||||
BuildRequires: gcc-c++ xz
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Version: 3.6
|
||||
Release: 1
|
||||
Version: 3.7
|
||||
Release: 0
|
||||
License: LGPL v2+
|
||||
Prefix: /usr
|
||||
Group: System/Libraries
|
||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
||||
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
||||
@@ -104,8 +103,6 @@ if [ ! -e configure ]; then
|
||||
fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
perl -i -pe 's/^shouldnotlink=yes/shouldnotlink=no/;' \
|
||||
src/%{name}.la src/.libs/%{name}.lai;
|
||||
|
||||
%install
|
||||
make install DESTDIR=${RPM_BUILD_ROOT} docdir=%{_defaultdocdir}/%{name}
|
||||
@@ -122,11 +119,11 @@ make check
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%defattr(-, root, root)
|
||||
%defattr(-,root,root)
|
||||
/%_libdir/%{name}*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%defattr(-,root,root)
|
||||
%docdir %_docdir/%name
|
||||
%_docdir/%name
|
||||
%_includedir/%{name}*
|
||||
|
Reference in New Issue
Block a user