From b1ecbc08af9755fd8a707b3cc8d0206f7b4ca52b Mon Sep 17 00:00:00 2001 From: pertusus Date: Tue, 31 Oct 2006 17:00:19 +0000 Subject: [PATCH] - rebuild for new libcurl soname --- libdap.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libdap.spec b/libdap.spec index 1ad130f..87ddd3a 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,10 +1,8 @@ - Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.7.2 -Release: 2%{?dist} +Release: 3%{?dist} -#Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz Source0: ftp://ftp.unidata.ucar.edu/pub/opendap/source/libdap-%{version}.tar.gz URL: http://www.opendap.org/ @@ -35,7 +33,9 @@ Summary: Static libraries and header files from libdap Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7 -# +# for the /usr/share/aclocal directory ownership +Requires: automake + %description devel This package contains all the files needed to develop applications that will use libdap. @@ -44,7 +44,7 @@ will use libdap. %setup -q %build -%configure +%configure --disable-dependency-tracking make %{?_smp_mflags} %install @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Tue Oct 31 2006 Patrice Dumas 3.7.2-3 +- rebuild for new libcurl soname + * Thu Oct 05 2006 Christian Iseli 3.7.2-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21