|
|
@ -8,7 +8,9 @@ Group: Development/Libraries
|
|
|
|
URL: http://www.opendap.org/
|
|
|
|
URL: http://www.opendap.org/
|
|
|
|
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
|
|
|
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
|
|
|
#Don't run HTTP tests - builders don't have network connections
|
|
|
|
#Don't run HTTP tests - builders don't have network connections
|
|
|
|
Patch2: libdap-3.10.2-offline.patch
|
|
|
|
Patch0: libdap-3.10.2-offline.patch
|
|
|
|
|
|
|
|
# Patch for recent libcurl
|
|
|
|
|
|
|
|
Patch1: libdap-curl.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
@ -58,7 +60,8 @@ Documentation of the libdap library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch2 -p1 -b .offline
|
|
|
|
%patch0 -p1 -b .offline
|
|
|
|
|
|
|
|
%patch1 -p1 -b .curl
|
|
|
|
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
|
|
|
@ -126,6 +129,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.0-2
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|