diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index 58cdffd..c473c82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/libarchive-3.3.3.tar.gz +/libarchive-3.3.2.tar.gz /libarchive-3.3.3.tar.gz diff --git a/STAGE2-libarchive b/STAGE2-libarchive new file mode 100644 index 0000000..3121a17 --- /dev/null +++ b/STAGE2-libarchive @@ -0,0 +1,6 @@ +mcd $BUILDDIR/libarchive + +$SRC/libarchive-*/configure $TCONFIGARGS + +make $J +make $J install diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..92c9b2d --- /dev/null +++ b/ci.fmf @@ -0,0 +1,8 @@ +summary: Tier tests +discover: + how: fmf + repository: https://github.com/hhorak/generic-tests.git + ref: main + filter: 'tag:build_requires_libarchive' +execute: + how: tmt