rpms/gnome-terminal/devel gnome-terminal-libs.patch, NONE, 1.1 gnome-terminal.spec, 1.132, 1.133

Matthias Clasen mclasen at fedoraproject.org
Sun Feb 14 06:03:38 UTC 2010


Author: mclasen

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

Modified Files:
	gnome-terminal.spec 
Added Files:
	gnome-terminal-libs.patch 
Log Message:
Add missing libs


gnome-terminal-libs.patch:
 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE gnome-terminal-libs.patch ---
diff -up gnome-terminal-2.29.6/configure.ac.libs gnome-terminal-2.29.6/configure.ac
--- gnome-terminal-2.29.6/configure.ac.libs	2010-02-14 00:57:24.101114610 -0500
+++ gnome-terminal-2.29.6/configure.ac	2010-02-14 00:56:55.923114901 -0500
@@ -54,6 +54,8 @@ PKG_CHECK_MODULES([TERM],
    gconf-2.0 >= $GCONF_REQUIRED
    dbus-glib-1 >= $DBUS_GLIB_REQUIRED])
 
+TERM_LIBS="$TERM_LIBS -lm"
+
 # Check the smclient backend
 GDK_TARGET="$($PKG_CONFIG --variable target gdk-2.0)"
 


Index: gnome-terminal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-terminal/devel/gnome-terminal.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- gnome-terminal.spec	14 Jan 2010 05:50:41 -0000	1.132
+++ gnome-terminal.spec	14 Feb 2010 06:03:38 -0000	1.133
@@ -9,7 +9,7 @@
 Summary: Terminal emulator for GNOME
 Name: gnome-terminal
 Version: 2.29.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
 URL: http://www.gnome.org/
@@ -18,6 +18,8 @@ Source0: http://download.gnome.org/sourc
 Source1: profile-new-dialog.ui
 # Fix gnome.org Bug 338913 – Terminal resized when switching tabs
 Patch2: gnome-terminal-2.15.0-338913-revert-336325.patch
+# 
+Patch3: gnome-terminal-libs.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -39,7 +41,8 @@ BuildRequires: scrollkeeper
 BuildRequires: gettext
 BuildRequires: gnome-doc-utils
 BuildRequires: intltool
-
+BuildRequires: gnome-common
+BuildRequires: autoconf
 
 %description
 gnome-terminal is a terminal emulator for GNOME. It supports translucent
@@ -49,6 +52,9 @@ clickable URLs.
 %prep
 %setup -q
 %patch2 -p1 -b .338913-revert-336325
+%patch3 -p1 -b .libs
+
+autoconf
 
 %build
 
@@ -95,7 +101,6 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 rm -rf $RPM_BUILD_ROOT
 
 %post
-scrollkeeper-update -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
 	%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null || :
@@ -114,9 +119,6 @@ if [ "$1" -eq 0 ]; then
       %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null || :
 fi
 
-%postun
-scrollkeeper-update -q
-
 %files -f %{gettext_package}.lang
 %defattr(-,root,root,-)
 
@@ -129,6 +131,9 @@ scrollkeeper-update -q
 %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
 
 %changelog
+* Sun Feb 14 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.6-3
+- Add missing libs
+
 * Thu Jan 14 2010 Behdad Esfahbod <behdad at redhat.com> - 2.29.6-2
 - Second try
 - Drop stale patch



More information about the scm-commits mailing list