Author: wiget Date: Sat Feb 12 14:33:30 2011 GMT Module: packages Tag: HEAD ---- Log message: - enable gtk3 - rel. 6
---- Files affected: packages/avahi: avahi.spec (1.127 -> 1.128) ---- Diffs: ================================================================ Index: packages/avahi/avahi.spec diff -u packages/avahi/avahi.spec:1.127 packages/avahi/avahi.spec:1.128 --- packages/avahi/avahi.spec:1.127 Sat Feb 5 16:03:35 2011 +++ packages/avahi/avahi.spec Sat Feb 12 15:33:25 2011 @@ -2,8 +2,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 # @@ -11,7 +9,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 @@ -34,7 +32,7 @@ Summary(pl.UTF-8): Wolna implementacja mDNS/DNS-SD/Zeroconf Name: avahi Version: 0.6.28 -Release: 5 +Release: 6 License: LGPL v2.1+ Group: Applications Source0: http://avahi.org/download/%{name}-%{version}.tar.gz @@ -67,12 +65,10 @@ %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 >= 2:2.28.0 +BuildRequires: gtk+3-devel >= 3.0.0 %endif BuildRequires: intltool >= 0.35 BuildRequires: libcap-devel @@ -1097,6 +1093,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.128 2011/02/12 14:33:25 wiget +- enable gtk3 +- rel. 6 + Revision 1.127 2011/02/05 15:03:35 wiget - added gtk+3 subpackages - added "man page" for bshell ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avahi/avahi.spec?r1=1.127&r2=1.128&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
