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