|
|
@ -1,7 +1,7 @@
|
|
|
|
Name: libdap
|
|
|
|
Name: libdap
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
Version: 3.11.1
|
|
|
|
Version: 3.11.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -11,6 +11,8 @@ Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
|
|
|
Patch0: libdap-3.10.2-offline.patch
|
|
|
|
Patch0: libdap-3.10.2-offline.patch
|
|
|
|
# Patch for recent libcurl
|
|
|
|
# Patch for recent libcurl
|
|
|
|
Patch1: libdap-curl.patch
|
|
|
|
Patch1: libdap-curl.patch
|
|
|
|
|
|
|
|
# Upsteam patch to test output to fix failing test
|
|
|
|
|
|
|
|
Patch2: libdap-test.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +64,7 @@ Documentation of the libdap library.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .offline
|
|
|
|
%patch0 -p1 -b .offline
|
|
|
|
%patch1 -p1 -b .curl
|
|
|
|
%patch1 -p1 -b .curl
|
|
|
|
|
|
|
|
%patch2 -p1 -b .test
|
|
|
|
iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
|
|
|
|
iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
|
|
|
|
touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
|
|
|
|
touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
|
|
|
|
mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
|
|
|
|
mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
|
|
|
@ -127,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 28 2011 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-2
|
|
|
|
|
|
|
|
- Add upstream patch to fix failing test
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2011 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-1
|
|
|
|
* Tue Nov 22 2011 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-1
|
|
|
|
- Update to 3.11.1
|
|
|
|
- Update to 3.11.1
|
|
|
|
- Add patch for current libcurl
|
|
|
|
- Add patch for current libcurl
|
|
|
|