rpms/libdap/devel libdap.spec,1.28,1.29

Orion Poplawski orion at fedoraproject.org
Tue Jul 13 22:46:43 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/libdap/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12960

Modified Files:
	libdap.spec 
Log Message:
Remove deflate, no longer shipped



Index: libdap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdap/devel/libdap.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- libdap.spec	13 Jul 2010 22:24:13 -0000	1.28
+++ libdap.spec	13 Jul 2010 22:46:43 -0000	1.29
@@ -3,8 +3,7 @@ Summary: The C++ DAP2 library from OPeND
 Version: 3.10.2
 Release: 1%{?dist}
 
-# the deflate program is covered by the W3C license
-License: LGPLv2+ and W3C
+License: LGPLv2+
 Group: Development/Libraries
 URL: http://www.opendap.org/
 Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
@@ -16,8 +15,6 @@ BuildRequires: libxml2-devel
 BuildRequires: doxygen
 BuildRequires: graphviz
 BuildRequires: libuuid-devel
-# deflate depends directly on zlib
-BuildRequires: zlib-devel
 BuildRequires: pkgconfig
 
 # This package could be relocatable. In that case uncomment the following
@@ -27,11 +24,10 @@ BuildRequires: pkgconfig
 
 %description
 The libdap++ library contains an implementation of DAP2. This package
-contains the library, dap-config, getdap and deflate. The script dap-config
+contains the library, dap-config, and getdap. The script dap-config
 simplifies using the library in other projects. The getdap utility is a
 simple command-line tool to read from DAP2 servers. It is built using the
-library and demonstrates simple uses of it. The deflate utility is used by
-the library when it returns compressed responses.
+library and demonstrates simple uses of it.
 
 
 %package devel
@@ -98,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_bindir}/getdap
-%{_sbindir}/deflate
 %{_libdir}/libdap.so.*
 %{_libdir}/libdapclient.so.*
 %{_libdir}/libdapserver.so.*
@@ -124,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jul 13 2010 Orion Poplawski <orion at cora.nwra.com> - 3.10.2-1
 - Update to 3.10.2
+- Deflate is no longer shipped
 - Drop includes patch fixed upstream
 - Add license to doc sub-package
 



More information about the scm-commits mailing list