- buildrequire pygtk2-devel (bug 135032)
- fixed gnome-bluetooth-manager script for 64bit (bug 134864) - fixed segfault on file receive (bug 133041)
This commit is contained in:
parent
9661410796
commit
4b7828ce63
@ -1,19 +1,21 @@
|
||||
Summary: GNOME Bluetooth Subsystem
|
||||
Name: gnome-bluetooth
|
||||
Version: 0.5.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://usefulinc.com/software/gnome-bluetooth
|
||||
Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.gz
|
||||
Patch1: gnome-bluetooth-0.5.1-pydir.patch
|
||||
Patch2: gnome-bluetooth-0.5.1-auto.patch
|
||||
Patch3: gnome-bluetooth-0.5.1-unref.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: autoconf >= 0:2.57 bluez-libs-devel >= 0:2.8 bluez-utils
|
||||
BuildRequires: glib2-devel >= 0:2.2.0 libgnomeui-devel >= 0:2.2 libbonobo-devel >= 0:2.0
|
||||
BuildRequires: GConf2-devel >= 0:2.0 librsvg2-devel
|
||||
BuildRequires: libbtctl-devel >= 0:0.4.1-2
|
||||
BuildRequires: gob2 openobex-devel >= 0:1.0.1 perl
|
||||
BuildRequires: pygtk2-devel
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
%description
|
||||
@ -29,6 +31,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%setup -q
|
||||
%patch1 -p1 -b .pydir
|
||||
%patch2 -p1 -b .auto
|
||||
%patch3 -p1 -b .unref
|
||||
|
||||
#perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in)
|
||||
|
||||
@ -74,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/gnome-bluetooth-manager.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
|
||||
- buildrequire pygtk2-devel (bug 135032)
|
||||
- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
|
||||
- fixed segfault on file receive (bug 133041)
|
||||
|
||||
* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
|
||||
- buildrequire libbtctl-devel
|
||||
- buildrequire openobex-devel >= 1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user