This commit is contained in:
parent
7d3b6f7b50
commit
7a44a3c8f4
@ -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
|
Fri Jan 19 00:22:57 CET 2007 - jhargadon@suse.de
|
||||||
|
|
||||||
|
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gnome-bluetooth
|
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)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: gnome-vfs2 python-gnome
|
Requires: gnome-vfs2 python-gnome
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 38
|
Release: 43
|
||||||
Summary: GNOME Bluetooth Support
|
Summary: GNOME Bluetooth Support
|
||||||
URL: http://usefulinc.com/software/gnome-bluetooth/
|
URL: http://usefulinc.com/software/gnome-bluetooth/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -103,6 +103,13 @@ rm -f libegg/aclocal.m4 aclocal.m4
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
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\
|
%configure\
|
||||||
--disable-schemas-install
|
--disable-schemas-install
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
@ -134,7 +141,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f %{name}.lst
|
%files -f %{name}.lst
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
@ -149,7 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.*a
|
%{_libdir}/*.*a
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog -n gnome-bluetooth
|
%changelog
|
||||||
|
* Sun Feb 18 2007 - aj@suse.de
|
||||||
|
- Cleanup BuildRequires.
|
||||||
* Fri Jan 19 2007 - jhargadon@suse.de
|
* Fri Jan 19 2007 - jhargadon@suse.de
|
||||||
- removed useless .la files (#223699)
|
- removed useless .la files (#223699)
|
||||||
* Tue Dec 19 2006 - sbrabec@suse.cz
|
* Tue Dec 19 2006 - sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user