Updating link to change in openSUSE:Factory/avahi revision 84.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=a81655076b9f893954283f7c98a1553f
This commit is contained in:
parent
683c32ee47
commit
6038d275fe
@ -31,7 +31,7 @@ Name: avahi-glib2
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.30
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -135,6 +135,7 @@ across LAN segments.
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -153,6 +154,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-common3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -171,6 +173,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-core7
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -189,6 +192,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libdns_sd
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -227,6 +231,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libhowl0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -250,6 +255,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n python-avahi
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
@ -274,6 +280,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package utils
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -293,6 +300,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
#
|
||||
@ -316,6 +324,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
@ -339,6 +348,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-howl-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
||||
@ -591,6 +601,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
@ -614,6 +625,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
@ -641,6 +653,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
||||
|
@ -31,7 +31,7 @@ Name: avahi-mono
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.30
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -134,6 +134,7 @@ things, like correct mDNS reflection across LAN segments.
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -152,6 +153,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-common3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -170,6 +172,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-core7
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -188,6 +191,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libdns_sd
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -226,6 +230,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libhowl0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -249,6 +254,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n python-avahi
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
@ -273,6 +279,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package utils
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -292,6 +299,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
#
|
||||
@ -315,6 +323,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
@ -338,6 +347,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-howl-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
||||
@ -362,6 +372,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_glib2
|
||||
|
||||
%package -n libavahi-ui0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -400,6 +411,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-glib1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
@ -423,6 +435,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
@ -441,6 +454,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n avahi-utils-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -465,6 +479,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n python-avahi-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python Using python-gtk
|
||||
PreReq: coreutils
|
||||
@ -491,6 +506,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version}
|
||||
@ -517,6 +533,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
@ -590,6 +607,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
@ -613,6 +631,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
|
@ -31,7 +31,7 @@ Name: avahi-qt4
|
||||
%define build_qt3 0
|
||||
%define build_qt4 1
|
||||
Version: 0.6.30
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -137,6 +137,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -155,6 +156,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-common3
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -173,6 +175,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-core7
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -191,6 +194,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libdns_sd
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -229,6 +233,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libhowl0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
@ -252,6 +257,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n python-avahi
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
@ -276,6 +282,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package utils
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -295,6 +302,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
#
|
||||
@ -318,6 +326,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
@ -341,6 +350,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package compat-howl-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
||||
@ -365,6 +375,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_glib2
|
||||
|
||||
%package -n libavahi-ui0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -403,6 +414,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-glib1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
@ -426,6 +438,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
@ -444,6 +457,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n avahi-utils-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -468,6 +482,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n python-avahi-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python Using python-gtk
|
||||
PreReq: coreutils
|
||||
@ -494,6 +509,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version}
|
||||
@ -520,6 +536,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
@ -643,6 +660,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
||||
|
12
avahi.spec
12
avahi.spec
@ -33,7 +33,7 @@ Name: avahi
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.30
|
||||
Release: 3
|
||||
Release: 5
|
||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -365,6 +365,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_glib2
|
||||
|
||||
%package -n libavahi-ui0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
@ -403,6 +404,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n libavahi-glib1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
@ -426,6 +428,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
@ -444,6 +447,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n avahi-utils-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{_name} >= %{version}
|
||||
@ -468,6 +472,7 @@ addition, it supports some nifty things, like correct mDNS reflection
|
||||
across LAN segments.
|
||||
|
||||
%package -n python-avahi-gtk
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: A set of Avahi utilities written in Python Using python-gtk
|
||||
PreReq: coreutils
|
||||
@ -494,6 +499,7 @@ addition, it supports some nifty things that have never been seen
|
||||
elsewhere, like correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version}
|
||||
@ -520,6 +526,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
@ -593,6 +600,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
@ -616,6 +624,7 @@ supports some nifty things that have never been seen elsewhere like
|
||||
correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
@ -643,6 +652,7 @@ correct mDNS reflection across LAN segments.
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
|
||||
License: LGPLv2.1+
|
||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user