re-import sources as agreed with the maintainer
This commit is contained in:
parent
b0367fefee
commit
a2bac79bb5
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,2 +1,11 @@
|
||||
SOURCES/suomi-malaga-1.19.tar.gz
|
||||
suomi-malaga-1.6.tar.gz
|
||||
/suomi-malaga-1.7.tar.gz
|
||||
/suomi-malaga-1.8.tar.gz
|
||||
/suomi-malaga-1.9.tar.gz
|
||||
/suomi-malaga-1.10.tar.gz
|
||||
/suomi-malaga-1.11.tar.gz
|
||||
/suomi-malaga-1.12.tar.gz
|
||||
/suomi-malaga-1.14.tar.gz
|
||||
/suomi-malaga-1.15.tar.gz
|
||||
/suomi-malaga-1.17.tar.gz
|
||||
/suomi-malaga-1.19.tar.gz
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -1,6 +1,6 @@
|
||||
Name: malaga-suomi-voikko
|
||||
Version: 1.19
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A description of Finnish morphology written in Malaga (Voikko edition)
|
||||
|
||||
Group: Applications/Text
|
||||
@ -48,6 +48,9 @@ make voikko-install DESTDIR=$RPM_BUILD_ROOT%{_libdir}/voikko
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 22 2021 Vishal Vijayraghavan <vvijayra@redhat.com> - 1.19-6
|
||||
- Resolves: rhbz#1682201 add gating and CI test
|
||||
|
||||
* Tue Jul 03 2018 Mike FABIAN <mfabian@redhat.com> - 1.19-5
|
||||
- Make it build using Python3 instead of Python2
|
||||
- Resolves: rhbz#1595797
|
||||
|
5
tests/scripts/run_test.sh
Normal file
5
tests/scripts/run_test.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo alusta | malaga -m /usr/lib64/voikko/2/mor-standard/voikko-fi_FI.pro
|
||||
|
||||
exit $?
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts/
|
||||
run: ./run_test.sh
|
||||
required_packages:
|
||||
- malaga
|
Loading…
Reference in New Issue
Block a user