rpms/gnome-games/devel gnome-games-libs.patch, NONE, 1.1 gnome-games.spec, 1.252, 1.253

Matthias Clasen mclasen at fedoraproject.org
Sun Feb 14 05:41:36 UTC 2010


Author: mclasen

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

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


gnome-games-libs.patch:
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE gnome-games-libs.patch ---
diff -up gnome-games-2.29.6/gnect/src/Makefile.am.libs gnome-games-2.29.6/gnect/src/Makefile.am
--- gnome-games-2.29.6/gnect/src/Makefile.am.libs	2010-02-14 00:36:58.118391205 -0500
+++ gnome-games-2.29.6/gnect/src/Makefile.am	2010-02-14 00:37:13.048114556 -0500
@@ -32,6 +32,7 @@ gnect_CFLAGS = \
 	$(AM_CFLAGS)
 
 gnect_LDADD = \
+	-lz \
 	$(top_builddir)/libgames-support/libgames-support.la \
 	$(GTK_LIBS) \
 	$(INTLLIBS)


Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -p -r1.252 -r1.253
--- gnome-games.spec	26 Jan 2010 16:03:12 -0000	1.252
+++ gnome-games.spec	14 Feb 2010 05:41:36 -0000	1.253
@@ -44,12 +44,14 @@
 Summary: Games for the GNOME desktop
 Name: gnome-games
 Version: 2.29.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: Amusements/Games
 Source: http://download.gnome.org/sources/gnome-games/2.29/gnome-games-%{version}.tar.bz2
 
+Patch0: gnome-games-libs.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: gnome-games-devel
 URL: http://projects.gnome.org/gnome-games/
@@ -81,6 +83,7 @@ BuildRequires: intltool
 # Newer than internal gettext needed
 BuildRequires: gettext
 BuildRequires: autoconf >= 2.60
+BuildRequires: automake libtool
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: scrollkeeper
 
@@ -122,10 +125,11 @@ This package contains user documentation
 
 %prep
 %setup -q
+%patch0 -p1 -b .libs
 
-%build
+autoreconf
 
-autoconf
+%build
 export CFLAGS="$RPM_OPT_FLAGS -DNO_HOWL"
 %configure --localstatedir=/var/lib \
            --disable-gnuchess \
@@ -465,6 +469,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun Feb 14 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.6-2
+- Add missing libs
+
 * Tue Jan 26 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.6-1
 - Update to 2.29.6
 



More information about the scm-commits mailing list