Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a3bd6f9ec | ||
|
|
3c2e5bfcc5 | ||
|
|
378cca96bd | ||
|
|
1029314e65 | ||
|
|
48b605aa37 |
8 changed files with 23 additions and 18 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@
|
||||||
/libusb-1.0.27.tar.bz2.asc
|
/libusb-1.0.27.tar.bz2.asc
|
||||||
/libusb-1.0.28.tar.bz2
|
/libusb-1.0.28.tar.bz2
|
||||||
/libusb-1.0.28.tar.bz2.asc
|
/libusb-1.0.28.tar.bz2.asc
|
||||||
|
/libusb-1.0.29.tar.bz2
|
||||||
|
/libusb-1.0.29.tar.bz2.asc
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Summary: Library for accessing USB devices
|
Summary: Library for accessing USB devices
|
||||||
Name: libusb1
|
Name: libusb1
|
||||||
Version: 1.0.28
|
Version: 1.0.29
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Source0: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
Source0: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
||||||
Source1: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2.asc
|
Source1: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2.asc
|
||||||
|
|
@ -94,12 +94,10 @@ MinGW Windows %{name} library.
|
||||||
chmod -x examples/*.c
|
chmod -x examples/*.c
|
||||||
mkdir -p m4
|
mkdir -p m4
|
||||||
sed -i '/AM_LDFLAGS = -static/d' tests/Makefile.am
|
sed -i '/AM_LDFLAGS = -static/d' tests/Makefile.am
|
||||||
%if (0%{?fedora} && 0%{?fedora} < 43) || (0%{?rhel} && 0%{?rhel} < 11)
|
|
||||||
autoscan
|
autoscan
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
|
||||||
11
plans/integration.fmf
Normal file
11
plans/integration.fmf
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
prepare:
|
||||||
|
- name: packages
|
||||||
|
how: install
|
||||||
|
package:
|
||||||
|
- glibc-common
|
||||||
|
- libusb1-tests-examples
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (libusb-1.0.28.tar.bz2) = 0f4efa6b54e6195d2e5446652c2dc07358583e205d63bf438c4409511b8637d1700a71268c40499755747827d23cc730d9122267386f847bf781993c045c519f
|
SHA512 (libusb-1.0.29.tar.bz2) = 04f8bda8197c9ecf52709609b8fbfea762fd82ddb5cde153a7630b0e8ed557d42da8cbc44f2f593aa22fdd0762e16716300565d67adb0c5240d7f3723321f690
|
||||||
SHA512 (libusb-1.0.28.tar.bz2.asc) = 3ba1a91d0cf70a8e419df684c0465d9ef149a568286a42ce8606ed2ac574e35a5eb05ae71bb4549652b489e77dd337b4e28f9d27e20b7dc5f5ead73eb3217e85
|
SHA512 (libusb-1.0.29.tar.bz2.asc) = 57e12d3a58d8ac418e28f6d83a7cb8c0268ed5d2752707796aa5bf1f8bcf2a8083aa664d36ffcdcc96da62153afa792728662fa8230be9e2865d4a37003e199d
|
||||||
|
|
|
||||||
6
tests/integration/main.fmf
Normal file
6
tests/integration/main.fmf
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
summary:
|
||||||
|
Test for libusb1
|
||||||
|
test: bash ./run.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
# Running these tests does not require the sources
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- atomic
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- test:
|
|
||||||
dir: .
|
|
||||||
run: run.sh
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue