cvsdist 6e0c721
Summary: GNOME Bluetooth Subsystem
cvsdist 6e0c721
Name: gnome-bluetooth
ee97222
Version: 0.6.0
ec08e66
Release: 2.1
cvsdist 6e0c721
License: GPL
cvsdist 6e0c721
Group: System Environment/Libraries
cvsdist 6e0c721
URL: http://usefulinc.com/software/gnome-bluetooth
ee97222
Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.bz2
ee97222
42d71f7
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
42d71f7
BuildRequires: autoconf >= 2.57 bluez-libs-devel >= 2.8 bluez-utils 
42d71f7
BuildRequires: libgnomeui-devel >= 2.2 libbonobo-devel >= 2.0
42d71f7
BuildRequires: GConf2-devel >= 2.0 librsvg2-devel
ee97222
BuildRequires: libbtctl-devel >= 0.5.0
42d71f7
BuildRequires: gob2 openobex-devel >= 1.0.1
42d71f7
BuildRequires: pygtk2-devel python-devel
42d71f7
Requires: %{name}-libs = %{version}-%{release}
cvsdist 6e0c721
ExcludeArch: s390 s390x
cvsdist 6e0c721
aa842aa
Patch1: gnome-bluetooth-0.5.1-pydir.patch
aa842aa
cvsdist 6e0c721
%description
cvsdist 6e0c721
This package contains a Bonobo server to control Bluetooth devices,
cvsdist 6e0c721
and a simple GUI to explore which devices are available
cvsdist 6e0c721
(gnome-bluetooth-admin).  Also, an OBEX server is available,
cvsdist 6e0c721
gnome-obex-server.  This will receive files sent via Bluetooth to your PC,
cvsdist 6e0c721
and save them in your home directory.
cvsdist 6e0c721
2408fa3
%package libs
2408fa3
Summary: Libraries for applications, which use gnome-bluetooth
2408fa3
Group: Development/Libraries
2408fa3
2408fa3
%description libs
2408fa3
This package contains the libraries for applications, which use gnome-bluetooth.
2408fa3
2408fa3
%package devel
2408fa3
Summary: Files for the development of applications, which use gnome-bluetooth
2408fa3
Group: Development/Libraries
42d71f7
Requires: %{name}-libs = %{version}-%{release}
758a42b
Requires: glib2-devel
758a42b
Requires: libbtctl-devel
2408fa3
2408fa3
%description devel
2408fa3
This package contains the files for the development of applications,
2408fa3
which will use gnome-bluetooth.
2408fa3
cvsdist 6e0c721
%prep
cvsdist 6e0c721
rm -rf $RPM_BUILD_ROOT
cvsdist 6e0c721
cvsdist 6e0c721
%setup -q
aa842aa
%patch1 -p1 -b .pydir
cvsdist eea13fd
b09b18d
perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \
b09b18d
    */*.desktop.in
cvsdist eea13fd
#perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in)
ee97222
#sed -i.bool -e 's#gtk.TRUE#True#g;s#gtk.FALSE#False#g' python/*.py
0a8a776
aa842aa
aclocal
aa842aa
automake -a
aa842aa
autoconf
aa842aa
cvsdist 94905cc
cvsdist 6e0c721
%build
cvsdist 6e0c721
%configure
cvsdist 6e0c721
make
cvsdist 6e0c721
cvsdist 6e0c721
%install
cvsdist 6e0c721
rm -rf $RPM_BUILD_ROOT
cvsdist 6e0c721
%makeinstall
cvsdist 6e0c721
./libtool --finish $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules
42d71f7
mkdir -p %{buildroot}%{_datadir}/pixmaps/
42d71f7
cp -a %{buildroot}%{_datadir}/gnome-bluetooth/pixmaps/blueradio-48.png \
42d71f7
      %{buildroot}%{_datadir}/pixmaps/blueradio.png
cvsdist 6e0c721
cvsdist 6e0c721
# we do not want .la files
cvsdist 6e0c721
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist eea13fd
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
cvsdist 6e0c721
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
42d71f7
%find_lang %{name}
cvsdist 6e0c721
cvsdist 6e0c721
%clean
cvsdist 6e0c721
rm -rf $RPM_BUILD_ROOT
cvsdist 6e0c721
276f8ed
%post libs -p /sbin/ldconfig
cvsdist 6e0c721
276f8ed
%postun libs -p /sbin/ldconfig
cvsdist 6e0c721
cvsdist eea13fd
%files -f %{name}.lang
cvsdist 6e0c721
%defattr(-, root, root)
cvsdist 6e0c721
%doc AUTHORS COPYING ChangeLog NEWS README 
cvsdist eea13fd
#%{_bindir}/gnome-bluetooth-admin
cvsdist eea13fd
%{_bindir}/gnome-bluetooth-manager
cvsdist 6e0c721
%{_bindir}/gnome-obex-send
42d71f7
%{_bindir}/gnome-obex-server
cvsdist 6e0c721
%{_datadir}/applications/gnome-obex-server.desktop
2408fa3
%{_datadir}/applications/gnome-bluetooth-manager.desktop
42d71f7
%{_datadir}/gnome-bluetooth/
42d71f7
%{_datadir}/pixmaps/blueradio.png
ee97222
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas
2408fa3
2408fa3
%files libs
b2e4022
%defattr(-, root, root)
2408fa3
%{_libdir}/libgnomebt.so.*
42d71f7
%{_libdir}/python*.*/site-packages/gnomebt/
2408fa3
2408fa3
%files devel
b2e4022
%defattr(-, root, root)
2408fa3
%{_libdir}/pkgconfig/gnome-bluetooth.pc
2408fa3
%{_libdir}/libgnomebt.so
42d71f7
%{_includedir}/gnome-bluetooth/
cvsdist eea13fd
cvsdist eea13fd
%changelog
ec08e66
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ec08e66
- rebuilt
ec08e66
b09b18d
* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
b09b18d
- Fix relative path for the icons in desktop files which no longer works
b09b18d
  with the icon cache.
