rpms/libhildon/devel libhildon-2.0.6-add-needed.patch, NONE, 1.1 libhildon.spec, 1.3, 1.4

Adam Jackson ajax at fedoraproject.org
Tue Feb 16 23:01:37 UTC 2010


Author: ajax

Update of /cvs/pkgs/rpms/libhildon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25239

Modified Files:
	libhildon.spec 
Added Files:
	libhildon-2.0.6-add-needed.patch 
Log Message:
* Tue Feb 16 2010 Adam Jackson <ajax at redhat.com> 2.0.6-5
- libhildon-2.0.6-add-needed.patch: Fix FTBFS from --no-add-needed


libhildon-2.0.6-add-needed.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libhildon-2.0.6-add-needed.patch ---
diff -up libhildon-2.0.6/configure.ac.jx libhildon-2.0.6/configure.ac
--- libhildon-2.0.6/configure.ac.jx	2008-08-05 03:53:33.000000000 -0400
+++ libhildon-2.0.6/configure.ac	2010-02-16 18:02:23.000000000 -0500
@@ -161,7 +161,7 @@ else
 fi
 
 # Check support (c unit test)
-PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
+PKG_CHECK_MODULES(CHECK, check x11, [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
 AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
 
 CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${FATAL_FLAGS}"


Index: libhildon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhildon/devel/libhildon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libhildon.spec	25 Jul 2009 05:53:38 -0000	1.3
+++ libhildon.spec	16 Feb 2010 23:01:37 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           libhildon
 Version:        2.0.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Hildon Application Framework - shared libraries
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@ License:        LGPLv2+
 URL:            http://live.gnome.org/Hildon
 Source0:        http://repository.maemo.org/pool/diablo/free/libh/libhildon/libhildon_%{version}-1.tar.gz
 #Patch0:         libhildon-2.0.4-ver.patch
+Patch0:         libhildon-2.0.6-add-needed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake gettext libtool check-devel perl
@@ -49,6 +50,7 @@ This package contains gtk-doc documentat
 %prep
 %setup -q
 #patch0 -p1 -b .ver
+%patch0 -p1 -b .add-needed
 # examples directory contain files that are processed during the build process
 # even if libhildon is configured not to build examples;
 # by copying the source files out, they can be cleanly packaged
@@ -108,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Adam Jackson <ajax at redhat.com> 2.0.6-5
+- libhildon-2.0.6-add-needed.patch: Fix FTBFS from --no-add-needed
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list