- version 0.8.0
This commit is contained in:
parent
190f69e05b
commit
a823b0b12a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user