From 7a44a3c8f44952d5b67c8ad5bfc20058d46cca1426409b6eb6ccd43dc0d6aa27 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Feb 2007 20:32:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=3 --- gnome-bluetooth.changes | 5 +++++ gnome-bluetooth.spec | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index c9017f3..6bf3a6b 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 18 17:55:03 CET 2007 - aj@suse.de + +- Cleanup BuildRequires. + ------------------------------------------------------------------- Fri Jan 19 00:22:57 CET 2007 - jhargadon@suse.de diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 35396f7..79e9ec7 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -11,12 +11,12 @@ # norootforbuild Name: gnome-bluetooth -BuildRequires: gnutls-devel gob2 intltool libbtctl-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel librsvg-devel libwnck-devel mDNSResponder-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files +BuildRequires: gob2 intltool libbtctl-devel libglade2-devel libgnomeui-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files License: GNU General Public License (GPL) Group: System/GUI/GNOME Requires: gnome-vfs2 python-gnome Version: 0.8.0 -Release: 38 +Release: 43 Summary: GNOME Bluetooth Support URL: http://usefulinc.com/software/gnome-bluetooth/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -103,6 +103,13 @@ rm -f libegg/aclocal.m4 aclocal.m4 %build autoreconf -f -i +# These variables test are some old cruft that is nowhere used. +# Setting them skips the tests, since they test for librsvg which is not needed. +# If they would be used, the build would fail ;-). +export GOBEX_LIBS="-empty" +export GOBEX_CFLAGS="-empty " +export EGG_RECENT_CFLAGS="-empty" +export EGG_RECENT_LIBS="-empty" %configure\ --disable-schemas-install make %{?jobs:-j%jobs} @@ -134,7 +141,6 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lst %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas %{_bindir}/* %{_libdir}/*.so.* %{_datadir}/applications/*.desktop @@ -149,7 +155,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.*a %{_libdir}/pkgconfig/*.pc -%changelog -n gnome-bluetooth +%changelog +* Sun Feb 18 2007 - aj@suse.de +- Cleanup BuildRequires. * Fri Jan 19 2007 - jhargadon@suse.de - removed useless .la files (#223699) * Tue Dec 19 2006 - sbrabec@suse.cz