Update to 3.25.91
- Switch to the meson build system
This commit is contained in:
parent
5f003444a5
commit
a99b35360d
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ gnome-bluetooth-2.90.0.tar.bz2
|
||||
/gnome-bluetooth-3.18.3.tar.xz
|
||||
/gnome-bluetooth-3.20.0.tar.xz
|
||||
/gnome-bluetooth-3.20.1.tar.xz
|
||||
/gnome-bluetooth-3.25.91.tar.xz
|
||||
|
@ -1,28 +1,29 @@
|
||||
Name: gnome-bluetooth
|
||||
Epoch: 1
|
||||
Version: 3.20.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.25.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.20/gnome-bluetooth-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.25/gnome-bluetooth-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: s390 s390x
|
||||
%endif
|
||||
|
||||
BuildRequires: gtk3-devel >= 3.0
|
||||
BuildRequires: dbus-glib-devel
|
||||
|
||||
BuildRequires: intltool desktop-file-utils gettext gtk-doc
|
||||
BuildRequires: itstool
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
Provides: dbus-bluez-pin-helper
|
||||
|
||||
@ -65,13 +66,11 @@ for writing applications that require a Bluetooth device selection widget.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings
|
||||
make %{?_smp_mflags}
|
||||
%meson -Denable-gtk-doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%meson_install
|
||||
|
||||
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
@ -127,6 +126,10 @@ fi
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2017 Kalev Lember <klember@redhat.com> - 1:3.25.91-1
|
||||
- Update to 3.25.91
|
||||
- Switch to the meson build system
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-bluetooth-3.20.1.tar.xz) = 945dde99c6531e369702dea22e60f5b05759d751b16b091fc67c256e949cee8153f60ac7ad616c086366a0141b263b068fad28bab4b50b84356d59b4e464d88a
|
||||
SHA512 (gnome-bluetooth-3.25.91.tar.xz) = f2271b048f83c2704a5f00874e14a3995b6e12d24c4921de14910ba924b79540295a47890044aec561edc5e39cea51bb41a899d84f70fddcb55756b136248026
|
||||
|
Loading…
Reference in New Issue
Block a user