rpms/gnome-applets/devel gnome-applets-libs.patch, NONE, 1.1 gnome-applets.spec, 1.357, 1.358

Matthias Clasen mclasen at fedoraproject.org
Sun Feb 14 19:34:06 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv958

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-libs.patch 
Log Message:
add missing libs


gnome-applets-libs.patch:
 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE gnome-applets-libs.patch ---
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


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -p -r1.357 -r1.358
--- gnome-applets.spec	17 Jan 2010 22:21:45 -0000	1.357
+++ gnome-applets.spec	14 Feb 2010 19:34:05 -0000	1.358
@@ -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 <mclasen at redhat.com> - 1:2.29.5-2
+- Add missing libs
+
 * Sun Jan 17 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.29.5-1
 - Update to 2.29.5
 



More information about the scm-commits mailing list