- Update for 0.9.0
This commit is contained in:
parent
6c07cb0a8b
commit
f43a103487
@ -1 +1 @@
|
||||
gnome-bluetooth-0.7.0.tar.bz2
|
||||
gnome-bluetooth-0.9.0.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Bluetooth Subsystem
|
||||
Name: gnome-bluetooth
|
||||
Version: 0.8.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://usefulinc.com/software/gnome-bluetooth
|
||||
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf >= 2.57 bluez-libs-devel >= 2.8 bluez-utils
|
||||
BuildRequires: libgnomeui-devel >= 2.2 libbonobo-devel >= 2.0
|
||||
BuildRequires: GConf2-devel >= 2.0 librsvg2-devel
|
||||
BuildRequires: libbtctl-devel >= 0.8.2
|
||||
BuildRequires: libbtctl-devel >= 0.9.0
|
||||
BuildRequires: gob2 openobex-devel >= 1.0.1
|
||||
BuildRequires: pygtk2-devel python-devel
|
||||
BuildRequires: intltool automake libtool gettext
|
||||
@ -23,8 +23,7 @@ Requires(preun): GConf2
|
||||
Requires: bluez-utils
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
Patch1: gnome-bluetooth-0.7.0-pydir.patch
|
||||
Patch2: gnome-bluetooth-0.8.0-desktop.patch
|
||||
Patch1: gnome-bluetooth-0.8.0-desktop.patch
|
||||
|
||||
%description
|
||||
This package contains a Bonobo server to control Bluetooth devices,
|
||||
@ -54,8 +53,7 @@ which will use gnome-bluetooth.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .pydir
|
||||
%patch2 -p1 -b .dfix
|
||||
%patch1 -p1 -b .dfix
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -65,11 +63,9 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
./libtool --finish $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules
|
||||
|
||||
# we do not want .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
|
||||
%find_lang %{name}
|
||||
|
||||
@ -123,6 +119,9 @@ fi
|
||||
%{_includedir}/gnome-bluetooth/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-1
|
||||
- Update for 0.9.0
|
||||
|
||||
* Mon Apr 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
|
||||
- Remove unncessary gconfd killing from scripts (#224561)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user