diff --git a/libHX-3.2.tar.bz2 b/libHX-3.2.tar.bz2 deleted file mode 100644 index ee95448..0000000 --- a/libHX-3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03ae3ed25a7285aaf62e8a0dfe87aae9a8512db4719761316dba81abc364dc6e -size 829439 diff --git a/libHX-3.3.tar.xz b/libHX-3.3.tar.xz new file mode 100644 index 0000000..88657b5 --- /dev/null +++ b/libHX-3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dabf41300a7cfa4aa173715e1061af3b7558951a856ca31fdc5163cc7c81e3 +size 760488 diff --git a/libHX.changes b/libHX.changes index a734ada..ce1814d 100644 --- a/libHX.changes +++ b/libHX.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 21 22:36:38 CET 2010 - jengelh@medozas.de + +- update to upstream version 3.3 + * fixes to the quote processing of the format1 and shconfig parsers + * introduces a new string formatter + ------------------------------------------------------------------- Wed Dec 9 21:34:17 CET 2009 - jengelh@medozas.de diff --git a/libHX.spec b/libHX.spec index 16da262..372fb76 100644 --- a/libHX.spec +++ b/libHX.spec @@ -1,7 +1,7 @@ # -# spec file for package libHX (Version 3.2) +# spec file for package libHX (Version 3.3) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,14 +20,14 @@ Name: libHX %define lname libHX22 -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ xz Summary: Useful collection of routines for programming -Version: 3.2 +Version: 3.3 Release: 1 License: LGPL v2+ Prefix: /usr Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires %lname = %{version}-%{release} @@ -51,7 +51,7 @@ Authors: %package -n libHX22 License: LGPL v2+ -Summary: Useful collection of routines for programming +Summary: Useful collection of routines for C and C++ programming Group: System/Libraries %description -n %{lname} @@ -73,7 +73,7 @@ Authors: %package devel License: LGPL v2+ -Summary: Useful collection of routines for programming +Summary: Useful collection of routines for C and C++ programming Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} @@ -91,15 +91,17 @@ A library for: Authors: -------- - Jan Engelhardt + Jan Engelhardt %prep -%setup -q -n %{name}-%{version} +%setup -q %build -./autogen.sh; +if [ ! -e configure ]; then + ./autogen.sh +fi %configure -make %{?jobs:-j%jobs}; +make %{?_smp_mflags} perl -i -pe 's/^shouldnotlink=yes/shouldnotlink=no/;' \ src/%{name}.la src/.libs/%{name}.lai; @@ -110,6 +112,9 @@ install -pm0644 doc/* "${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}" rm -f ${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}/Makefile* rm -f ${RPM_BUILD_ROOT}/%{_libdir}/%{name}.la +%check +make check + %clean rm -rf $RPM_BUILD_ROOT