rpms/libdap/devel libdap.spec,1.16,1.17

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Aug 18 08:47:57 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/libdap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22827

Modified Files:
	libdap.spec 
Log Message:
fix license


Index: libdap.spec
===================================================================
RCS file: /cvs/extras/rpms/libdap/devel/libdap.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libdap.spec	5 Jul 2007 21:35:47 -0000	1.16
+++ libdap.spec	18 Aug 2007 08:47:24 -0000	1.17
@@ -8,11 +8,11 @@
 
 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 @@
 %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




More information about the fedora-extras-commits mailing list