diff --git a/gnome-applets-libs.patch b/gnome-applets-libs.patch new file mode 100644 index 0000000..1d1408c --- /dev/null +++ b/gnome-applets-libs.patch @@ -0,0 +1,13 @@ +diff -up gnome-applets-2.29.5/geyes/Makefile.am.libs gnome-applets-2.29.5/geyes/Makefile.am +--- gnome-applets-2.29.5/geyes/Makefile.am.libs 2010-02-14 14:27:43.528930009 -0500 ++++ gnome-applets-2.29.5/geyes/Makefile.am 2010-02-14 14:27:54.382903748 -0500 +@@ -17,7 +17,8 @@ geyes_applet2_SOURCES = \ + + geyes_applet2_LDADD = \ + $(GNOME_APPLETS_LIBS) \ +- $(GNOME_LIBS2_LIBS) ++ $(GNOME_LIBS2_LIBS) \ ++ -lm + + serverdir = $(libdir)/bonobo/servers + server_in_files = GNOME_GeyesApplet.server.in diff --git a/gnome-applets.spec b/gnome-applets.spec index dce6e70..97b0412 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -33,7 +33,7 @@ Summary: Small applications for the GNOME panel Name: gnome-applets Version: 2.29.5 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: User Interface/Desktops @@ -41,7 +41,6 @@ URL: http://www.gnome.org/ Source: http://download.gnome.org/sources/%{name}/2.29/%{name}-%{version}.tar.bz2 Source2: gnome-applets-2.9.3.1-modemlights.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: gnome-applets-2.15.2-use-old-modemlights.patch Patch2: gnome-applets-2.23.3-use-builtin-apm.patch @@ -61,6 +60,9 @@ Patch42: stickynotes-null.patch # https://bugzilla.gnome.org/show_bug.cgi?id=599728 Patch44: seriesid-clash.patch +# +Patch50: gnome-applets-libs.patch + BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libgnomeui-devel >= %{libgnomeui_version} @@ -150,6 +152,7 @@ tar xjf %{SOURCE2} %patch34 -p1 -b .ppp-includes %patch35 -p1 -b .modemlights-libgnome %patch44 -p1 -b .seriesid +%patch50 -p1 -b .libs autoreconf -i -f @@ -341,6 +344,9 @@ fi %changelog +* Sun Feb 14 2010 Matthias Clasen - 1:2.29.5-2 +- Add missing libs + * Sun Jan 17 2010 Matthias Clasen - 1:2.29.5-1 - Update to 2.29.5