#3 Convert CI tests to tmt
Opened 2 years ago by mfabian. Modified 2 years ago
rpms/ mfabian/ibus-table-others f34  into  rawhide

file modified
+1
@@ -18,3 +18,4 @@ 

  /ibus-table-others-1.3.9.tar.gz

  /ibus-table-others-1.3.10.tar.gz

  /ibus-table-others-1.3.11.tar.gz

+ /ibus-table-others-1.3.12.tar.gz

file modified
+44 -4
@@ -1,8 +1,6 @@ 

- %global cur_ver 1.3.10

- 

  Name:       ibus-table-others

- Version:    1.3.11

- Release:    4%{?dist}

+ Version:    1.3.12

+ Release:    1%{?dist}

  Summary:    Various tables for IBus-Table

  License:    GPLv3

  URL:        http://github.com/moebiuscurve/ibus-table-others
@@ -59,6 +57,12 @@ 

  %description -n ibus-table-mathwriter

  The package contains table for writing Unicode mathematics symbols.

  

+ %package -n ibus-table-mongol

+ Requires:  ibus-table

+ Summary:  Ibus-Tables for Mongol Script

+ 

+ %description -n ibus-table-mongol

+ The package contains a table for transliterating Latin Script to Mongol Script

  

  %prep

  %setup -q
@@ -184,6 +188,29 @@ 

    <update_contact><!-- upstream-contact_at_email.com --></update_contact>

  </component>

  EOF

+ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/mongol_bichig.appdata.xml <<EOF

+ <?xml version="1.0" encoding="UTF-8"?>

+ <component type="inputmethod">

+   <id>mongol_bichig.db</id>

+   <metadata_license>CC0-1.0</metadata_license>

+   <name>Mongol Bichig</name>

+   <summary>Transliteration to Mongol Script</summary>

+   <description>

+     <p>

+       The input method is designed for transliterating Latin input to Mongol Script.

+     </p>

+     <p>

+       Input methods are typing systems allowing users to input complex languages.

+       They are necessary because these contain too many characters to simply be laid

+       out on a traditional keyboard.

+     </p>

+   </description>

+   <url type="homepage">https://github.com/mike-fabian/ibus-table-others</url>

+   <url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>

+   <url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>

+   <update_contact><!-- upstream-contact_at_email.com --></update_contact>

+ </component>

+ EOF

  

  %files

  %doc AUTHORS COPYING README
@@ -235,7 +262,20 @@ 

  %{_datadir}/ibus-table/tables/mathwriter-ibus.db

  %{_datadir}/ibus-table/icons/mathwriter.png

  

+ %files -n ibus-table-mongol

+ %{_datadir}/appdata/mongol_bichig.appdata.xml

+ %{_datadir}/ibus-table/tables/mongol_bichig.db

+ %{_datadir}/ibus-table/icons/mongol_bichig.svg

+ 

  %changelog

+ * Wed Jul 14 2021 Mike FABIAN <mfabian@redhat.com> - 1.3.12-1

+ - update to latest upstream 1.3.12

+ - Integrate traditional Mongolian (mongol_bichig.txt) table

+   (Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/23)

+ - improvements in the latex.txt table

+   (https://github.com/moebiuscurve/ibus-table-others/pull/22)

+ - improvements in the mathwriter-ibus.txt table

+ 

  * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.11-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (ibus-table-others-1.3.11.tar.gz) = bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0

+ SHA512 (ibus-table-others-1.3.12.tar.gz) = 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87

no initial comment

rebased onto c1c9ff2

2 years ago