diff --git a/.cvsignore b/.cvsignore index a057cb4..b640097 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-bluetooth-0.5.1.tar.gz +gnome-bluetooth-0.6.0.tar.bz2 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 1211f42..1325d93 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -17,6 +17,8 @@ BuildRequires: pygtk2-devel python-devel Requires: %{name}-libs = %{version}-%{release} ExcludeArch: s390 s390x +Patch1: gnome-bluetooth-0.5.1-pydir.patch + %description This package contains a Bonobo server to control Bluetooth devices, and a simple GUI to explore which devices are available @@ -46,12 +48,17 @@ which will use gnome-bluetooth. rm -rf $RPM_BUILD_ROOT %setup -q +%patch1 -p1 -b .pydir #perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \ # */*.desktop.in #perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in) #sed -i.bool -e 's#gtk.TRUE#True#g;s#gtk.FALSE#False#g' python/*.py +aclocal +automake -a +autoconf + %build %configure diff --git a/sources b/sources index 725fce9..8982775 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60dfef22c0cc075ac1e3d84c249b8ca3 gnome-bluetooth-0.5.1.tar.gz +d661d950a559865c06aa8ad836708dde gnome-bluetooth-0.6.0.tar.bz2