rpms/gnome-launch-box/devel gnome-launch-box-libs.patch, NONE, 1.1 gnome-launch-box.spec, 1.19, 1.20

Matthias Clasen mclasen at fedoraproject.org
Sun Feb 14 19:42:00 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-launch-box/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2556

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


gnome-launch-box-libs.patch:
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE gnome-launch-box-libs.patch ---
diff -up gnome-launch-box-0.4/configure.ac.libs gnome-launch-box-0.4/configure.ac
--- gnome-launch-box-0.4/configure.ac.libs	2010-02-14 14:37:42.012905131 -0500
+++ gnome-launch-box-0.4/configure.ac	2010-02-14 14:37:28.026904235 -0500
@@ -52,6 +52,7 @@ PKG_CHECK_MODULES(LB,[
 	gnome-desktop-2.0 >= 2.10
 	libebook-1.2 >= 1.8
 	gconf-2.0
+        x11
 ])
 
 AC_MSG_CHECKING([whether the GNOME control-center uses custom keybindings])


Index: gnome-launch-box.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-launch-box/devel/gnome-launch-box.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- gnome-launch-box.spec	21 Jan 2010 22:19:57 -0000	1.19
+++ gnome-launch-box.spec	14 Feb 2010 19:41:59 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Funky application launcher
 Name: gnome-launch-box
 Version: 0.4
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://developer.imendio.com/projects/gnome-launch-box
@@ -15,6 +15,8 @@ Patch1: glb-use-xdg-dirs.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=440192
 # http://developer.imendio.com/issues/browse/GLB-41
 Patch2: glb-change-default-kbd.patch
+#
+Patch3: gnome-launch-box-libs.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): GConf2
@@ -30,6 +32,8 @@ BuildRequires: gnome-vfs2-devel, GConf2-
 BuildRequires: gettext-devel
 BuildRequires: perl(XML::Parser)
 BuildRequires: control-center-devel >= 2.19.1
+BuildRequires: autoconf automake libtool
+BuildRequires: gnome-common
 
 %description
 Launch Box is an application launcher, heavily influenced by Quicksilver
@@ -41,6 +45,9 @@ for Mac OS X.
 %patch0 -p0 -b .auto-transparent
 %patch1 -p0 -b .xdg-user-dirs
 %patch2 -p0 -b .def-shortcut
+%patch3 -p1 -b .libs
+
+autoreconf -i -f
 
 %build
 %configure --datadir=%{_datadir}/%{name}
@@ -81,6 +88,9 @@ fi
 %{_datadir}/gnome-control-center/keybindings/90-gnome-launch-box.xml
 
 %changelog
+* Sun Feb 14 2010 Matthias Clasen <mclasen at redhat.com> - 0.4-17
+- Add missing libs
+
 * Fri Jan 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.4-16
 - Rebuild for libgnome-desktop soname bump
 



More information about the scm-commits mailing list