re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:40:23 +02:00
parent b0c46ed6e8
commit b1be741796
4 changed files with 42 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
SOURCES/ibus-m17n-1.3.4.tar.gz
ibus-m17n-1.3.0.tar.gz
/ibus-m17n-1.3.0.tar.gz
/ibus-m17n-1.3.1.tar.gz
/ibus-m17n-1.3.2.tar.gz
/ibus-m17n-1.3.3.tar.gz
/ibus-m17n-1.3.4.tar.gz

View File

@ -58,9 +58,9 @@ the input table maps from m17n-db.
%patch102 -p1 -b .gettext-0.19
%patch103 -p1 -b .enable-ar-kbd
NOCONFIGURE=1 ./autogen.sh
%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static --with-gtk=3.0
# make -C po update-gmo
make %{?_smp_mflags}

10
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
cd ../source
echo "---Start autogen.sh---"
NOCONFIGURE=1 ./autogen.sh
echo "---End autogen.sh---"
echo "--------------------"
./configure --disable-static --with-gtk=3.0
make check

26
tests/tests.yml Normal file
View File

@ -0,0 +1,26 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- gcc
- make
- gnome-common
- autoconf
- automake
- gettext-devel
- ibus-devel
- gtk3-devel
- pkgconfig
- libtool
- m17n-lib-devel