2007-07-16 10:17:26 +02:00
#
2011-02-17 17:29:09 +01:00
# spec file for package avahi-mono
2007-07-16 10:17:26 +02:00
#
2013-01-30 09:31:36 +01:00
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
2007-07-16 10:17:26 +02:00
#
2008-09-05 20:18:45 +02:00
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2007-07-16 10:17:26 +02:00
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
2012-02-17 09:45:50 +01:00
2007-07-16 10:17:26 +02:00
Name : avahi-mono
2008-03-10 02:27:42 +01:00
# Do not edit this auto generated file! Edit avahi.spec.
2007-10-11 18:55:38 +02:00
%define _name avahi
2008-03-11 17:01:42 +01:00
# In automatic build systems you want to enable just one of following options.
2008-03-10 02:27:42 +01:00
# For build all at once, set all to 1.
2010-05-14 00:16:02 +02:00
# If you set build_core to 0, you cannot set more than one other option to 1.
2008-03-10 02:27:42 +01:00
%define build_core 0
2011-04-20 13:46:12 +02:00
# NOTE: build_glib2 also controls build of gobject, gtk2, gtk3 and pygtk code.
2008-07-18 22:22:24 +02:00
%define build_glib2 0
2007-07-16 11:49:32 +02:00
%define build_mono 1
2008-03-10 02:27:42 +01:00
%define build_qt3 0
%define build_qt4 0
2012-02-17 09:45:50 +01:00
Version : 0.6.31
2011-12-21 05:14:17 +01:00
Release : 0
2013-08-06 11:46:54 +02:00
# FIXME: on upgrade, ensure to verify if -DGTK_DISABLE_DEPRECATED=1 can remain in avahi=ui/Makefile.am (GtkStock deprecated with GTK+ 3.9.10).
2008-07-18 22:22:24 +02:00
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
2008-03-10 02:27:42 +01:00
# Create split spec files only when building per partes:
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
%endif
2007-10-11 18:55:38 +02:00
%define avahi_client_soname 3
%define avahi_common_soname 3
2011-12-20 09:57:06 +01:00
# If avahi_core_soname changes, make sure to update avahi-gir-fixup.patch
2010-09-11 11:40:14 +02:00
%define avahi_core_soname 7
2007-10-11 18:55:38 +02:00
%define avahi_ui_soname 0
%define avahi_glib_soname 1
2007-12-19 22:31:05 +01:00
%define avahi_gobject_soname 0
2011-04-20 13:46:12 +02:00
%define avahi_gtk3_soname 0
2007-10-11 18:55:38 +02:00
%define avahi_qt3_soname 1
%define avahi_qt4_soname 1
2008-08-04 01:11:11 +02:00
%if %build_glib2
2008-10-23 22:26:18 +02:00
%define debug_package_requires libavahi-ui%{avahi_ui_soname} = %{version}-%{release}
2008-08-04 01:11:11 +02:00
%endif
2007-10-11 18:55:38 +02:00
Url : http://www.avahi.org/
2007-08-09 23:39:07 +02:00
Summary : Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
2011-12-21 05:14:17 +01:00
License : LGPL-2.1+
Group : Development/Languages/Mono
2012-02-17 09:45:50 +01:00
Source : http://avahi.org/download/%{_name}-%{version} .tar.gz
2013-03-07 15:50:23 +01:00
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
Source1 : avahi-daemon-check-dns.sh
2007-07-16 10:17:26 +02:00
Source2 : avahi-bookmarks.init
Source3 : avahi.firewall
2013-03-07 15:50:23 +01:00
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
Source4 : avahi-glib-gettext.m4
Source5 : avahi.sysconfig
Source6 : avahi-autoipd.sysconfig
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
Source7 : avahi-daemon.if-up
Source8 : %{_name}_spec-prepare.sh
Source9 : avahi-autoipd.README.SUSE
Source10 : avahi-autoipd.if-up
Source11 : avahi-autoipd.if-down
2009-08-17 14:20:47 +02:00
Source100 : attributes
Source101 : update_spec.pl
2009-12-16 11:22:51 +01:00
Source102 : baselibs.conf
2013-01-30 09:31:36 +01:00
# PATCH-FIX-OPENSUSE avahi-gacdir.patch -- Mono libs are in $prefix/lib on suse
2007-07-16 10:17:26 +02:00
Patch0 : avahi-gacdir.patch
2013-03-07 15:50:23 +01:00
# PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 Avahi#365 -- sbrabec@suse.cz
2007-07-16 10:17:26 +02:00
Patch1 : avahi-desktop.patch
2013-01-30 09:31:36 +01:00
# PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch jpr@novell.com -- mailed maintainer
2007-12-19 22:31:05 +01:00
Patch3 : avahi-empty-share-dir.patch
2013-03-07 15:50:23 +01:00
# PATCH-FEATURE-OPENSUSE avahi-daemon-check-dns-suse.patch bnc431704 sbrabec@suse.cz -- Port Debian avahi-daemon-check-dns.sh to SUSE, see also http://avahi.org/wiki/AvahiAndUnicastDotLocal
Patch4 : avahi-daemon-check-dns-suse.patch
2013-01-30 09:31:36 +01:00
# PATCH-FIX-OPENSUSE avahi-unicastdomains.patch bnc433359 lnussel@suse.de -- disable pre-set unicast domains by default
2008-10-22 17:39:21 +02:00
Patch10 : avahi-unicastdomains.patch
2011-07-04 09:36:58 +02:00
# PATCH-FIX-UPSTREAM avahi-gtk_box_new.patch dimstar@opensuse.org -- Do not use deprecated gtk_[hv]box_new, http://www.avahi.org/ticket/342
2011-07-04 09:35:42 +02:00
Patch11 : avahi-gtk_box_new.patch
2011-12-20 09:57:06 +01:00
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
Patch12 : avahi-gir-fixup.patch
2012-07-01 22:47:51 +02:00
# PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff coolo@suse.de -- Avoid obsolete automake macros
Patch13 : avahi-fix-mkdir.diff
2013-01-30 09:31:36 +01:00
# PATCH-FIX-OPENSUSE avahi-enable-ipv6.patch bnc#710230 vuntz@opensuse.org -- Enable ipv6 by default
2012-07-16 22:25:23 +02:00
Patch14 : avahi-enable-ipv6.patch
2013-01-30 09:31:36 +01:00
# PATCH-FIX-OPENSUSE avahi-move-everything-to-run.patch rmilasan@suse.com -- Move everything to /run directory (socket and pid files)
Patch15 : avahi-move-everything-to-run.patch
2007-07-16 10:17:26 +02:00
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2011-12-21 05:14:17 +01:00
BuildRequires : dbus-1-python
BuildRequires : fdupes
BuildRequires : gcc-c++
BuildRequires : gdbm-devel
BuildRequires : intltool
BuildRequires : libdaemon-devel
BuildRequires : libexpat-devel
BuildRequires : pkg-config
BuildRequires : translation-update-upstream
2008-07-18 22:22:24 +02:00
# Even if we are not building python bindings, we need python to build service types database:
2011-12-21 05:14:17 +01:00
BuildRequires : python-devel
BuildRequires : python-gdbm
2011-12-04 14:43:57 +01:00
# libtool is needed to build all variants: bootstrap is unconditional in the build section
BuildRequires : libtool
2009-08-17 14:20:47 +02:00
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%endif
2008-03-10 02:27:42 +01:00
%if %build_core
2013-03-07 15:50:23 +01:00
BuildRequires : gnome-icon-theme
2011-04-20 13:46:12 +02:00
PreReq : pwdutils
%if %suse_version >= 1140
PreReq : sysvinit(network)
%else
PreReq : sysconfig
%endif
2011-10-12 09:02:43 +02:00
%{?systemd_requires}
2010-09-29 09:03:15 +02:00
Recommends: %{_name}-lang
2011-12-21 05:14:17 +01:00
BuildRequires : dbus-1-devel
BuildRequires : doxygen
BuildRequires : graphviz
BuildRequires : python-gdbm
BuildRequires : zlib-devel
2011-10-12 09:02:43 +02:00
%if %suse_version >= 1210
2012-10-23 22:22:00 +02:00
BuildRequires : pkgconfig(systemd)
2011-10-12 09:02:43 +02:00
%endif
2010-05-14 00:16:02 +02:00
# For python bindings and utilities:
2008-07-18 22:22:24 +02:00
#BuildRequires: dbus-1-python
#Requires: dbus-1
2007-07-24 09:31:52 +02:00
Requires : nss-mdns
2009-01-14 17:46:55 +01:00
# bug437293
%ifarch ppc64
Obsoletes : mDNSResponder-64bit
%endif
#
2007-10-11 18:55:38 +02:00
# mDNSResponder was used for <= 10.2:
2007-07-24 09:31:52 +02:00
Provides : mDNSResponder = 107.5
2010-05-14 00:16:02 +02:00
Obsoletes : mDNSResponder < 107.5
2013-03-07 15:50:23 +01:00
# File conflict for service-types.db openSUSE <= 12.3 SLE <= 11SP2
Conflicts : avahi-utils <= 0.6.31-9.2
2008-03-10 02:27:42 +01:00
%endif
2008-07-18 22:22:24 +02:00
%if %build_glib2
2011-12-21 05:14:17 +01:00
BuildRequires : gobject-introspection-devel
BuildRequires : gtk2-devel
BuildRequires : gtk3-devel
2012-02-28 00:11:24 +01:00
BuildRequires : libavahi-devel
2011-12-21 05:14:17 +01:00
BuildRequires : python-gtk-devel
BuildRequires : update-desktop-files
2008-07-18 22:22:24 +02:00
%endif
2008-03-10 02:27:42 +01:00
%if %build_qt3
BuildRequires : libavahi-devel
2012-02-28 00:11:24 +01:00
BuildRequires : qt3-devel
2008-03-10 02:27:42 +01:00
%endif
%if %build_qt4
BuildRequires : libavahi-devel
2012-02-28 00:11:24 +01:00
BuildRequires : libqt4-devel
2008-03-10 02:27:42 +01:00
%endif
%if %build_mono
2011-12-21 05:14:17 +01:00
BuildRequires : gtk-sharp2
BuildRequires : libavahi-glib-devel
BuildRequires : mono-devel
BuildRequires : monodoc-core
2008-03-10 02:27:42 +01:00
# Please copy this line to avahi-mono definition below for build all-in-once:
2012-02-28 00:11:24 +01:00
Requires : gtk-sharp2
Requires : libavahi-client3 >= %{version}
Requires : libavahi-common3 >= %{version}
Requires : libavahi-glib1 >= %{version}
Requires : libavahi-ui0 >= %{version}
2007-07-24 09:31:52 +02:00
%endif
2007-07-16 10:17:26 +02:00
%description
2007-08-09 23:39:07 +02:00
This package provides Mono bindings for avahi. Avahi is an
implementation of the DNS Service Discovery and MulticastDNS
2007-07-16 10:17:26 +02:00
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
2007-08-09 23:39:07 +02:00
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.
2007-07-16 10:17:26 +02:00
2008-03-10 02:27:42 +01:00
%if %build_core
2007-12-19 22:31:05 +01:00
2007-10-11 18:55:38 +02:00
%package -n libavahi-client3
2007-10-25 02:45:48 +02:00
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Libraries
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%description -n libavahi-client3
2007-10-25 02:45:48 +02:00
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.
2007-07-16 10:17:26 +02:00
2007-10-25 02:45:48 +02:00
The Avahi mDNS responder is now complete with features, 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.
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%package -n libavahi-common3
2007-10-25 02:45:48 +02:00
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Libraries
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%description -n libavahi-common3
2007-10-25 02:45:48 +02:00
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.
2007-07-16 10:17:26 +02:00
2007-10-25 02:45:48 +02:00
The Avahi mDNS responder is now complete with features, 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.
2007-10-11 18:55:38 +02:00
2010-09-11 11:40:14 +02:00
%package -n libavahi-core7
2007-10-25 02:45:48 +02:00
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Libraries
2007-10-11 18:55:38 +02:00
2010-09-11 11:40:14 +02:00
%description -n libavahi-core7
2007-10-25 02:45:48 +02:00
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.
2007-10-11 18:55:38 +02:00
2007-10-25 02:45:48 +02:00
The Avahi mDNS responder is now complete with features, 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.
2007-10-11 18:55:38 +02:00
2008-07-18 22:22:24 +02:00
%package -n libdns_sd
Summary : mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
2007-10-25 02:45:48 +02:00
Group : System/Libraries
2008-07-18 22:22:24 +02:00
# 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
2009-01-14 17:46:55 +01:00
# bug437293
%ifarch ppc64
Obsoletes : mDNSResponder-lib-64bit
%endif
#
2008-07-18 22:22:24 +02:00
# mDNSResponder-lib was used for <= 10.2:
Provides : mDNSResponder-lib = 107.5
2010-05-14 00:16:02 +02:00
Obsoletes : mDNSResponder-lib < 107.5
2008-07-18 22:22:24 +02:00
# Old name used for <= 10.3:
Provides : avahi-compat-mDNSResponder = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-compat-mDNSResponder < %{version}
2007-10-11 18:55:38 +02:00
2008-07-18 22:22:24 +02:00
%description -n libdns_sd
Apple mDNSResponder compatibility layer for avahi.
2007-10-11 18:55:38 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2008-07-18 22:22:24 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-10-11 18:55:38 +02:00
2008-07-18 22:22:24 +02:00
%package -n libhowl0
2010-09-11 11:40:14 +02:00
Summary : Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
2008-07-18 22:22:24 +02:00
Group : System/Libraries
2007-10-11 18:55:38 +02:00
# Old name used for <= 10.3:
2008-07-18 22:22:24 +02:00
Provides : avahi-compat-howl = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-compat-howl < %{version}
2007-10-11 18:55:38 +02:00
2008-07-18 22:22:24 +02:00
%description -n libhowl0
2010-09-11 11:40:14 +02:00
Howl compatibility layer for avahi.
2007-10-11 18:55:38 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-10-11 18:55:38 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%package -n python-avahi
Summary : A set of Avahi utilities written in Python
2011-12-21 05:14:17 +01:00
Group : Development/Languages/Python
2008-07-18 22:22:24 +02:00
PreReq : coreutils
2012-02-28 00:11:24 +01:00
Requires : %{name} = %{version}
Requires : dbus-1-python
Requires : python-gdbm
Requires : python-twisted
Requires : python-twisted-web
2008-07-18 22:22:24 +02:00
# Old name used for <= 10.3:
Provides : avahi-python = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-python < %{version}
2008-07-18 22:22:24 +02:00
%py_requires
2007-12-19 22:31:05 +01:00
2008-07-18 22:22:24 +02:00
%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.
2013-03-07 15:50:23 +01:00
%package autoipd
Summary : IPv4LL Service for Zeroconf and Bonjour
Group : Productivity/Networking/Other
# Split provides for upgrade from openSUSE <= 12.3 and SLE <= 11.
Provides : avahi:%{_sbindir} /avahi-autoipd
# File conflict for avahi-autoipd openSUSE <= 12.3 SLE <= 11
Conflicts : avahi <= 0.6.31-9.2
%description autoipd
avahi-autoipd is an implementation of Dynamic Configuration of IPv4
Link-Local Addresses.
avahi-autoipd doesn't depend on any other Avahi library, hence it makes
sense to install it even if Avahi itself is not installed.
2008-07-18 22:22:24 +02:00
%package utils
Summary : Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
Group : Productivity/Networking/Other
2011-12-21 05:14:17 +01:00
Requires : %{_name} >= %{version}
2008-07-18 22:22:24 +02:00
%description utils
2007-12-19 22:31:05 +01:00
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 complete with features, 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.
2008-07-18 22:22:24 +02:00
%package -n libavahi-devel
Summary : Include Files and Libraries Mandatory for Development
2011-12-21 05:14:17 +01:00
Group : Development/Libraries/C and C++
2008-07-18 22:22:24 +02:00
#
2012-02-28 00:11:24 +01:00
Requires : %{_name} = %{version}
Requires : dbus-1-devel
Requires : glibc-devel
Requires : libavahi-client3 = %{version}
Requires : libavahi-common3 = %{version}
Requires : libavahi-core7 = %{version}
2008-07-18 22:22:24 +02:00
# Last appeared in OpenSUSE 10.3:
Provides : avahi-devel = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-devel < %{version}
2008-07-18 22:22:24 +02:00
%description -n libavahi-devel
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2008-07-18 22:22:24 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2008-07-18 22:22:24 +02:00
%package compat-mDNSResponder-devel
2007-10-25 02:45:48 +02:00
Summary : mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
2008-07-18 22:22:24 +02:00
Group : Development/Libraries/C and C++
2012-02-28 00:11:24 +01:00
Requires : libavahi-devel = %{version}
Requires : libdns_sd = %{version}
2008-07-18 22:22:24 +02:00
Provides : mDNSResponder-devel = 107.5
2010-05-14 00:16:02 +02:00
Obsoletes : mDNSResponder-devel < 107.5
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%description compat-mDNSResponder-devel
2007-07-16 10:17:26 +02:00
Apple mDNSResponder compatibility layer for avahi.
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-07-16 10:17:26 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%package compat-howl-devel
2010-09-11 11:40:14 +02:00
Summary : Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
2008-07-18 22:22:24 +02:00
Group : Development/Libraries/C and C++
2012-02-28 00:11:24 +01:00
Requires : libavahi-devel = %{version}
Requires : libhowl0 = %{version}
2008-07-18 22:22:24 +02:00
%description compat-howl-devel
2010-09-11 11:40:14 +02:00
Howl compatibility layer for avahi.
2008-07-18 22:22:24 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2008-07-18 22:22:24 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2008-07-18 22:22:24 +02:00
%endif
%if %build_glib2
%package -n libavahi-ui0
Summary : D-BUS Service for Zeroconf and Bonjour
2007-10-25 02:45:48 +02:00
Group : System/Libraries
2008-07-18 22:22:24 +02:00
%description -n libavahi-ui0
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 complete with features, 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.
2011-04-20 13:46:12 +02:00
%package -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Libraries
%description -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
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 complete with features, 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.
2008-07-18 22:22:24 +02:00
%package -n libavahi-glib1
Summary : Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
Group : System/GUI/GNOME
2007-10-11 18:55:38 +02:00
# Old name used for <= 10.3:
2008-07-18 22:22:24 +02:00
Provides : avahi-glib = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-glib < %{version}
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%description -n libavahi-glib1
GLib support for avahi.
2007-07-16 10:17:26 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-07-16 10:17:26 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%package -n libavahi-gobject0
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Daemons
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%description -n libavahi-gobject0
2007-10-11 18:55:38 +02:00
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.
2007-10-25 02:45:48 +02:00
The Avahi mDNS responder is now complete with features, 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.
2007-10-11 18:55:38 +02:00
2011-12-20 09:57:06 +01:00
%package -n typelib-1_0-Avahi-0_6
2011-12-21 05:14:17 +01:00
Summary : D-BUS Service for Zeroconf and Bonjour -- Introspection bindings
2011-12-20 09:57:06 +01:00
Group : System/Libraries
%description -n typelib-1_0-Avahi-0_6
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 complete with features, 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.
2011-12-21 05:14:17 +01:00
This package provides the GObject Introspection bindings for Avahi.
2009-01-14 17:46:55 +01:00
%package -n avahi-utils-gtk
2007-10-25 02:45:48 +02:00
Summary : GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
Group : Productivity/Networking/Other
2011-12-21 05:14:17 +01:00
Requires : %{_name} >= %{version}
2009-01-14 17:46:55 +01:00
# Due to a mistake in the spec file build staging, this package had
2008-12-16 15:41:07 +01:00
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
2009-01-14 17:46:55 +01:00
# all other products.
2008-12-16 15:41:07 +01:00
Provides : avahi-glib2-utils-gtk = %{version}
Obsoletes : avahi-glib2-utils-gtk < %{version}
2007-10-11 18:55:38 +02:00
2009-01-14 17:46:55 +01:00
%description -n avahi-utils-gtk
2007-10-11 18:55:38 +02:00
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.
2007-10-25 02:45:48 +02:00
The Avahi mDNS responder is now complete with features, 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.
2007-10-11 18:55:38 +02:00
2008-07-18 22:22:24 +02:00
%package -n python-avahi-gtk
Summary : A set of Avahi utilities written in Python Using python-gtk
2011-12-21 05:14:17 +01:00
Group : Development/Languages/Python
2007-12-19 22:31:05 +01:00
PreReq : coreutils
2012-02-28 00:11:24 +01:00
Requires : python-avahi = %{version}
Requires : python-gtk
2007-10-11 18:55:38 +02:00
# Old name used for <= 10.3:
Provides : avahi-python = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-python < %{version}
2008-07-18 22:22:24 +02:00
# Provide split-provides for update from <= 11.0:
Provides : python-avahi:%{_bindir} /avahi-bookmarks
2007-10-11 18:55:38 +02:00
%py_requires
2008-07-18 22:22:24 +02:00
%description -n python-avahi-gtk
2007-10-11 18:55:38 +02:00
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.
%package -n libavahi-glib-devel
Summary : Include Files and Libraries Mandatory for Development
2011-12-21 05:14:17 +01:00
Group : Development/Libraries/C and C++
2011-04-20 13:46:12 +02:00
Requires : libavahi-devel = %{version}
Requires : libavahi-glib1 = %{version}
Requires : libavahi-ui-gtk3-%{avahi_gtk3_soname} = %{version}
2012-02-28 00:11:24 +01:00
Requires : libavahi-ui0 = %{version}
2011-12-20 09:57:06 +01:00
Requires : typelib-1_0-Avahi-0_6 = %{version}
2007-10-11 18:55:38 +02:00
# Last appeared in OpenSUSE 10.3:
2008-07-18 22:22:24 +02:00
Provides : avahi-devel:%{_libdir} /libavahi-glib.so
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%description -n libavahi-glib-devel
2007-10-25 02:45:48 +02:00
GLib support for avahi.
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-10-11 18:55:38 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-10-11 18:55:38 +02:00
2007-12-19 22:31:05 +01:00
%package -n libavahi-gobject-devel
Summary : D-BUS Service for Zeroconf and Bonjour
Group : System/Daemons
2012-02-28 00:11:24 +01:00
Requires : glib2-devel
Requires : libavahi-devel = %{version}
Requires : libavahi-glib-devel
Requires : libavahi-gobject0 = %{version}
2007-12-19 22:31:05 +01:00
%description -n libavahi-gobject-devel
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 complete with features, 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.
2008-03-10 02:27:42 +01:00
%endif
%if %build_qt3
%package -n libavahi-qt3-1
Summary : Qt3 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
Group : System/GUI/KDE
# Old name used for <= 10.3:
Provides : avahi-qt3 = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-qt3 < %{version}
2008-03-10 02:27:42 +01:00
%description -n libavahi-qt3-1
2007-10-25 02:45:48 +02:00
Qt3 bindings for avahi.
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-07-16 10:17:26 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-07-16 10:17:26 +02:00
2008-03-10 02:27:42 +01:00
%package -n libavahi-qt3-devel
2007-08-09 23:39:07 +02:00
Summary : Include Files and Libraries Mandatory for Development
2007-10-25 02:45:48 +02:00
Group : Development/Libraries/C and C++
2012-02-28 00:11:24 +01:00
Requires : libavahi-devel = %{version}
Requires : libavahi-qt3-1 = %{version}
Requires : qt3-devel
2007-10-11 18:55:38 +02:00
# Last appeared in OpenSUSE 10.3:
2008-03-10 02:27:42 +01:00
Provides : avahi-devel:%{_libdir} /libavahi-qt3.so
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%description -n libavahi-qt3-devel
Qt3 bindings for avahi.
2007-10-25 02:45:48 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-10-11 18:55:38 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%endif
%if %build_qt4
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%package -n libavahi-qt4-1
Summary : Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
Group : System/GUI/KDE
# Old name used for <= 10.3:
Provides : avahi-qt4 = %{version}
2010-05-14 00:16:02 +02:00
Obsoletes : avahi-qt4 < %{version}
2008-03-10 02:27:42 +01:00
%description -n libavahi-qt4-1
Qt4 bindings for avahi.
2007-10-11 18:55:38 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-10-11 18:55:38 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%package -n libavahi-qt4-devel
Summary : Include Files and Libraries Mandatory for Development
2007-10-25 02:45:48 +02:00
Group : Development/Libraries/C and C++
2012-02-28 00:11:24 +01:00
Requires : libavahi-devel = %{version}
Requires : libavahi-qt4-1 = %{version}
Requires : libqt4-devel
2008-03-10 02:27:42 +01:00
# Last appeared in OpenSUSE 10.3:
Provides : avahi-devel:%{_libdir} /libavahi-qt4.so
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%description -n libavahi-qt4-devel
Qt4 bindings for avahi.
2007-07-16 10:17:26 +02:00
2011-07-04 09:35:42 +02:00
Avahi is an implementation the DNS Service Discovery and Multicast DNS
2007-07-16 10:17:26 +02:00
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
2011-07-04 09:35:42 +02:00
correct mDNS reflection across LAN segments.
2007-07-16 10:17:26 +02:00
%endif
2008-03-11 17:01:42 +01:00
%if %build_core
2008-03-10 02:27:42 +01:00
%if %build_mono
%package -n avahi-mono
Summary : Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
Group : Development/Languages/Mono
2012-02-28 00:11:24 +01:00
Requires : gtk-sharp2
Requires : libavahi-client3 >= %{version}
Requires : libavahi-common3 >= %{version}
Requires : libavahi-glib1 >= %{version}
Requires : libavahi-ui0 >= %{version}
2008-03-10 02:27:42 +01:00
%description -n avahi-mono
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
2011-10-12 09:02:43 +02:00
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.
2008-03-10 02:27:42 +01:00
%endif
2007-12-19 22:31:05 +01:00
%lang_package
%endif
2007-07-16 10:17:26 +02:00
%prep
2007-10-11 18:55:38 +02:00
%setup -q -n %{_name}-%{version}
2013-03-07 15:50:23 +01:00
cp -a %{S:1} %{S:7} .
cp -a %{S:5} sysconfig.avahi
sed " s : @ d o c d i r @ : %{_docdir} : g " <%{S:6} >sysconfig.avahi-autoipd
cp -a %{S:9} avahi-autoipd/README.SUSE
sed " s : @ s b i n d i r @ : %{_sbindir} : g " <%{S:10} >avahi-autoipd/avahi-autoipd.if-up
sed " s : @ s b i n d i r @ : %{_sbindir} : g " <%{S:11} >avahi-autoipd/avahi-autoipd.if-down
2010-05-02 03:19:21 +02:00
translation-update-upstream
2007-07-16 10:17:26 +02:00
%patch0
%patch1 -p1
2007-12-19 22:31:05 +01:00
%patch3
2013-03-07 15:50:23 +01:00
%patch4
2008-10-22 17:39:21 +02:00
%patch10 -p1
2011-07-04 09:35:42 +02:00
%patch11 -p1
2011-12-20 09:57:06 +01:00
%patch12 -p1
2012-07-01 22:47:51 +02:00
%patch13 -p1
2012-07-16 22:25:23 +02:00
%patch14 -p1
2013-01-30 09:31:36 +01:00
%patch15 -p1
2008-03-10 02:27:42 +01:00
%if !%build_core
2008-07-18 22:22:24 +02:00
# Replace all .la references from local .la files to installed versions
# with exception of libavahi-glib.la.
2008-03-10 02:27:42 +01:00
# It allows to build only the binding subpackage.
2008-07-18 22:22:24 +02:00
%if %build_mono
2008-03-10 02:27:42 +01:00
sed -i 's:\(\.\.\|\$(top_builddir)\)/[^/]*/\(lib[^ ]*\.la\):%{_libdir}/\2:g' */Makefile.am
2008-07-18 22:22:24 +02:00
%else
sed -i 's:libavahi-glib\.la:@@SKIP LIBAVAHI GLIB@@:g
s:\(\.\.\|\$(top_builddir)\)/[^/]*/\(lib[^ ]*\.la\):%{_libdir} /\2:g
s:@@SKIP LIBAVAHI GLIB@@:libavahi-glib.la:g
' */Makefile.am
%endif
2008-03-10 02:27:42 +01:00
%endif
2008-07-18 22:22:24 +02:00
if ! test -f %{_datadir} /aclocal/glib-gettext.m4 ; then
cat %{S:4} >>acinclude.m4
fi
2013-03-07 15:50:23 +01:00
# FIXME: We do not have xmltoman, use original doc, just fix paths.
sed -i s:/home/lennart/tmp/avahi:: man/*.[0-9]
2013-08-06 11:46:54 +02:00
sed -i " s : - D G T K _ D I S A B L E _ D E P R E C A T E D = 1 : : " avahi-ui/Makefile.am
2007-07-16 10:17:26 +02:00
%build
2007-12-19 22:31:05 +01:00
autoreconf -f -i
2008-07-18 22:22:24 +02:00
intltoolize -f
2007-07-16 10:17:26 +02:00
%configure \
--libexecdir=%{_prefix} /lib\
--disable-static\
--with-distro=suse\
2008-03-10 02:27:42 +01:00
%if %build_core
--enable-compat-libdns_sd\
--enable-compat-howl\
%else
2007-07-16 10:17:26 +02:00
--disable-compat-libdns_sd\
--disable-compat-howl\
2008-03-10 02:27:42 +01:00
%endif
2008-07-18 22:22:24 +02:00
%if %build_glib2
--enable-glib\
--enable-gobject\
--enable-gtk\
2011-04-20 13:46:12 +02:00
--enable-gtk3\
2008-07-18 22:22:24 +02:00
--enable-pygtk\
%else
--disable-glib\
--disable-gobject\
%if ! %build_mono
--disable-gtk\
%endif
2010-09-11 11:40:14 +02:00
--disable-gtk3\
2008-07-18 22:22:24 +02:00
--disable-pygtk\
%endif
2008-03-10 02:27:42 +01:00
%if %build_qt3
2008-07-18 22:22:24 +02:00
--enable-qt3\
2008-03-10 02:27:42 +01:00
%else
2008-07-18 22:22:24 +02:00
--disable-qt3\
2008-03-10 02:27:42 +01:00
%endif
%if %build_qt4
2008-07-18 22:22:24 +02:00
--enable-qt4\
2008-03-10 02:27:42 +01:00
%else
2008-07-18 22:22:24 +02:00
--disable-qt4\
2008-03-10 02:27:42 +01:00
%endif
%if %build_mono
2008-07-18 22:22:24 +02:00
--enable-mono\
--enable-gtk\
2008-03-10 02:27:42 +01:00
%else
2008-07-18 22:22:24 +02:00
--disable-mono\
2007-07-16 10:17:26 +02:00
%endif
--with-avahi-priv-access-group=avahi\
2013-03-07 15:50:23 +01:00
--with-autoipd-user=avahi-autoipd\
--with-autoipd-group=avahi-autoipd
2008-07-18 22:22:24 +02:00
%if %build_glib2 && !%build_core
for DIR in avahi-glib avahi-gobject avahi-ui avahi-discover-standalone avahi-python man ; do
cd $DIR
2011-09-21 17:30:27 +02:00
make %{?_smp_mflags}
2008-07-18 22:22:24 +02:00
cd ..
done
%endif
2008-03-10 02:27:42 +01:00
%if %build_qt3 && !%build_core
cd avahi-qt
%endif
%if %build_qt4 && !%build_core
cd avahi-qt
%endif
%if %build_mono && !%build_core
cd avahi-sharp
2011-09-21 17:30:27 +02:00
make %{?_smp_mflags}
2008-03-10 02:27:42 +01:00
cd ../avahi-ui-sharp
%endif
2011-09-21 17:30:27 +02:00
make %{?_smp_mflags}
2007-07-16 10:17:26 +02:00
%install
2008-07-18 22:22:24 +02:00
%if %build_glib2 && !%build_core
for DIR in avahi-glib avahi-gobject avahi-ui avahi-discover-standalone avahi-python man ; do
cd $DIR
%makeinstall
cd ..
done
cd -
%endif
2008-03-10 02:27:42 +01:00
%if %build_qt3 && !%build_core
cd avahi-qt
%endif
%if %build_qt4 && !%build_core
cd avahi-qt
%endif
%if %build_mono && !%build_core
cd avahi-sharp
2007-12-19 22:31:05 +01:00
%makeinstall
2008-03-10 02:27:42 +01:00
cd ../avahi-ui-sharp
%endif
%makeinstall
%if !%build_core
cd ..
2011-09-21 17:30:27 +02:00
make %{?_smp_mflags} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
2008-03-10 02:27:42 +01:00
%endif
%if %build_core
2009-01-16 12:08:15 +01:00
# do not remove this unless you plan to fix _all_ the references to
# it. all (multiple) previous attempts have failed already
#rm $RPM_BUILD_ROOT%{_libdir}/libavahi-common.la
2007-07-16 10:17:26 +02:00
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
2013-03-07 15:50:23 +01:00
install -d $RPM_BUILD_ROOT %{_prefix} /lib/avahi
install avahi-daemon-check-dns.sh $RPM_BUILD_ROOT %{_prefix} /lib/avahi/
install -d $RPM_BUILD_ROOT /etc/sysconfig/network/if-{up,down}.d
# Note: We do not install the script to if-down.d. Only very obscure use
# cases may fail. (And Debian does the same.)
# (You would have an AUTOIP-only fallback network, then connect network
# to network with .local in DNS without disconnecting from the fallback,
# then disconnect from network with .local in DNS.)
install avahi-daemon.if-up $RPM_BUILD_ROOT /etc/sysconfig/network/if-up.d/avahi-daemon
install avahi-autoipd/avahi-autoipd.if-up $RPM_BUILD_ROOT /etc/sysconfig/network/if-up.d/avahi-autoipd
install avahi-autoipd/avahi-autoipd.if-down $RPM_BUILD_ROOT /etc/sysconfig/network/if-down.d/avahi-autoipd
install -d $RPM_BUILD_ROOT %{_localstatedir} /lib/avahi-autoipd
2007-07-16 10:17:26 +02:00
# 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
install -m 644 %{S:3} $RPM_BUILD_ROOT %{_sysconfdir} /sysconfig/SuSEfirewall2.d/services/avahi
2008-07-18 22:22:24 +02:00
ln -s %{_sysconfdir} /init.d/avahi-bookmarks $RPM_BUILD_ROOT %{_sbindir} /rcavahi-bookmarks
install -d $RPM_BUILD_ROOT %{_datadir} /pixmaps
2013-03-07 15:50:23 +01:00
# network-wired icon is available only in GNOME. Install network-wired.png as fallback system-wide icon. (Avahi#365)
# The icon is installed as part of core, as any of %%build_glib2 subpackages can be installed separately.
install -m 644 /usr/share/icons/gnome/48x48/devices/network-wired.png $RPM_BUILD_ROOT %{_datadir} /pixmaps/network-wired.png
install -d $RPM_BUILD_ROOT /var/adm/fillup-templates
install -m 644 sysconfig.avahi* $RPM_BUILD_ROOT /var/adm/fillup-templates/
2008-12-16 15:41:07 +01:00
%if ! %build_glib2
# Note: This file is intentionally installed here. It is needed for avahi-utils-gtk and python-avahi-gtk:
install -d $RPM_BUILD_ROOT %{_datadir} /avahi/interfaces
2010-09-11 11:40:14 +02:00
install -m 644 avahi-discover-standalone/avahi-discover.ui $RPM_BUILD_ROOT %{_datadir} /avahi/interfaces
2008-12-16 15:41:07 +01:00
%endif
2011-02-13 22:03:36 +01:00
%find_lang %{name} %{?no_lang_C}
2008-03-10 02:27:42 +01:00
%else
2008-07-18 22:22:24 +02:00
# There is no simple way to not install core files. Remove them here.
2008-03-10 02:27:42 +01:00
# The rest is enabled/disabled in configure as needed.
rm $RPM_BUILD_ROOT %{_libdir} /pkgconfig/avahi-client.pc
rm $RPM_BUILD_ROOT %{_libdir} /pkgconfig/avahi-core.pc
2008-07-18 22:22:24 +02:00
%if %build_glib2
rm $RPM_BUILD_ROOT %{_bindir} /avahi-bookmarks
2009-08-17 14:20:47 +02:00
rm -r $RPM_BUILD_ROOT %{python_sitelib} /avahi
2008-07-18 22:22:24 +02:00
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-bookmarks.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-browse-domains.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-browse.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-publish-address.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-publish-service.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-publish.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-resolve-address.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-resolve-host-name.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-resolve.1*
rm $RPM_BUILD_ROOT %{_mandir} /man1/avahi-set-host-name.1*
rm $RPM_BUILD_ROOT %{_mandir} /man5/avahi-daemon.conf.5*
rm $RPM_BUILD_ROOT %{_mandir} /man5/avahi.hosts.5*
rm $RPM_BUILD_ROOT %{_mandir} /man5/avahi.service.5*
rm $RPM_BUILD_ROOT %{_mandir} /man8/avahi-autoipd.8*
rm $RPM_BUILD_ROOT %{_mandir} /man8/avahi-autoipd.action.8*
rm $RPM_BUILD_ROOT %{_mandir} /man8/avahi-daemon.8*
rm $RPM_BUILD_ROOT %{_mandir} /man8/avahi-dnsconfd.8*
rm $RPM_BUILD_ROOT %{_mandir} /man8/avahi-dnsconfd.action.8*
2008-12-16 15:41:07 +01:00
# Note: This file was intentionally moved to avahi. It is needed for avahi-utils-gtk and python-avahi-gtk:
2010-09-11 11:40:14 +02:00
rm $RPM_BUILD_ROOT %{_datadir} /avahi/interfaces/avahi-discover.ui
2008-12-16 15:41:07 +01:00
rmdir $RPM_BUILD_ROOT %{_datadir} /avahi/interfaces
rmdir $RPM_BUILD_ROOT %{_datadir} /avahi
2008-07-18 22:22:24 +02:00
%else
%if %build_mono
2008-03-10 02:27:42 +01:00
rm $RPM_BUILD_ROOT %{_libdir} /pkgconfig/avahi-ui.pc
2007-07-16 10:17:26 +02:00
%endif
2008-07-18 22:22:24 +02:00
%endif
%endif
%if %build_glib2
2013-03-07 15:50:23 +01:00
%suse_update_desktop_file avahi-discover
2009-02-06 21:58:55 +01:00
%suse_update_desktop_file bvnc
%suse_update_desktop_file bssh
2008-07-18 22:22:24 +02:00
%endif
2007-10-11 18:55:38 +02:00
%fdupes $RPM_BUILD_ROOT %{_libdir}
2007-07-16 10:17:26 +02:00
2008-03-10 02:27:42 +01:00
%if %build_core
2007-07-16 10:17:26 +02:00
%pre
%{_sbindir} /groupadd -r avahi 2> /dev/null || :
2012-11-14 10:18:10 +01:00
%{_sbindir} /useradd -r -s /bin/false -c " U s e r f o r A v a h i " -d %{_localstatedir} /run/avahi-daemon -g avahi avahi 2> /dev/null || :
2011-10-12 09:02:43 +02:00
%if %suse_version >= 1210
2011-12-04 14:43:57 +01:00
%service_add_pre avahi-dnsconfd.service avahi-daemon.service
2011-10-12 09:02:43 +02:00
%endif
2007-07-16 10:17:26 +02:00
2007-09-10 12:01:29 +02:00
%post
2013-03-07 15:50:23 +01:00
%{fillup_only -n avahi}
%{fillup_only -ns security checksig}
2010-05-02 03:19:21 +02:00
%{fillup_and_insserv -f -y avahi-daemon}
2008-10-22 17:39:21 +02:00
%{fillup_and_insserv -f avahi-dnsconfd}
2011-10-12 09:02:43 +02:00
%if %suse_version >= 1210
2011-12-04 14:43:57 +01:00
%service_add_post avahi-dnsconfd.service avahi-daemon.service
2011-10-12 09:02:43 +02:00
%endif
2007-09-10 12:01:29 +02:00
2007-07-16 10:17:26 +02:00
%preun
%{stop_on_removal avahi-daemon}
%{stop_on_removal avahi-dnsconfd}
2011-10-12 09:02:43 +02:00
%if %suse_version >= 1210
2011-12-04 14:43:57 +01:00
%service_del_preun avahi-dnsconfd.service avahi-daemon.service
2011-10-12 09:02:43 +02:00
%endif
2007-07-16 10:17:26 +02:00
%postun
%{restart_on_update avahi-daemon}
%{restart_on_update avahi-dnsconfd}
2007-09-10 12:01:29 +02:00
%insserv_cleanup
2011-10-12 09:02:43 +02:00
%if %suse_version >= 1210
2011-12-04 14:43:57 +01:00
%service_del_postun avahi-dnsconfd.service avahi-daemon.service
2013-03-07 15:50:23 +01:00
%pre autoipd
%{_sbindir} /groupadd -r avahi-autoipd 2> /dev/null || :
%{_sbindir} /useradd -r -s /bin/false -c " U s e r f o r A v a h i I P v 4 L L " -d %{_localstatedir} /lib/avahi-autoipd -g avahi-autoipd avahi-autoipd 2> /dev/null || :
%post autoipd
%{fillup_only -ns avahi autoipd}
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
chown -R avahi-autoipd:avahi-autoipd %{_localstatedir} /lib/avahi-autoipd
2011-10-12 09:02:43 +02:00
%endif
2007-09-10 12:01:29 +02:00
2008-07-18 22:22:24 +02:00
%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
2010-09-11 11:40:14 +02:00
%post -n libavahi-core7 -p /sbin/ldconfig
2008-07-18 22:22:24 +02:00
2010-09-11 11:40:14 +02:00
%postun -n libavahi-core7 -p /sbin/ldconfig
2008-07-18 22:22:24 +02:00
%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
2007-10-11 18:55:38 +02:00
%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 " $ Y A S T _ I S _ R U N N I N G " != " i n s t s y s " -a " $ D I S A B L E _ R E S T A R T _ O N _ U P D A T E " != 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!
2007-09-10 12:01:29 +02:00
%{stop_on_removal avahi-bookmarks}
%insserv_cleanup
2007-10-11 18:55:38 +02:00
%postun -n python-avahi
2007-09-10 12:01:29 +02:00
%{restart_on_update avahi-bookmarks}
2007-07-16 10:17:26 +02:00
%insserv_cleanup
2008-07-18 22:22:24 +02:00
%endif
%if %build_glib2
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%post -n libavahi-ui0 -p /sbin/ldconfig
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%postun -n libavahi-ui0 -p /sbin/ldconfig
2007-07-16 10:17:26 +02:00
2011-04-20 13:46:12 +02:00
%post -n libavahi-ui-gtk3-%{avahi_gtk3_soname} -p /sbin/ldconfig
%postun -n libavahi-ui-gtk3-%{avahi_gtk3_soname} -p /sbin/ldconfig
2007-12-19 22:31:05 +01:00
%post -n libavahi-gobject0 -p /sbin/ldconfig
%postun -n libavahi-gobject0 -p /sbin/ldconfig
2007-10-11 18:55:38 +02:00
%post -n libavahi-glib1 -p /sbin/ldconfig
%postun -n libavahi-glib1 -p /sbin/ldconfig
2011-02-13 22:03:36 +01:00
%post -n python-avahi-gtk
%desktop_database_post
%postun -n python-avahi-gtk
%desktop_database_post
%post -n avahi-utils-gtk
%desktop_database_post
%postun -n avahi-utils-gtk
%desktop_database_post
2007-07-16 10:17:26 +02:00
%endif
2008-03-10 02:27:42 +01:00
%if %build_qt3
2007-07-16 10:17:26 +02:00
2008-03-10 02:27:42 +01:00
%post -n libavahi-qt3-1 -p /sbin/ldconfig
%postun -n libavahi-qt3-1 -p /sbin/ldconfig
%endif
%if %build_qt4
%post -n libavahi-qt4-1 -p /sbin/ldconfig
%postun -n libavahi-qt4-1 -p /sbin/ldconfig
%endif
%if %build_core
2007-07-16 10:17:26 +02:00
%files
%defattr (-,root,root)
%doc LICENSE docs/*
2008-07-18 22:22:24 +02:00
# Note: This file is intentionally packaged here. It is needed for avahi-utils-gtk and python-avahi-gtk:
2013-03-07 15:50:23 +01:00
%{_datadir} /pixmaps/network-wired.png
%dir %{_libdir} /avahi/
# Note: This file is intentionally packaged here. It is needed for python-avahi and avahi-utils:
%{_libdir} /avahi/service-types.db
2010-05-14 00:16:02 +02:00
# avahi creates the directory itself, we do not package it
# since it might be on tmpfs
%attr (-,avahi,avahi) %ghost %{_localstatedir} /run/avahi-daemon
2007-07-16 10:17:26 +02:00
%doc %{_mandir} /man5/*.5*
%doc %{_mandir} /man8/*.8*
2013-03-07 15:50:23 +01:00
%exclude %doc %{_mandir} /man8/avahi-autoipd*
2007-07-16 10:17:26 +02:00
%{_sbindir} /avahi-*
2013-03-07 15:50:23 +01:00
%exclude %{_sbindir} /avahi-autoipd
2007-07-16 10:17:26 +02:00
%{_sbindir} /rcavahi-daemon
%{_sbindir} /rcavahi-dnsconfd
2008-07-18 22:22:24 +02:00
%{_sysconfdir} /sysconfig/SuSEfirewall2.d/services/*
2007-07-16 10:17:26 +02:00
%dir %{_sysconfdir} /avahi
%config %{_sysconfdir} /avahi/avahi-daemon.conf
%{_sysconfdir} /avahi/avahi-dnsconfd.action
%dir %{_sysconfdir} /avahi/services
%{_sysconfdir} /avahi/services/*.service
2012-10-23 22:22:00 +02:00
%config (noreplace) %{_sysconfdir} /avahi/hosts
2007-07-16 10:17:26 +02:00
%{_sysconfdir} /dbus-1/system.d/*.conf
%{_sysconfdir} /init.d/avahi-dnsconfd
%{_sysconfdir} /init.d/avahi-daemon
2012-02-17 09:45:50 +01:00
%{_datadir} /dbus-1/interfaces/org.freedesktop.Avahi.*.xml
2010-09-11 11:40:14 +02:00
%{_datadir} /dbus-1/system-services/org.freedesktop.Avahi.service
2013-03-07 15:50:23 +01:00
%dir %{_prefix} /lib/avahi
%{_prefix} /lib/avahi/avahi-daemon-check-dns.sh
2012-02-28 00:11:24 +01:00
%{_unitdir} /avahi-daemon.service
%{_unitdir} /avahi-daemon.socket
%{_unitdir} /avahi-dnsconfd.service
2008-12-16 15:41:07 +01:00
# Common file for avahi-utils-gtk and python-avahi-gtk:
%dir %{_datadir} /avahi/
%{_datadir} /avahi/interfaces
2013-03-07 15:50:23 +01:00
/etc/sysconfig/network/*/avahi-daemon
/var/adm/fillup-templates/sysconfig.avahi
2007-12-19 22:31:05 +01:00
%files lang -f %{name}.lang
2008-07-18 22:22:24 +02:00
%defattr (-,root,root)
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%files -n libavahi-client3
2007-07-16 10:17:26 +02:00
%defattr (-,root,root)
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-client*.so.*
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%files -n libavahi-common3
2007-07-16 10:17:26 +02:00
%defattr (-,root,root)
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-common*.so.*
2007-10-11 18:55:38 +02:00
2010-09-11 11:40:14 +02:00
%files -n libavahi-core7
2007-10-11 18:55:38 +02:00
%defattr (-,root,root)
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-core*.so.*
2007-10-11 18:55:38 +02:00
%files -n libdns_sd
2007-07-16 10:17:26 +02:00
%defattr (-,root,root)
2007-10-11 18:55:38 +02:00
# libdns_sd.so must be in non-devel package to provide mDNSResponder-lib compatibility:
2007-07-16 10:17:26 +02:00
%{_libdir} /libdns_sd.so
%{_libdir} /libdns_sd.so.*
2007-10-11 18:55:38 +02:00
%files -n libhowl0
2007-07-16 10:17:26 +02:00
%defattr (-,root,root)
2007-10-11 18:55:38 +02:00
%{_libdir} /libhowl.so.*
2007-07-16 10:17:26 +02:00
2008-07-18 22:22:24 +02:00
%files -n python-avahi
%defattr (-,root,root)
%{_bindir} /avahi-bookmarks
%doc %{_mandir} /man1/avahi-bookmarks.1*
%{_sbindir} /rcavahi-bookmarks
%{_sysconfdir} /init.d/avahi-bookmarks
2010-09-11 11:40:14 +02:00
%dir %{python_sitelib} /avahi
%{python_sitelib} /avahi/__init__.py*
2009-08-17 14:20:47 +02:00
%{python_sitelib} /avahi/ServiceTypeDatabase.py
2008-07-18 22:22:24 +02:00
2013-03-07 15:50:23 +01:00
%files autoipd
%defattr (-,root,root)
%doc avahi-autoipd/README.SUSE
%doc %{_mandir} /man8/avahi-autoipd*
%attr (-,avahi-autoipd,avahi-autoipd)%{_localstatedir} /lib/avahi-autoipd
%{_sbindir} /avahi-autoipd
%{_sysconfdir} /avahi/avahi-autoipd.action
/etc/sysconfig/network/*/avahi-autoipd
/var/adm/fillup-templates/sysconfig.avahi-autoipd
2007-10-11 18:55:38 +02:00
%files utils
2007-07-16 10:17:26 +02:00
%defattr (-,root,root)
2007-10-11 18:55:38 +02:00
%{_bindir} /avahi-browse*
%{_bindir} /avahi-publish*
%{_bindir} /avahi-resolve*
%{_bindir} /avahi-set-host-name
2007-12-19 22:31:05 +01:00
%dir %{_datadir} /avahi/
%{_datadir} /avahi/avahi-service.dtd
2007-10-11 18:55:38 +02:00
%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*
2007-07-16 10:17:26 +02:00
2007-10-11 18:55:38 +02:00
%files -n libavahi-devel
2007-07-16 10:17:26 +02:00
%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
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-client.*a
%{_libdir} /libavahi-client*.so
%{_libdir} /libavahi-core.*a
%{_libdir} /libavahi-core*.so
%{_libdir} /libavahi-common*.so
2009-01-16 12:08:15 +01:00
# do not remove unless you fix the resulting problems
# reference is in libavahi-client.la
%{_libdir} /libavahi-common*.*a
2007-10-11 18:55:38 +02:00
%{_libdir} /pkgconfig/avahi-client.pc
%{_libdir} /pkgconfig/avahi-core.pc
2008-07-18 22:22:24 +02:00
%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
%if %build_glib2
%files -n libavahi-ui0
%defattr (-,root,root)
2011-04-20 13:46:12 +02:00
%{_libdir} /libavahi-ui.so.*
%files -n libavahi-ui-gtk3-%{avahi_gtk3_soname}
%defattr (-,root,root)
%{_libdir} /libavahi-ui-gtk3.so.%{avahi_gtk3_soname} *
2008-07-18 22:22:24 +02:00
%files -n libavahi-glib1
%defattr (-,root,root)
%{_libdir} /libavahi-glib*.so.*
%files -n libavahi-gobject0
%defattr (-,root,root)
%{_libdir} /libavahi-gobject*.so.*
2011-12-20 09:57:06 +01:00
%files -n typelib-1_0-Avahi-0_6
%defattr (-,root,root)
2010-09-11 11:40:14 +02:00
%{_libdir} /girepository-1.0/Avahi-0.6.typelib
%{_libdir} /girepository-1.0/AvahiCore-0.6.typelib
2008-07-18 22:22:24 +02:00
%files -n python-avahi-gtk
%defattr (-,root,root)
%{_bindir} /avahi-discover
%{_datadir} /applications/avahi-discover.desktop
%doc %{_mandir} /man1/avahi-discover.1*
2009-08-17 14:20:47 +02:00
%{python_sitelib} /avahi_discover
2008-07-18 22:22:24 +02:00
2009-01-14 17:46:55 +01:00
%files -n avahi-utils-gtk
2008-07-18 22:22:24 +02:00
%defattr (-,root,root)
%{_bindir} /bshell
%{_bindir} /bssh
%{_bindir} /bvnc
%{_bindir} /avahi-discover-standalone
%{_datadir} /applications/bssh.desktop
%{_datadir} /applications/bvnc.desktop
%doc %{_mandir} /man1/bssh.1.*
%doc %{_mandir} /man1/bvnc.1.*
2007-10-11 18:55:38 +02:00
%files -n libavahi-glib-devel
%defattr (-,root,root)
%{_includedir} /avahi-glib
%{_includedir} /avahi-ui
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-glib*.*a
%{_libdir} /libavahi-glib*.so
%{_libdir} /libavahi-ui*.*a
%{_libdir} /libavahi-ui*.*so
2007-07-16 10:17:26 +02:00
%{_libdir} /pkgconfig/avahi-glib.pc
2007-10-11 18:55:38 +02:00
%{_libdir} /pkgconfig/avahi-ui.pc
2011-04-20 13:46:12 +02:00
%{_libdir} /pkgconfig/avahi-ui-gtk3.pc
2007-10-11 18:55:38 +02:00
2007-12-19 22:31:05 +01:00
%files -n libavahi-gobject-devel
%defattr (-,root,root)
%{_includedir} /avahi-gobject
%{_libdir} /libavahi-gobject*.*a
%{_libdir} /libavahi-gobject*.so
%{_libdir} /pkgconfig/avahi-gobject.pc
2010-09-11 11:40:14 +02:00
%{_datadir} /gir-1.0/*.gir
2008-03-10 02:27:42 +01:00
%endif
%if %build_qt3
2007-10-11 18:55:38 +02:00
%files -n libavahi-qt3-devel
%defattr (-,root,root)
%{_includedir} /avahi-qt3
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-qt3*.*a
%{_libdir} /libavahi-qt3*.so
2007-07-16 10:17:26 +02:00
%{_libdir} /pkgconfig/avahi-qt3.pc
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%files -n libavahi-qt3-1
%defattr (-,root,root)
%{_libdir} /libavahi-qt3*.so.*
%endif
%if %build_qt4
2007-10-11 18:55:38 +02:00
%files -n libavahi-qt4-devel
%defattr (-,root,root)
%{_includedir} /avahi-qt4
2007-10-25 02:45:48 +02:00
%{_libdir} /libavahi-qt4*.*a
%{_libdir} /libavahi-qt4*.so
2007-07-16 10:17:26 +02:00
%{_libdir} /pkgconfig/avahi-qt4.pc
2008-03-10 02:27:42 +01:00
%files -n libavahi-qt4-1
2007-10-11 18:55:38 +02:00
%defattr (-,root,root)
2008-03-10 02:27:42 +01:00
%{_libdir} /libavahi-qt4*.so.*
%endif
%if %build_mono
%if %build_core
2007-10-11 18:55:38 +02:00
2008-03-10 02:27:42 +01:00
%files -n avahi-mono
%else
%files
%endif
2007-10-11 18:55:38 +02:00
%defattr (-,root,root)
2008-03-10 02:27:42 +01:00
%{_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
2007-10-11 18:55:38 +02:00
%endif
2007-12-19 22:31:05 +01:00
2007-07-16 10:17:26 +02:00
%changelog