971 lines
33 KiB
RPMSpec
971 lines
33 KiB
RPMSpec
#
|
||
# spec file for package avahi-mono (Version 0.6.20)
|
||
#
|
||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
# This file and all modifications and additions to the pristine
|
||
# package are under the same license as the package itself.
|
||
#
|
||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
#
|
||
|
||
# norootforbuild
|
||
|
||
Name: avahi-mono
|
||
%define _name avahi
|
||
%define build_mono 1
|
||
# WARNING: Do not edit this auto generated file.
|
||
Version: 0.6.20
|
||
Release: 57
|
||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||
#%(sh %{_sourcedir}/%{name}_spec-prepare.sh %{_sourcedir} %{name})
|
||
%define avahi_client_soname 3
|
||
%define avahi_common_soname 3
|
||
%define avahi_core_soname 5
|
||
%define avahi_ui_soname 0
|
||
%define avahi_glib_soname 1
|
||
%define avahi_qt3_soname 1
|
||
%define avahi_qt4_soname 1
|
||
Url: http://www.avahi.org/
|
||
Group: Development/Languages/Mono
|
||
License: LGPL v2 or later
|
||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Source: %{_name}-%{version}.tar.bz2
|
||
Source1: gnome-nettool2.png
|
||
Source2: avahi-bookmarks.init
|
||
Source3: avahi.firewall
|
||
Source4: %{_name}_spec-prepare.sh
|
||
Patch0: avahi-gacdir.patch
|
||
Patch1: avahi-desktop.patch
|
||
Patch2: avahi-init-lsb.patch
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
BuildRequires: dbus-1-devel doxygen fdupes gcc-c++ gdbm-devel graphviz libdaemon-devel libglade2-devel update-desktop-files zlib-devel
|
||
%if !%build_mono
|
||
# For python bindings and utilities:
|
||
BuildRequires: dbus-1-python python-devel python-gdbm python-gtk-devel
|
||
# For qt3 bindings
|
||
BuildRequires: qt3-devel
|
||
# For qt4 bindings
|
||
BuildRequires: libqt4-devel
|
||
Requires: dbus-1
|
||
Requires: nss-mdns
|
||
# mDNSResponder was used for <= 10.2:
|
||
Provides: mDNSResponder = 107.5
|
||
Obsoletes: mDNSResponder <= 107.5
|
||
%else
|
||
# For mono bindings:
|
||
BuildRequires: gtk-sharp2 mono-devel monodoc-core
|
||
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
||
%endif
|
||
|
||
%description
|
||
This package provides Mono bindings for avahi. Avahi is an
|
||
implementation of the DNS Service Discovery and MulticastDNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks. The Avahi mDNS responder is
|
||
now feature complete, implementing all MUSTs and the majority of the
|
||
SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple
|
||
Bonjour conformance test suite. In addition, it supports some nifty
|
||
things, like correct mDNS reflection across LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%if !%build_mono
|
||
%package -n libavahi-client3
|
||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
|
||
%description -n libavahi-client3
|
||
GLib support for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-common3
|
||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Requires: %{name} >= %{version}
|
||
Group: Development/Libraries/Other
|
||
|
||
%description -n libavahi-common3
|
||
GLib support for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-core5
|
||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
|
||
%description -n libavahi-core5
|
||
GLib support for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-ui0
|
||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
|
||
%description -n libavahi-ui0
|
||
GLib support for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-glib1
|
||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-glib = %{version}
|
||
Obsoletes: avahi-glib <= %{version}
|
||
|
||
%description -n libavahi-glib1
|
||
GLib support for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-qt3-1
|
||
Summary: Qt3 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-qt3 = %{version}
|
||
Obsoletes: avahi-qt3 <= %{version}
|
||
|
||
%description -n libavahi-qt3-1
|
||
Qt3 bindings for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-qt4-1
|
||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||
Group: Development/Libraries/Other
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-qt4 = %{version}
|
||
Obsoletes: avahi-qt4 <= %{version}
|
||
|
||
%description -n libavahi-qt4-1
|
||
Qt4 bindings for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libdns_sd
|
||
Summary: D-BUS Service for Zeroconf/Bonjour
|
||
Group: System/Daemons
|
||
# mDNSResponder-lib used unversioned soname.
|
||
# Provide full compatibility with mDNSResponder (FIXME: should be fixed in the package):
|
||
%ifarch ia64 x86_64 ppc64 s390x
|
||
Provides: libdns_sd.so()(64bit)
|
||
%else
|
||
Provides: libdns_sd.so
|
||
%endif
|
||
# mDNSResponder-lib was used for <= 10.2:
|
||
Provides: mDNSResponder-lib = 107.5
|
||
Obsoletes: mDNSResponder-lib <= 107.5
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-compat-mDNSResponder = %{version}
|
||
Obsoletes: avahi-compat-mDNSResponder <= %{version}
|
||
|
||
%description -n libdns_sd
|
||
Apple mDNSResponder compatibility layer for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libhowl0
|
||
Summary: D-BUS Service for Zeroconf/Bonjour
|
||
Group: System/Daemons
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-compat-howl = %{version}
|
||
Obsoletes: avahi-compat-howl <= %{version}
|
||
|
||
%description -n libhowl0
|
||
howl compatibility layer for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package utils
|
||
Summary: A set of Avahi utilities written in Python
|
||
Requires: %{name} >= %{version}
|
||
Group: System/Daemons
|
||
|
||
%description utils
|
||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||
communication between user applications and a system daemon. The daemon
|
||
is used to coordinate application efforts in caching replies, necessary
|
||
to minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete, implementing all
|
||
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
|
||
passes all tests in the Apple Bonjour conformance test suite. In
|
||
addition, it supports some nifty things that have never been seen
|
||
elsewhere, like correct mDNS reflection across LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package utils-gtk
|
||
Summary: A set of Avahi utilities written in Python
|
||
Requires: %{name} >= %{version}
|
||
Group: System/Daemons
|
||
|
||
%description utils-gtk
|
||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||
communication between user applications and a system daemon. The daemon
|
||
is used to coordinate application efforts in caching replies, necessary
|
||
to minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete, implementing all
|
||
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
|
||
passes all tests in the Apple Bonjour conformance test suite. In
|
||
addition, it supports some nifty things that have never been seen
|
||
elsewhere, like correct mDNS reflection across LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n python-avahi
|
||
Summary: A set of Avahi utilities written in Python
|
||
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
|
||
Group: System/Daemons
|
||
# Old name used for <= 10.3:
|
||
Provides: avahi-python = %{version}
|
||
Obsoletes: avahi-python <= %{version}
|
||
%py_requires
|
||
|
||
%description -n python-avahi
|
||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||
communication between user applications and a system daemon. The daemon
|
||
is used to coordinate application efforts in caching replies, necessary
|
||
to minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete, implementing all
|
||
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
|
||
passes all tests in the Apple Bonjour conformance test suite. In
|
||
addition, it supports some nifty things that have never been seen
|
||
elsewhere, like correct mDNS reflection across LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-devel
|
||
Summary: Include Files and Libraries Mandatory for Development
|
||
#
|
||
Requires: %{name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
||
Group: Development/Libraries/Other
|
||
# Last appeared in OpenSUSE 10.3:
|
||
Provides: avahi-devel = %{version}
|
||
Obsoletes: avahi-devel <= %{version}
|
||
|
||
%description -n libavahi-devel
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-glib-devel
|
||
Summary: Include Files and Libraries Mandatory for Development
|
||
Requires: libavahi-devel = %{version} libavahi-ui0 = %{version} libavahi-glib1 = %{version} glib2-devel gtk2-devel
|
||
Group: Development/Libraries/Other
|
||
# Last appeared in OpenSUSE 10.3:
|
||
Provides: avahi-devel = %{version}
|
||
|
||
%description -n libavahi-glib-devel
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-qt3-devel
|
||
Summary: Include Files and Libraries Mandatory for Development
|
||
Requires: libavahi-devel = %{version} libavahi-qt3-1 = %{version} qt3-devel
|
||
Group: Development/Libraries/Other
|
||
# Last appeared in OpenSUSE 10.3:
|
||
Provides: avahi-devel = %{version}
|
||
|
||
%description -n libavahi-qt3-devel
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package -n libavahi-qt4-devel
|
||
Summary: Include Files and Libraries Mandatory for Development
|
||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||
Group: Development/Libraries/Other
|
||
# Last appeared in OpenSUSE 10.3:
|
||
Provides: avahi-devel = %{version}
|
||
|
||
%description -n libavahi-qt4-devel
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package compat-mDNSResponder-devel
|
||
Summary: D-BUS Service for Zeroconf/Bonjour
|
||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||
Group: System/Daemons
|
||
Provides: mDNSResponder-devel = 107.5
|
||
Obsoletes: mDNSResponder-devel <= 107.5
|
||
|
||
%description compat-mDNSResponder-devel
|
||
Apple mDNSResponder compatibility layer for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%package compat-howl-devel
|
||
Summary: D-BUS Service for Zeroconf/Bonjour
|
||
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
||
Group: System/Daemons
|
||
|
||
%description compat-howl-devel
|
||
howl compatibility layer for avahi.
|
||
|
||
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
||
specifications for Zeroconf Computing. It uses D-BUS for communication
|
||
between user applications and a system daemon. The daemon is used to
|
||
coordinate application efforts in caching replies, necessary to
|
||
minimize the traffic imposed on networks.
|
||
|
||
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
||
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
||
tests in the Apple Bonjour conformance test suite. In addition it
|
||
supports some nifty things that have never been seen elsewhere like
|
||
correct mDNS reflection accross LAN segments.
|
||
|
||
|
||
|
||
Authors:
|
||
--------
|
||
Lennart Poettering <mztabzr@0pointer.de>
|
||
Trent Lloyd <lathiat@freedesktop.org>
|
||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||
|
||
%endif
|
||
%prep
|
||
%setup -q -n %{_name}-%{version}
|
||
%patch0
|
||
%patch1 -p1
|
||
%patch2
|
||
|
||
%build
|
||
ACLOCAL="aclocal -I common" autoreconf -f -i
|
||
%configure\
|
||
--libexecdir=%{_prefix}/lib\
|
||
--disable-static\
|
||
--with-distro=suse\
|
||
%if %build_mono
|
||
--enable-mono\
|
||
--disable-qt3\
|
||
--disable-qt4\
|
||
--disable-python\
|
||
--disable-pygtk\
|
||
--disable-compat-libdns_sd\
|
||
--disable-compat-howl\
|
||
%else
|
||
--disable-mono \
|
||
--enable-qt3\
|
||
--enable-qt4\
|
||
--enable-python\
|
||
--enable-pygtk\
|
||
--enable-compat-libdns_sd\
|
||
--enable-compat-howl\
|
||
%endif
|
||
--with-avahi-priv-access-group=avahi\
|
||
--with-autoipd-user=avahi\
|
||
--with-autoipd-group=avahi
|
||
make %{?jobs:-j%jobs}
|
||
|
||
%install
|
||
make DESTDIR=$RPM_BUILD_ROOT install
|
||
## WARNING: found empty dependency_libs variable. please remove the
|
||
## pointless libtool .la file
|
||
## /var/tmp/avahi-0.6.20-build/usr/lib64/lib\avahi-common.la
|
||
## If you don't understand this, mailto=rguenther@suse.de
|
||
## A number of packages want this file, however, so we won't remove it.
|
||
# rm $RPM_BUILD_ROOT/${_prefix}/${_lib}/libavahi-common.la
|
||
%if !%build_mono
|
||
install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||
install -m 644 %{S:1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/gnome-nettool2.png
|
||
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
||
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
||
# Work-around qt4 bug:
|
||
# https://bugzilla.novell.com/show_bug.cgi?id=238169
|
||
%if %suse_version <= 1020
|
||
sed -i "s,$RPM_BUILD_DIR,/," $RPM_BUILD_ROOT%{_libdir}/libavahi-qt4.la
|
||
%endif
|
||
mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||
install %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/avahi-bookmarks
|
||
ln -s %{_sysconfdir}/init.d/avahi-daemon $RPM_BUILD_ROOT%{_sbindir}/rcavahi-daemon
|
||
ln -s %{_sysconfdir}/init.d/avahi-dnsconfd $RPM_BUILD_ROOT%{_sbindir}/rcavahi-dnsconfd
|
||
ln -s %{_sysconfdir}/init.d/avahi-bookmarks $RPM_BUILD_ROOT%{_sbindir}/rcavahi-bookmarks
|
||
install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
|
||
# FIXME: There are no better Categories in the spec (Monitor is not allowed in Network).
|
||
%suse_update_desktop_file -r avahi-discover GNOME System Monitor
|
||
%endif
|
||
# Remove files if only building mono
|
||
%if %build_mono
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/avahi-discover-standalone
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-glib*.so.*
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/avahi-browse*
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/avahi-publish*
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/avahi-resolve*
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/avahi-set-host-name
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/bssh
|
||
rm -rf $RPM_BUILD_ROOT%{_bindir}/bvnc
|
||
rm -rf $RPM_BUILD_ROOT%{_datadir}/avahi
|
||
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/bssh.desktop
|
||
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/bvnc.desktop
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-client*.so.*
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-common*.so.*
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-core*.so.*
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-ui*.so.*
|
||
rm -rf $RPM_BUILD_ROOT%{_mandir}/man1
|
||
rm -rf $RPM_BUILD_ROOT%{_mandir}/man5
|
||
rm -rf $RPM_BUILD_ROOT%{_mandir}/man8
|
||
rm -rf $RPM_BUILD_ROOT%{_sbindir}/avahi-*
|
||
rm -rf $RPM_BUILD_ROOT%{_sbindir}/rcavahi-daemon
|
||
rm -rf $RPM_BUILD_ROOT%{_sbindir}/rcavahi-dnsconfd
|
||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/avahi
|
||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/*.conf
|
||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/init.d/avahi-dnsconfd
|
||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/init.d/avahi-daemon
|
||
rm -rf $RPM_BUILD_ROOT%{_includedir}
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-client.*a
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-client*.so
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-core.*a
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-core*.so
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-common*.so
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-common*.*a
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-glib*.*a
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-glib*.so
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-ui*.*a
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*avahi-ui*.*so
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-client.pc
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-core.pc
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-glib.pc
|
||
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-ui.pc
|
||
%endif
|
||
%fdupes $RPM_BUILD_ROOT%{_libdir}
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
%if !%build_mono
|
||
|
||
%pre
|
||
%{_sbindir}/groupadd -r avahi 2> /dev/null || :
|
||
%{_sbindir}/useradd -r -o -s /bin/false -c "User for Avahi" -d %{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
|
||
|
||
%post
|
||
/sbin/ldconfig
|
||
%{fillup_and_insserv -f -Y avahi-daemon}
|
||
%{fillup_and_insserv -f -Y avahi-dnsconfd}
|
||
|
||
%preun
|
||
%{stop_on_removal avahi-daemon}
|
||
%{stop_on_removal avahi-dnsconfd}
|
||
|
||
%postun
|
||
/sbin/ldconfig
|
||
%{restart_on_update avahi-daemon}
|
||
%{restart_on_update avahi-dnsconfd}
|
||
%insserv_cleanup
|
||
|
||
%pre -n python-avahi
|
||
# For update from == 10.3:
|
||
# Restart will not happen due to package rename. Handle it.
|
||
if test etc/init.d/avahi-bookmarks -a "$1" = 1 ; then
|
||
touch var/adm/python_avahi_needs_restart
|
||
fi
|
||
|
||
%post -n python-avahi
|
||
# For update from == 10.3:
|
||
# Restart will not happen due to package rename. Handle it.
|
||
if test -f var/adm/python_avahi_needs_restart ; then
|
||
rm var/adm/python_avahi_needs_restart
|
||
test -f /etc/sysconfig/services && . /etc/sysconfig/services
|
||
if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then
|
||
/etc/init.d/avahi-bookmarks try-restart > /dev/null || :
|
||
fi
|
||
fi
|
||
|
||
%preun -n python-avahi
|
||
# FIXME: Package was renamed, check for this case!
|
||
%{stop_on_removal avahi-bookmarks}
|
||
%insserv_cleanup
|
||
|
||
%postun -n python-avahi
|
||
%{restart_on_update avahi-bookmarks}
|
||
%insserv_cleanup
|
||
|
||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-common3 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-common3 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-core5 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-core5 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-ui0 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-ui0 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-qt3-1 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-qt3-1 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-qt4-1 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-qt4-1 -p /sbin/ldconfig
|
||
|
||
%post -n libavahi-glib1 -p /sbin/ldconfig
|
||
|
||
%postun -n libavahi-glib1 -p /sbin/ldconfig
|
||
|
||
%post -n libdns_sd -p /sbin/ldconfig
|
||
|
||
%postun -n libdns_sd -p /sbin/ldconfig
|
||
|
||
%post -n libhowl0 -p /sbin/ldconfig
|
||
|
||
%postun -n libhowl0 -p /sbin/ldconfig
|
||
%endif
|
||
%if %build_mono
|
||
|
||
%files
|
||
%defattr(-,root,root)
|
||
%{_libdir}/pkgconfig/avahi-sharp.pc
|
||
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
|
||
%{_prefix}/lib/monodoc/sources/*.*
|
||
%{_prefix}/lib/mono/avahi-sharp
|
||
%{_prefix}/lib/mono/gac/avahi-sharp
|
||
%{_prefix}/lib/mono/avahi-ui-sharp
|
||
%{_prefix}/lib/mono/gac/avahi-ui-sharp
|
||
%else
|
||
|
||
%files
|
||
%defattr(-,root,root)
|
||
%doc LICENSE docs/*
|
||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
||
%attr(-,avahi,avahi) %{_localstatedir}/run/avahi-daemon
|
||
%doc %{_mandir}/man5/*.5*
|
||
%doc %{_mandir}/man8/*.8*
|
||
%{_sbindir}/avahi-*
|
||
%{_sbindir}/rcavahi-daemon
|
||
%{_sbindir}/rcavahi-dnsconfd
|
||
%dir %{_sysconfdir}/avahi
|
||
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
||
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
||
%{_sysconfdir}/avahi/avahi-autoipd.action
|
||
%dir %{_sysconfdir}/avahi/services
|
||
%{_sysconfdir}/avahi/services/*.service
|
||
%{_sysconfdir}/avahi/hosts
|
||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||
%{_sysconfdir}/init.d/avahi-dnsconfd
|
||
%{_sysconfdir}/init.d/avahi-daemon
|
||
|
||
%files -n libavahi-client3
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-client*.so.*
|
||
|
||
%files -n libavahi-common3
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-common*.so.*
|
||
|
||
%files -n libavahi-core5
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-core*.so.*
|
||
|
||
%files -n libavahi-ui0
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-ui*.so.*
|
||
|
||
%files -n libavahi-glib1
|
||
%defattr(-,root,root)
|
||
%{_bindir}/avahi-discover-standalone
|
||
%{_libdir}/*avahi-glib*.so.*
|
||
|
||
%files -n libavahi-qt3-1
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-qt3*.so.*
|
||
|
||
%files -n libavahi-qt4-1
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*avahi-qt4*.so.*
|
||
|
||
%files -n libdns_sd
|
||
%defattr(-,root,root)
|
||
# libdns_sd.so must be in non-devel package to provide mDNSResponder-lib compatibility:
|
||
%{_libdir}/libdns_sd.so
|
||
%{_libdir}/libdns_sd.so.*
|
||
|
||
%files -n libhowl0
|
||
%defattr(-,root,root)
|
||
%{_libdir}/libhowl.so.*
|
||
|
||
%files utils
|
||
%defattr(-,root,root)
|
||
%{_bindir}/avahi-browse*
|
||
%{_bindir}/avahi-publish*
|
||
%{_bindir}/avahi-resolve*
|
||
%{_bindir}/avahi-set-host-name
|
||
%{_datadir}/avahi
|
||
%{_datadir}/applications/bssh.desktop
|
||
%{_datadir}/applications/bvnc.desktop
|
||
%{_datadir}/pixmaps/gnome-nettool2.png
|
||
%doc %{_mandir}/man1/avahi-browse*.1*
|
||
%doc %{_mandir}/man1/avahi-publish*.1*
|
||
%doc %{_mandir}/man1/avahi-resolve*.1*
|
||
%doc %{_mandir}/man1/avahi-set-host-name.1*
|
||
|
||
%files utils-gtk
|
||
%defattr(-,root,root)
|
||
%{_bindir}/bssh
|
||
%{_bindir}/bvnc
|
||
%doc %{_mandir}/man1/bssh.1.*
|
||
%doc %{_mandir}/man1/bvnc.1.*
|
||
|
||
%files -n python-avahi
|
||
%defattr(-,root,root)
|
||
%{py_sitedir}/avahi
|
||
%{_bindir}/avahi-discover
|
||
%{_bindir}/avahi-bookmarks
|
||
%doc %{_mandir}/man1/avahi-bookmarks.1*
|
||
%doc %{_mandir}/man1/avahi-discover.1*
|
||
%{_datadir}/applications/avahi-discover.desktop
|
||
%{_sbindir}/rcavahi-bookmarks
|
||
%{_sysconfdir}/init.d/avahi-bookmarks
|
||
|
||
%files -n libavahi-devel
|
||
%defattr(-,root,root)
|
||
# FIXME: Maybe split to particular subpackages.
|
||
#%doc doc/api/html
|
||
#%doc doc/*.html doc/*.txt doc/file-boilerplate.c doc/TODO
|
||
%{_includedir}/avahi-client
|
||
%{_includedir}/avahi-common
|
||
%{_includedir}/avahi-core
|
||
# avahi devel files
|
||
%{_libdir}/*avahi-client.*a
|
||
%{_libdir}/*avahi-client*.so
|
||
%{_libdir}/*avahi-core.*a
|
||
%{_libdir}/*avahi-core*.so
|
||
%{_libdir}/*avahi-common*.so
|
||
%{_libdir}/*avahi-common*.*a
|
||
%{_libdir}/pkgconfig/avahi-client.pc
|
||
%{_libdir}/pkgconfig/avahi-core.pc
|
||
|
||
%files -n libavahi-glib-devel
|
||
%defattr(-,root,root)
|
||
%{_includedir}/avahi-glib
|
||
%{_includedir}/avahi-ui
|
||
%{_libdir}/*avahi-glib*.*a
|
||
%{_libdir}/*avahi-glib*.so
|
||
%{_libdir}/*avahi-ui*.*a
|
||
%{_libdir}/*avahi-ui*.*so
|
||
%{_libdir}/pkgconfig/avahi-glib.pc
|
||
%{_libdir}/pkgconfig/avahi-ui.pc
|
||
|
||
%files -n libavahi-qt3-devel
|
||
%defattr(-,root,root)
|
||
%{_includedir}/avahi-qt3
|
||
%{_libdir}/*avahi-qt3*.*a
|
||
%{_libdir}/*avahi-qt3*.so
|
||
%{_libdir}/pkgconfig/avahi-qt3.pc
|
||
|
||
%files -n libavahi-qt4-devel
|
||
%defattr(-,root,root)
|
||
%{_includedir}/avahi-qt4
|
||
%{_libdir}/*avahi-qt4*.*a
|
||
%{_libdir}/*avahi-qt4*.so
|
||
%{_libdir}/pkgconfig/avahi-qt4.pc
|
||
|
||
%files compat-mDNSResponder-devel
|
||
%defattr(-,root,root)
|
||
%{_includedir}/avahi-compat-libdns_sd
|
||
%{_includedir}/dns_sd.h
|
||
%{_libdir}/libdns_sd.*a
|
||
%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
|
||
|
||
%files compat-howl-devel
|
||
%defattr(-,root,root)
|
||
%{_includedir}/avahi-compat-howl
|
||
%{_libdir}/libhowl.so
|
||
%{_libdir}/libhowl.*a
|
||
%{_libdir}/pkgconfig/avahi-compat-howl.pc
|
||
%{_libdir}/pkgconfig/howl.pc
|
||
%endif
|
||
%changelog
|
||
* Thu Oct 11 2007 - sbrabec@suse.de
|
||
- Updated dependencies.
|
||
* Mon Aug 06 2007 - bk@suse.de
|
||
- replace -p /usr/sbin/ldconfig with %%{run_ldconfig}
|
||
* Mon Jul 30 2007 - aj@suse.de
|
||
- Add gcc-c++ to BuildRequires.
|
||
* Mon Jul 16 2007 - aj@suse.de
|
||
- Create new spec file to avoid build cycle avahi->gnome->mono->avahi.
|