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