Hello community, here is the log from the commit of package gnome-python-desktop for openSUSE:Factory checked in at 2012-10-04 18:40:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-python-desktop (Old) and /work/SRC/openSUSE:Factory/.gnome-python-desktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-python-desktop", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-python-desktop/gnome-python-desktop.changes 2012-02-28 19:23:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-python-desktop.new/gnome-python-desktop.changes 2012-10-04 18:40:09.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Sep 17 13:24:15 UTC 2012 - [email protected] + +- Disable building python-bugbuddy as we don't ship it anymore, + with a %define in the same way we disable other bindings. If not + building python-bugbuddy: + + Use python-bugbuddy Obsoletes in main subpackage, for smooth + upgrades. + + Pass --disable-bugbuddy to configure. + +------------------------------------------------------------------- +Fri Aug 24 17:30:05 UTC 2012 - [email protected] + +- Disable building of the evo plugins: they are currently not + compatible with w-d-s 3.5.x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-python-desktop.spec ++++++ --- /var/tmp/diff_new_pack.rwSVpt/_old 2012-10-04 18:40:10.000000000 +0200 +++ /var/tmp/diff_new_pack.rwSVpt/_new 2012-10-04 18:40:10.000000000 +0200 @@ -18,7 +18,9 @@ %define build_applet 0 %define build_brasero 0 +%define build_bugbuddy 0 %define build_evince 0 +%define build_evolution 0 %define build_mediaprofiles 0 %define build_metacity 0 @@ -31,7 +33,9 @@ Group: System/GUI/GNOME Source: %{name}-%{version}.tar.bz2 Source1: README.openSUSE +%if %{build_bugbuddy} BuildRequires: bug-buddy +%endif BuildRequires: fdupes BuildRequires: intltool BuildRequires: update-desktop-files @@ -51,8 +55,10 @@ BuildRequires: pkgconfig(libbrasero-burn) BuildRequires: pkgconfig(libbrasero-media) %endif +%if %{build_evolution} BuildRequires: pkgconfig(libebook-1.2) BuildRequires: pkgconfig(libecal-1.2) +%endif BuildRequires: pkgconfig(libgnome-2.0) BuildRequires: pkgconfig(libgnomeprint-2.2) BuildRequires: pkgconfig(libgnomeprintui-2.2) @@ -78,13 +84,21 @@ %else Obsoletes: python-brasero <= %{version} %endif +%if %{build_bugbuddy} Requires: python-bugbuddy +%else +Obsoletes: python-bugbuddy <= %{version} +%endif %if %{build_evince} Requires: python-evince %else Obsoletes: python-evince <= %{version} %endif +%if %{build_evolution} Requires: python-evolution +%else +Obsoletes: python-evolution <= %{version} +%endif %if %{build_applet} Requires: python-gnomeapplet %else @@ -123,6 +137,7 @@ This package contains Python bindings for Brasero. %endif +%if %{build_bugbuddy} %package -n python-bugbuddy Summary: Python bindings for Bug-Buddy Group: Development/Libraries/Python @@ -131,6 +146,7 @@ %description -n python-bugbuddy This package contains Python bindings for Bug-Buddy. +%endif %if %{build_evince} %package -n python-evince @@ -143,6 +159,7 @@ This package contains Python bindings for Evince. %endif +%if %{build_evolution} %package -n python-evolution Summary: Python bindings for Evolution Group: Development/Libraries/Python @@ -154,6 +171,7 @@ %description -n python-evolution This package contains Python bindings for Evolution. +%endif %if %{build_applet} %package -n python-gnomeapplet @@ -275,6 +293,13 @@ %if %{build_metacity} --enable-metacity \ %endif +%if ! %{build_bugbuddy} + --disable-bugbuddy \ +%endif +%if ! %{build_evolution} + --disable-evolution \ + --disable-evolution_ecal \ +%endif %{nil} make %{?jobs:-j%jobs} @@ -314,10 +339,12 @@ %{py_sitedir}/gtk-2.0/braseromedia.so %endif +%if %{build_bugbuddy} %files -n python-bugbuddy %defattr (-, root, root) %doc COPYING %{py_sitedir}/gtk-2.0/bugbuddy.py* +%endif %if %{build_evince} %files -n python-evince @@ -326,6 +353,7 @@ %{py_sitedir}/gtk-2.0/evince.so %endif +%if %{build_evolution} %files -n python-evolution %defattr (-, root, root) %doc COPYING @@ -333,6 +361,7 @@ %{py_sitedir}/gtk-2.0/evolution/__init__.py* %{py_sitedir}/gtk-2.0/evolution/ebook.so %{py_sitedir}/gtk-2.0/evolution/ecal.so +%endif %if %{build_applet} %files -n python-gnomeapplet -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
