Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=218
This commit is contained in:
Bjørn Lie 2024-09-30 07:59:18 +00:00 committed by Git OBS Bridge
commit 3e7d8e7170
9 changed files with 1955 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-bluetooth.git</param>
<param name="revision">47.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e6acb90a4c88f314bc2012b0f97b7df65bc401c1ac67e102e93643b48c24478
size 2224140

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:060783077228a05d7d0686b4d388060c8b33a4f8b0a86065a7d1c05dedbb2f81
size 2225676

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cd5a42389598735c94e5d6b6e004cbd10b011d70ec85a888b37144e2b6d5f63
size 2184716

1750
gnome-bluetooth.changes Normal file

File diff suppressed because it is too large Load Diff

4
gnome-bluetooth.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-bluetooth
version: 47.0
mtime: 1726148402
commit: 4e0e55a7cf7739c4c274b568444936e0778c3781

149
gnome-bluetooth.spec Normal file
View File

@ -0,0 +1,149 @@
#
# spec file for package gnome-bluetooth
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _udevdir %(pkg-config --variable udevdir udev)
Name: gnome-bluetooth
Version: 47.0
Release: 0
Summary: GNOME Bluetooth graphical utilities
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gsound)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
BuildRequires: pkgconfig(libnotify) >= 0.7.0
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(upower-glib) >= 0.99.14
# Require bluez (mandatory, as per readme, bnc#622946)
Requires: bluez >= 5
# ensure BT is enabled at startup (glgo#GNOME/gnome-bluetooth#110)
Recommends: bluez-auto-enable-devices
%description
A set of graphical utilities to setup, monitor and use Bluetooth devices.
This package provides the utilities, data files and manuals for GNOME Bluetooth.
%package -n libgnome-bluetooth-3_0-13
Summary: GNOME Bluetooth's Shared Libraries
License: LGPL-2.1-or-later
Group: System/Libraries
%description -n libgnome-bluetooth-3_0-13
A set of graphical utilities to setup, monitor and use Bluetooth devices.
This package provides the GNOME Bluetooth's shared library.
%package -n libgnome-bluetooth-ui-3_0-13
Summary: GNOME Bluetooth's Shared Libraries
License: LGPL-2.1-or-later
Group: System/Libraries
%description -n libgnome-bluetooth-ui-3_0-13
A set of graphical utilities to setup, monitor and use Bluetooth devices.
This package provides the GNOME Bluetooth's shared library.
%package -n typelib-1_0-GnomeBluetooth-3_0
Summary: Introspection bindings for the GNOME Bluetooth libraries
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Libraries
%description -n typelib-1_0-GnomeBluetooth-3_0
A set of graphical utilities to setup, monitor and use Bluetooth devices.
This package provides the GObject Introspection bindings for the GNOME Bluetooth's
libraries.
%package devel
Summary: Development files for the GNOME Bluetooth libraries
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
Requires: libgnome-bluetooth-3_0-13 = %{version}
Requires: libgnome-bluetooth-ui-3_0-13 = %{version}
Requires: typelib-1_0-GnomeBluetooth-3_0 = %{version}
%description devel
A set of graphical utilities to setup, monitor and use Bluetooth devices.
This package provides the necessary files for development with GNOME Bluetooth.
%lang_package
%prep
%autosetup -p1
%build
%meson \
-D gtk_doc=true \
%{nil}
%meson_build
%install
%meson_install
%find_lang %{name}-3.0 %{?no_lang_C}
%fdupes %{buildroot}%{_prefix}
%ldconfig_scriptlets -n libgnome-bluetooth-3_0-13
%ldconfig_scriptlets -n libgnome-bluetooth-ui-3_0-13
%files
%license COPYING
%doc NEWS README.md
%{_bindir}/bluetooth-*
%{_datadir}/applications/bluetooth-sendto.desktop
%dir %{_datadir}/gnome-bluetooth-3.0
%{_datadir}/gnome-bluetooth-3.0/pin-code-database.xml
%{_mandir}/man1/bluetooth-*
%files -n libgnome-bluetooth-3_0-13
%license COPYING.LIB
%{_libdir}/libgnome-bluetooth-3.0.so.*
%files -n libgnome-bluetooth-ui-3_0-13
%license COPYING.LIB
%{_libdir}/libgnome-bluetooth-ui-3.0.so.*
%files -n typelib-1_0-GnomeBluetooth-3_0
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
%files devel
%doc AUTHORS MAINTAINERS
%doc %{_datadir}/gtk-doc/html/gnome-bluetooth-3.0
%{_includedir}/gnome-bluetooth-3.0
%{_libdir}/libgnome-bluetooth-3.0.so
%{_libdir}/libgnome-bluetooth-ui-3.0.so
%{_libdir}/pkgconfig/gnome-bluetooth-3.0.pc
%{_libdir}/pkgconfig/gnome-bluetooth-ui-3.0.pc
%{_datadir}/gir-1.0/*.gir
%files lang -f %{name}-3.0.lang
%changelog