- update to 3.8.2
This commit is contained in:
parent
45eddc9097
commit
d9f8e124f6
@ -1 +1 @@
|
||||
libdap-3.7.10.tar.gz
|
||||
libdap-3.8.2.tar.gz
|
||||
|
16
libdap.spec
16
libdap.spec
@ -1,7 +1,7 @@
|
||||
Name: libdap
|
||||
Summary: The C++ DAP2 library from OPeNDAP
|
||||
Version: 3.7.10
|
||||
Release: 3%{?dist}
|
||||
Version: 3.8.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
# the deflate program is covered by the W3C license
|
||||
License: LGPLv2+ and W3C
|
||||
@ -9,8 +9,6 @@ Group: Development/Libraries
|
||||
URL: http://www.opendap.org/
|
||||
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
||||
|
||||
Patch0: libdap-3.7.8-nolibdir.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Mandrake
|
||||
@ -60,7 +58,6 @@ Documentation of the libdap library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .nolibdir
|
||||
iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
|
||||
touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
|
||||
mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
|
||||
@ -76,7 +73,8 @@ make docs
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
mv $RPM_BUILD_ROOT%{_bindir}/dap-config-pkgconfig $RPM_BUILD_ROOT%{_bindir}/dap-config
|
||||
|
||||
rm -rf __dist_docs
|
||||
cp -pr docs __dist_docs
|
||||
@ -122,6 +120,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 5 2008 Patrice Dumas <pertusus@free.fr> 3.8.2-1
|
||||
- update to 3.8.2
|
||||
|
||||
* Sun Mar 16 2008 Patrice Dumas <pertusus@free.fr> 3.8.0-1
|
||||
- update to 3.8.0
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.7.10-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user