SHA256
1
0
forked from pool/libHX
Jan Engelhardt 2010-12-01 02:28:41 +00:00 committed by Git OBS Bridge
parent 56397f9700
commit 6cd011dbea
6 changed files with 23 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2ba98cc8facecc42dbea2fa057745c8a48dd495d5743496efff9646c531410
size 768212

View File

@ -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
View 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
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
iEYEABECAAYFAkz1rEQACgkQ92gFgoRMQ2DXNACfXp7RCfZ239DSvc72QHT4j5Up
CZAAn2LF6YdZHeHv+C43tx7w1pQN4vw/
=Csa/
-----END PGP SIGNATURE-----

View File

@ -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

View File

@ -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}*