- Fix schema installation
This commit is contained in:
parent
5101067b12
commit
35c3a5b71b
@ -1,6 +1,6 @@
|
||||
Name: gnome-bluetooth
|
||||
Version: 2.27.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
Group: Applications/Communications
|
||||
@ -61,6 +61,9 @@ for writing applications that require a Bluetooth device selection widget.
|
||||
%prep
|
||||
%setup -q -n gnome-bluetooth-%{version}
|
||||
|
||||
# http://svn.gnome.org/viewvc/gnome-bluetooth?view=revision&revision=587
|
||||
sed -i -e "s/boolean/bool/" */schemas.in
|
||||
|
||||
%build
|
||||
%configure --disable-desktop-update --disable-icon-update
|
||||
make %{?_smp_mflags}
|
||||
@ -158,6 +161,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/gnome-bluetooth/
|
||||
|
||||
%changelog
|
||||
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-2
|
||||
- Fix schema installation
|
||||
|
||||
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-1
|
||||
- Upgrade to 2.27.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user