]> git.pld-linux.org Git - packages/avahi.git/blobdiff - avahi.spec
- up to 0.6.30
[packages/avahi.git] / avahi.spec
index d8a2bfe23ee35d0973217ba303583adf6d89a7b9..9ffa9d06474c6ea0b5c643242ff3b70e7d3fbc55 100644 (file)
@@ -1,8 +1,6 @@
 #
 # TODO:
 #      - finish with_apidocs
-#      - check BRs for gtk+3
-#      - make gtk3 bcond enabled by default when gtk+3 will be stable
 #      - introspection files
 #       - dbus files
 #
@@ -10,7 +8,7 @@
 %bcond_with    apidocs         # build API documentation
 %bcond_without dotnet          # build without dotnet bindings
 %bcond_without gtk             # build without GTK+
-%bcond_with    gtk3            # build without GTK+3
+%bcond_without gtk3            # build without GTK+3
 %bcond_without pygtk           # build without PyGTK
 %bcond_without qt              # build without (any) qt bindings
 %bcond_without qt3             # build without qt3 bindings
 Summary:       Free mDNS/DNS-SD/Zeroconf implementation
 Summary(pl.UTF-8):     Wolna implementacja mDNS/DNS-SD/Zeroconf
 Name:          avahi
-Version:       0.6.28
-Release:       5
+Version:       0.6.30
+Release:       1
 License:       LGPL v2.1+
 Group:         Applications
 Source0:       http://avahi.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: d0143a5aa3265019072e53ab497818d0
+# Source0-md5: e4db89a2a403ff4c47d66ac66fad1f43
 Source1:       %{name}-daemon
 Source2:       %{name}-dnsconfd
 Source3:       %{name}.png
@@ -66,12 +64,10 @@ BuildRequires:      gobject-introspection-devel >= 0.9.5
 %if %{with gtk}
 BuildRequires: glib2-devel >= 1:2.12.2
 BuildRequires: gtk+2-devel >= 2:2.14.0
-BuildRequires: libglade2-devel >= 1:2.6.0
 %endif
 %if %{with gtk3}
-BuildRequires: glib2-devel
-BuildRequires: gtk+3-devel
-BuildRequires: libglade2-devel
+BuildRequires: glib2-devel >= 1:2.28.0
+BuildRequires: gtk+3-devel >= 3.0.0
 %endif
 BuildRequires: intltool >= 0.35
 BuildRequires: libcap-devel
@@ -699,7 +695,8 @@ ln -sf %{_pkgconfigdir}/avahi-compat-howl.pc \
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
 
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{avahi-{browse-domains,publish-address,publish-service,resolve-address,resolve-host-name},bvnc}.1
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/avahi-{browse-domains,publish-address,publish-service,resolve-address,resolve-host-name}.1
+%{?with_gtk:%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/bvnc.1}
 echo '.so avahi-browse.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-browse-domains.1
 echo '.so avahi-publish.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-publish-address.1
 echo '.so avahi-publish.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-publish-service.1
This page took 0.326614 seconds and 4 git commands to generate.