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:
parent
56397f9700
commit
6cd011dbea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be2ba98cc8facecc42dbea2fa057745c8a48dd495d5743496efff9646c531410
|
|
||||||
size 768212
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAkxpd00ACgkQ92gFgoRMQ2CR0ACfc4JqAstJrsr0IsAz5bj/H4aL
|
|
||||||
iW4AmwSc08Y4fxQYASSeAIag7sVJxJ6+
|
|
||||||
=LCaZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libHX-3.7.tar.xz
Normal file
3
libHX-3.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc90db3d5bc6cd62f0dd4633cc5834c911598ef8d0d8e952301344e7e90f0a37
|
||||||
|
size 780572
|
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
|
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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,10 +22,9 @@ Name: libHX
|
|||||||
%define lname libHX25
|
%define lname libHX25
|
||||||
BuildRequires: gcc-c++ xz
|
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.6
|
Version: 3.7
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL v2+
|
License: LGPL v2+
|
||||||
Prefix: /usr
|
|
||||||
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
|
||||||
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
||||||
@ -104,8 +103,6 @@ if [ ! -e configure ]; then
|
|||||||
fi
|
fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
perl -i -pe 's/^shouldnotlink=yes/shouldnotlink=no/;' \
|
|
||||||
src/%{name}.la src/.libs/%{name}.lai;
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} docdir=%{_defaultdocdir}/%{name}
|
make install DESTDIR=${RPM_BUILD_ROOT} docdir=%{_defaultdocdir}/%{name}
|
||||||
@ -122,11 +119,11 @@ make check
|
|||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root)
|
||||||
/%_libdir/%{name}*.so.*
|
/%_libdir/%{name}*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root)
|
||||||
%docdir %_docdir/%name
|
%docdir %_docdir/%name
|
||||||
%_docdir/%name
|
%_docdir/%name
|
||||||
%_includedir/%{name}*
|
%_includedir/%{name}*
|
||||||
|
Loading…
Reference in New Issue
Block a user