diff --git a/.cvsignore b/.cvsignore index 930d32e..d669fa1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libHX-1.10.1.tar.bz2 +libHX-1.23.tar.bz2 diff --git a/libHX.spec b/libHX.spec index 0a502f6..d4cee7c 100644 --- a/libHX.spec +++ b/libHX.spec @@ -1,12 +1,12 @@ Name: libHX -Version: 1.10.1 -Release: 2%{?dist} -Summary: General-purpose library +Version: 1.23 +Release: 1%{?dist} +Summary: General-purpose library for typical low-level operations Group: System Environment/Libraries License: LGPLv2 or LGPLv3 -URL: http://jengelh.hopto.org/f/libHX/ -Source0: http://jengelh.hopto.org/f/libHX/libHX-%{version}.tar.bz2 +URL: http://jengelh.hopto.org/files/libHX/ +Source0: http://jengelh.hopto.org/files/libHX/libHX-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl gcc-c++ @@ -14,13 +14,13 @@ BuildRequires: perl gcc-c++ %description A library for: -- A+R/B trees to use for lists or maps (associative arrays) -- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs)) +- rbtree with key-value pair extension +- deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs)) - platform independent opendir-style directory access - platform independent dlopen-style shared library access - auto-storage strings with direct access - command line option (argv) parser -- shell-style config file parser +- shconfig-style config file parser - platform independent random number generator with transparent /dev/urandom support - various string, memory and zvec ops @@ -39,17 +39,17 @@ developing applications that use %{name}. %prep %setup -q -cp -a t examples %build %configure --disable-static -make %{?_smp_mflags} -rm examples/Makefile* +make %{?_smp_mflags} V=verbose + %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT V=verbose find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -70,13 +70,36 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc doc/* examples +%doc doc/* README.txt %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libHX.pc %changelog +* Fri Sep 05 2008 Till Maas - 1.23-1 +- Update to latest version + +* Wed Jun 11 2008 Till Maas - 1.18-2 +- Set variable V for make: displays full compiler commandline + +* Wed Jun 11 2008 Till Maas - 1.18-1 +- Update to latest version + +* Tue May 27 2008 Till Maas - 1.17-1 +- Update to latest version + +* Mon May 05 2008 Till Maas - 1.15-1 +- Update to latest version +- Update description + +* Wed Feb 20 2008 Fedora Release Engineering - 1.10.2-2 +- Autorebuild for GCC 4.3 + +* Wed Dec 26 2007 Till Maas - 1.10.2-1 +- update to latest version +- fixed bug: https://sourceforge.net/tracker/?func=detail&atid=430593&aid=1845721&group_id=41452 + * Thu Sep 27 2007 Till Maas - 1.10.1-2 - add tests as examples to devel documentation diff --git a/sources b/sources index b8c068e..b53ed6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae2c7ac182a03e589fd45a7867177a0a libHX-1.10.1.tar.bz2 +a14dcb5f8c89ec6ba754b4d1e61612b4 libHX-1.23.tar.bz2