b09b18d
ee97222
* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
ee97222
- new version 0.6.0
ee97222
5d92594
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
5d92594
- rebuild for new cairo
5d92594
42d71f7
* Thu Jul  7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
42d71f7
- Minor spec file cleanups.
42d71f7
- Fix relative path for the icons in desktop files which no longer works
42d71f7
  with the icon cache.
42d71f7
- Remove useless zero epochs.
42d71f7
- Remove explicit python abi requirement, it's automatic for FC4 and up.
42d71f7
276f8ed
* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
276f8ed
- removed base requirement from libs
276f8ed
758a42b
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
758a42b
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
758a42b
8fcffdb
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 
8fcffdb
- rebuilt
8fcffdb
0e93886
* Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
0e93886
- added gnome hbox patch for bug rh#149215
0e93886
42dbaf9
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
42dbaf9
- added requires for python-abi
42dbaf9
2408fa3
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
2408fa3
- split package into app, libs and devel
2408fa3
c3030b5
* Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
c3030b5
- fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
c3030b5
4b7828c
* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
4b7828c
- buildrequire pygtk2-devel (bug 135032)
4b7828c
- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
4b7828c
- fixed segfault on file receive (bug 133041)
4b7828c
9661410
* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
21ec6dd
- buildrequire libbtctl-devel
21ec6dd
- buildrequire openobex-devel >= 1.0.1
9661410
- pythondir -> pyexecdir
21ec6dd
cvsdist 62d3182
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
cvsdist 62d3182
- added build dependency for librsvg2-devel
cvsdist 62d3182
cvsdist eea13fd
* Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
cvsdist eea13fd
- added pydir patch
cvsdist eea13fd
cvsdist eea13fd
* Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
cvsdist eea13fd
- version 0.5.1
cvsdist eea13fd
cvsdist eea13fd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
cvsdist eea13fd
- corrected BuildRequires
cvsdist eea13fd
cvsdist eea13fd
* Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
cvsdist eea13fd
- added EggToolBar patch for gcc34
cvsdist eea13fd
cvsdist eea13fd
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
cvsdist eea13fd
- added autofoo patch
cvsdist eea13fd
cvsdist eea13fd
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
cvsdist eea13fd
- add .so to gnome-vfs module, if libtool does not!
cvsdist eea13fd
cvsdist eea13fd
* Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
cvsdist eea13fd
- call libtool finish
cvsdist eea13fd
cvsdist eea13fd
* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
cvsdist eea13fd
- new version 0.4.1
cvsdist eea13fd
cvsdist eea13fd
* Wed Jun  5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
cvsdist eea13fd
- initial RPM
cvsdist eea13fd
cvsdist 6e0c721