- rebuild for new libcurl soname

This commit is contained in:
pertusus 2006-10-31 17:00:19 +00:00
parent 6fbefde508
commit b1ecbc08af
1 changed files with 8 additions and 5 deletions

View File

@ -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 <pertusus@free.fr> 3.7.2-3
- rebuild for new libcurl soname
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 3.7.2-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21