fix license

This commit is contained in:
pertusus 2007-08-18 08:47:24 +00:00
parent 4aa4b779eb
commit aed33f63e7
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ URL: http://www.opendap.org/
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# the deflate program is covered by the W3C licence # the deflate program is covered by the W3C license
License: LGPL License: LGPLv2+ and W3C
# Mandrake # Mandrake
#BuildRequires: libcurl3-devel >= 7.10.6 libxml2-devel >= 2.5.7 # BuildRequires: libcurl3-devel >= 7.10.6 libxml2-devel >= 2.5.7
# fedora # fedora
BuildRequires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7 BuildRequires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7
BuildRequires: doxygen graphviz BuildRequires: doxygen graphviz
@ -64,14 +64,14 @@ Documentation of the libdap library.
%configure --disable-static --disable-dependency-tracking %configure --disable-static --disable-dependency-tracking
make %{?_smp_mflags} make %{?_smp_mflags}
make docs
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
rm $RPM_BUILD_ROOT/%{_libdir}/*.la rm $RPM_BUILD_ROOT/%{_libdir}/*.la
make docs
rm -rf __fedora_docs rm -rf __fedora_docs
cp -pr docs __fedora_docs cp -pr docs __fedora_docs
# those .map and .md5 are of dubious use, remove them # those .map and .md5 are of dubious use, remove them