]> git.pld-linux.org Git - packages/avahi.git/blame - avahi.spec
- started work on Avahi for PLD
[packages/avahi.git] / avahi.spec
CommitLineData
84074ccc 1#
2# Conditional build:
3%bcond_with dotnet # build with dotnet bindings
4#
5Summary: Free mDNS/DNS-SD implementation
6Summary(pl): Wolna implementacja mDNS/DNS-SD
7Name: avahi
8Version: 0.6.4
9Release: 0.1
10License: GPL v.2/LGPL
11Group: Applications
12Source0: http://avahi.org/download/%{name}-%{version}.tar.gz
13# Source0-md5: 12eb941043f26f82c51e99821ac52c44
14URL: http://avahi.org/
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: dbus-devel >= 0.34
18BuildRequires: doxygen
19BuildRequires: expat-devel
20BuildRequires: gdbm-devel
21BuildRequires: glib2-devel >= 1:2.4.0
22BuildRequires: graphviz
23BuildRequires: gtk+2-devel >= 2:2.4.0
24BuildRequires: libdaemon-devel >= 0.5
25BuildRequires: libglade2-devel >= 2.4.0
26BuildRequires: libtool
27%if %{with dotnet}
28BuildRequires: mono
29BuildRequires: monodoc
30%endif
31BuildRequires: python-dbus
32BuildRequires: python-pygtk-devel
33BuildRequires: qt-devel
34BuildRequires: rpmbuild(macros) >= 1.228
35Requires(post,preun): /sbin/chkconfig
36Requires: %{name}-libs = %{version}-%{release}
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40Avahi is an implementation the DNS Service Discovery and Multicast
41DNS specifications for Zeroconf Computing. It uses D-BUS for
42communication between user applications and a system daemon.
43
44%description -l pl
45