rpms/libdap/devel libdap-3.10.2-libuuid.patch, NONE, 1.1 libdap.spec, 1.29, 1.30

Orion Poplawski orion at fedoraproject.org
Wed Jul 14 16:52:30 UTC 2010


Author: orion

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

Modified Files:
	libdap.spec 
Added Files:
	libdap-3.10.2-libuuid.patch 
Log Message:
* Wed Jul 14 2010 Orion Poplawski <orion at cora.nwra.com> - 3.10.2-2
- Add patch to remove -luuid from pkg-config libs


libdap-3.10.2-libuuid.patch:
 libdapserver.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libdap-3.10.2-libuuid.patch ---
--- 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
 


Index: libdap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdap/devel/libdap.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libdap.spec	13 Jul 2010 22:46:43 -0000	1.29
+++ libdap.spec	14 Jul 2010 16:52:30 -0000	1.30
@@ -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 <orion at cora.nwra.com> - 3.10.2-2
+- Add patch to remove -luuid from pkg-config libs
+
 * 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



More information about the scm-commits mailing list