rpms/libdap/devel libdap.spec, 1.27, 1.28 libdap-3.8.2-includes.patch, 1.1, NONE

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


Author: orion

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

Modified Files:
	libdap.spec 
Removed Files:
	libdap-3.8.2-includes.patch 
Log Message:
* Tue Jul 13 2010 Orion Poplawski <orion at cora.nwra.com> - 3.10.2-1
- Update to 3.10.2
- Drop includes patch fixed upstream
- Add license to doc sub-package



Index: libdap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdap/devel/libdap.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- libdap.spec	25 Jul 2009 05:29:26 -0000	1.27
+++ libdap.spec	13 Jul 2010 22:24:13 -0000	1.28
@@ -1,22 +1,21 @@
 Name: libdap
 Summary: The C++ DAP2 library from OPeNDAP
-Version: 3.9.3
-Release: 2%{?dist}
+Version: 3.10.2
+Release: 1%{?dist}
 
 # the deflate program is covered by the W3C license
 License: LGPLv2+ and W3C
 Group: Development/Libraries
 URL: http://www.opendap.org/
 Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
-Patch0: libdap-3.8.2-includes.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Mandrake
-# 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
+BuildRequires: curl-devel
+BuildRequires: libxml2-devel
+BuildRequires: doxygen
+BuildRequires: graphviz
+BuildRequires: libuuid-devel
 # deflate depends directly on zlib
 BuildRequires: zlib-devel
 BuildRequires: pkgconfig
@@ -39,7 +38,8 @@ the library when it returns compressed r
 Summary: Development and header files from libdap
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7
+Requires: curl-devel
+Requires: libxml2-devel
 Requires: pkgconfig
 # for the /usr/share/aclocal directory ownership
 Requires: automake
@@ -59,7 +59,6 @@ Documentation of the libdap library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .includes
 iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
 touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
 mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
@@ -103,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libdap.so.*
 %{_libdir}/libdapclient.so.*
 %{_libdir}/libdapserver.so.*
-%doc README NEWS COPYING COPYRIGHT_URI README.AIS README.dodsrc
+%doc README NEWS COPYING COPYRIGHT_URI README.dodsrc
 %doc COPYRIGHT_W3C
 
 %files devel
@@ -118,10 +117,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(-,root,root,-)
+%doc COPYING COPYRIGHT_URI COPYRIGHT_W3C
 %doc __dist_docs/html/
 
 
 %changelog
+* Tue Jul 13 2010 Orion Poplawski <orion at cora.nwra.com> - 3.10.2-1
+- Update to 3.10.2
+- Drop includes patch fixed upstream
+- Add license to doc sub-package
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.9.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- libdap-3.8.2-includes.patch DELETED ---



More information about the scm-commits mailing list