Accepting request 717486 from home:matwey:branches:hardware
- Use disabled services to follow Factory guidelines. OBS-URL: https://build.opensuse.org/request/show/717486 OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=7
This commit is contained in:
parent
d44e131ec5
commit
02c8e9b0dc
11
_service
11
_service
@ -1,12 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_url">
|
<service name="download_files" mode="disabled">
|
||||||
<param name="protocol">https</param>
|
|
||||||
<param name="host">github.com</param>
|
|
||||||
<param name="path">/libusb/hidapi/archive/hidapi-0.9.0.tar.gz</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="verify_file">
|
<service name="verify_file" mode="disabled">
|
||||||
<param name="file">_service:download_url:hidapi-0.9.0.tar.gz</param>
|
<param name="file">hidapi-0.9.0.tar.gz</param>
|
||||||
<param name="verifier">sha256</param>
|
<param name="verifier">sha256</param>
|
||||||
<param name="checksum">630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652</param>
|
<param name="checksum">630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 08:54:03 UTC 2019 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
- Use disabled services to follow Factory guidelines.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 07:02:32 UTC 2019 - luca@z3ntu.xyz
|
Mon Jul 22 07:02:32 UTC 2019 - luca@z3ntu.xyz
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Simple library for communicating with USB and Bluetooth HID devi
|
|||||||
License: GPL-3.0-or-later OR BSD-3-Clause
|
License: GPL-3.0-or-later OR BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://github.com/libusb/hidapi
|
Url: https://github.com/libusb/hidapi
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: https://github.com/libusb/hidapi/archive/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages
|
# PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages
|
||||||
Patch0: do_not_install_docs.patch
|
Patch0: do_not_install_docs.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user