- version 0.8.0

This commit is contained in:
Harald Hoyer 2006-11-13 12:58:24 +00:00
parent 190f69e05b
commit a823b0b12a
2 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
Summary: GNOME Bluetooth Subsystem
Name: gnome-bluetooth
Version: 0.7.0
Release: 10.1
Version: 0.8.0
Release: 1%{dist}
License: GPL
Group: System Environment/Libraries
URL: http://usefulinc.com/software/gnome-bluetooth
@ -56,14 +56,14 @@ rm -rf $RPM_BUILD_ROOT
%setup -q
%patch1 -p1 -b .pydir
%patch2 -p1 -b .path
#%patch2 -p1 -b .path
aclocal
automake -a
autoconf
#aclocal
#automake -a
#autoconf
perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio-48.png|g' \
*/*.desktop.in
#perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio-48.png|g' \
# */*.desktop.in
%build
@ -73,7 +73,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall
make DESTDIR=$RPM_BUILD_ROOT install
./libtool --finish $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules
# we do not want .la files
@ -113,12 +113,9 @@ fi
%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
#%{_bindir}/gnome-bluetooth-admin
%{_bindir}/gnome-bluetooth-manager
%{_bindir}/gnome-obex-send
%{_bindir}/gnome-obex-server
%{_datadir}/applications/gnome-obex-server.desktop
%{_datadir}/applications/gnome-bluetooth-manager.desktop
%{_datadir}/gnome-bluetooth/
%{_datadir}/pixmaps/*
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas
@ -135,6 +132,9 @@ fi
%{_includedir}/gnome-bluetooth/
%changelog
* Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1%{dist}
- version 0.8.0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
- rebuild

View File

@ -1 +1 @@
90614d7a757cf30054021f0666308fe2 gnome-bluetooth-0.7.0.tar.bz2
d1d3cae71e7f06b2c6f089cef3b68802 gnome-bluetooth-0.8.0.tar.bz2