From 324eaf91ec14db29436a081c295c40bfe4016448 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jul 14 2010 16:52:30 +0000 Subject: - Add patch to remove -luuid from pkg-config libs --- diff --git a/libdap-3.10.2-libuuid.patch b/libdap-3.10.2-libuuid.patch new file mode 100644 index 0000000..841c5f8 --- /dev/null +++ b/libdap-3.10.2-libuuid.patch @@ -0,0 +1,10 @@ +--- libdap-3.10.2/libdapserver.pc.in.libuuid 2010-05-17 12:28:40.000000000 -0600 ++++ libdap-3.10.2/libdapserver.pc.in 2010-07-14 10:50:46.471946436 -0600 +@@ -9,6 +9,6 @@ + Description: Server side of the OPeNDAP C++ implementation of the Data Access Protocol + Version: @VERSION@ + Requires: libdap +-Libs: -L${libdir} -ldapserver @UUID_LIBS@ ++Libs: -L${libdir} -ldapserver + Cflags: -I${includedir}/libdap + diff --git a/libdap.spec b/libdap.spec index 188373f..ac5bb7d 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,12 +1,13 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.10.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://www.opendap.org/ Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz +Patch0: libdap-3.10.2-libuuid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -55,6 +56,7 @@ Documentation of the libdap library. %prep %setup -q +%patch0 -p1 -b .libuuid iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8 touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8 mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C @@ -117,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 14 2010 Orion Poplawski - 3.10.2-2 +- Add patch to remove -luuid from pkg-config libs + * Tue Jul 13 2010 Orion Poplawski - 3.10.2-1 - Update to 3.10.2 - Deflate is no longer shipped