Accepting request 735605 from home:seife:testing
update _service to use github.com/seifes-obs-packages/bluez.git OBS-URL: https://build.opensuse.org/request/show/735605 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=276
This commit is contained in:
parent
8c35c23776
commit
33cfefb17b
11
_service
11
_service
@ -1,12 +1,15 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/seife/bluez-patches.git</param>
|
||||
<param name="version">_none_</param>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/seifes-opensuse-packages/bluez.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">dist/*</param>
|
||||
<param name="exclude">dist</param>
|
||||
<param name="filename">bluez-patches</param>
|
||||
<param name="version">_none_</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="download_files"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb239b904b0f9bdb69339219b03f83dd00cfe4bc653aba3e56f48755b67feaff
|
||||
size 2756
|
3
bluez-patches.tar.xz
Normal file
3
bluez-patches.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab8dc3a4bc77b1dadc8e29e033c9b8590bbe1720ba9e5f1cff3b91b09746c078
|
||||
size 2924
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:24:51 UTC 2019 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||
|
||||
- update _service to use github.com/seifes-obs-packages/bluez.git
|
||||
as source for the package, fix exclude expression
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 10:50:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
11
bluez.spec
11
bluez.spec
@ -17,6 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
# maintained at https://github.com/seifes-opensuse-packages/bluez.git
|
||||
# contributions via pull requests are welcome!
|
||||
#
|
||||
Name: bluez
|
||||
Version: 5.51
|
||||
Release: 0
|
||||
@ -25,9 +28,7 @@ License: GPL-2.0-or-later
|
||||
Group: Hardware/Mobile
|
||||
Url: http://www.bluez.org
|
||||
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
|
||||
# maintained at https://github.com/seife/bluez-patches.git
|
||||
# stupid obs_scm (or me?) appends the "-" after the name, even if version is disabled.
|
||||
Source1: bluez-patches-.tar.xz
|
||||
Source1: bluez-patches.tar.xz
|
||||
Source5: baselibs.conf
|
||||
Source7: bluetooth.modprobe
|
||||
|
||||
@ -133,8 +134,8 @@ desktop specific applets like blueman or GNOME or KDE applets).
|
||||
|
||||
%prep
|
||||
%setup -q -a 1
|
||||
for i in $(cat bluez-patches-/series); do
|
||||
patch -p1 -i bluez-patches-/$i --fuzz=%{_default_patch_fuzz} %{_default_patch_flags} || exit 1
|
||||
for i in $(cat bluez-patches/series); do
|
||||
patch -p1 -i bluez-patches/$i --fuzz=%{_default_patch_fuzz} %{_default_patch_flags} || exit 1
|
||||
done
|
||||
mkdir dbus-apis
|
||||
cp -a doc/*.txt dbus-apis/
|
||||
|
Loading…
Reference in New Issue
Block a user