[libphidget/f14/master] - Update to latest version - Remove dependencies on bundled avahi headers - Add explicit runtime req

rmattes rmattes at fedoraproject.org
Wed Dec 15 03:09:33 UTC 2010


commit 80110bdb49f8d8312c81e59c4e03fb4e2bc7df99
Author: Rich <richmattes at gmail.com>
Date:   Tue Dec 14 21:38:00 2010 -0500

    - Update to latest version
    - Remove dependencies on bundled avahi headers
    - Add explicit runtime requirement for avahi dns_sd
    - Fix undefined symbols bug (#662661)

 libphidget.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/libphidget.spec b/libphidget.spec
index 4731e29..62ee065 100644
--- a/libphidget.spec
+++ b/libphidget.spec
@@ -1,13 +1,12 @@
 Name:           libphidget
-Version:        2.1.7.20100621
-Release:        5%{?dist}
+Version:        2.1.7.20101103
+Release:        1%{?dist}
 Summary:        Drivers and API for Phidget devices
 
 Group:          Development/Libraries
 License:        LGPLv3
 URL:            http://www.phidgets.com
-Source0:        http://www.phidgets.com/downloads/libraries/libphidget_2.1.7.20100621.tar.gz
-Patch0:         libphidget-2.1.7-20100621.disableruntimelinking.patch
+Source0:        http://www.phidgets.com/downloads/libraries/libphidget_%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  avahi-devel
@@ -18,6 +17,7 @@ BuildRequires:  libusb-devel
 BuildRequires:  gawk
 
 Requires:       udev
+Requires:       avahi-compat-libdns_sd
 
 %description
 Phidgets are a set of "plug and play" building blocks for low cost USB 
@@ -52,7 +52,7 @@ rm -rf linux/avahi-*
 rm -rf include/dns_sd.h
 
 %build
-%configure --disable-static --enable-zeroconf --enable-zeroconf-lookup --disable-ldconfig --enable-jni
+%configure --disable-static --enable-zeroconf=avahi --disable-ldconfig --enable-jni
 make %{?_smp_mflags}
 make phidget21.jar
 
@@ -94,6 +94,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/phidget21.jar
 
 %changelog
+* Tue Dec 14 2010 Rich Mattes <richmattes at gmail.com> - 2.1.7.20101103-1
+- Update to latest version
+- Remove dependencies on bundled avahi headers
+- Add explicit runtime requirement for avahi dns_sd
+- Fix undefined symbols bug (#662661)
+
 * Fri Oct 01 2010 Rich Mattes <richmattes at gmail.com> - 2.1.7.20100621-5
 - Disable zeroconf runtime linking
 


More information about the scm-commits mailing list