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