|
|
|
@ -1,21 +1,25 @@
|
|
|
|
|
Name: libdap
|
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
|
Version: 3.10.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://www.opendap.org/
|
|
|
|
|
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
|
|
|
|
#Don't put -luuid in pkg-config libs
|
|
|
|
|
Patch0: libdap-3.10.2-libuuid.patch
|
|
|
|
|
#Bump the soname (by dropping DAPLIB_AGE) since we dropped some AIS* fuctions
|
|
|
|
|
Patch1: libdap-3.10.2-soname.patch
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: cppunit-devel
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
|
|
# This package could be relocatable. In that case uncomment the following
|
|
|
|
@ -57,6 +61,7 @@ Documentation of the libdap library.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .libuuid
|
|
|
|
|
%patch1 -p1 -b .soname
|
|
|
|
|
iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
|
|
|
|
|
touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
|
|
|
|
|
mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
|
|
|
|
@ -84,6 +89,9 @@ rm -f __dist_docs/html/*.map __dist_docs/html/*.md5
|
|
|
|
|
touch -r ChangeLog __dist_docs/html/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
@ -119,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 15 2010 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-3
|
|
|
|
|
- Add patch to bump soname as this dropped the AIS* functions
|
|
|
|
|
- Add BR cppunit-devel and %%check section
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2010 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-2
|
|
|
|
|
- Add patch to remove -luuid from pkg-config libs
|
|
|
|
|
|
|
|
|
|