- version 0.8.0
This commit is contained in:
parent
190f69e05b
commit
a823b0b12a
@ -1,7 +1,7 @@
|
|||||||
Summary: GNOME Bluetooth Subsystem
|
Summary: GNOME Bluetooth Subsystem
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 10.1
|
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
|
||||||
@ -56,14 +56,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .pydir
|
%patch1 -p1 -b .pydir
|
||||||
%patch2 -p1 -b .path
|
#%patch2 -p1 -b .path
|
||||||
|
|
||||||
aclocal
|
#aclocal
|
||||||
automake -a
|
#automake -a
|
||||||
autoconf
|
#autoconf
|
||||||
|
|
||||||
perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio-48.png|g' \
|
#perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio-48.png|g' \
|
||||||
*/*.desktop.in
|
# */*.desktop.in
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -73,7 +73,7 @@ make
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
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
|
./libtool --finish $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules
|
||||||
|
|
||||||
# we do not want .la files
|
# we do not want .la files
|
||||||
@ -113,12 +113,9 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
#%{_bindir}/gnome-bluetooth-admin
|
|
||||||
%{_bindir}/gnome-bluetooth-manager
|
|
||||||
%{_bindir}/gnome-obex-send
|
%{_bindir}/gnome-obex-send
|
||||||
%{_bindir}/gnome-obex-server
|
%{_bindir}/gnome-obex-server
|
||||||
%{_datadir}/applications/gnome-obex-server.desktop
|
%{_datadir}/applications/gnome-obex-server.desktop
|
||||||
%{_datadir}/applications/gnome-bluetooth-manager.desktop
|
|
||||||
%{_datadir}/gnome-bluetooth/
|
%{_datadir}/gnome-bluetooth/
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas
|
%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas
|
||||||
@ -135,6 +132,9 @@ fi
|
|||||||
%{_includedir}/gnome-bluetooth/
|
%{_includedir}/gnome-bluetooth/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user