diff --git a/teckit.spec b/teckit.spec index 320ea7804a329d5d7b1673bb6266f0f5af2b4b40..5e2026c0747646114c527181b92511cd470f48da 100644 --- a/teckit.spec +++ b/teckit.spec @@ -1,13 +1,13 @@ Name: teckit Version: 2.5.7 -Release: 3 +Release: 4 Summary: A library and compiler for mapping and transposition License: LGPLv2+ or CPL -URL: http://scripts.sil.org/teckit +URL: https://github.com/silnrsi/teckit Source0: https://github.com/silnrsi/teckit/releases/download/v%{version}/teckit-%{version}.tar.gz BuildRequires: expat-devel zlib-devel libtool Patch0000: TECkit_2_5_1-includes.patch - +Patch0001: teckit-2.5.7-Remove-compressed-image-test.patch %description Resort to this library dedicated to encoding conversions and make sure the development and testing of mapping tables raises no issues whatsoever. @@ -65,5 +65,8 @@ make check %{_mandir}/man1/* %changelog +* Thu Oct 22 2020 caodongxia - 2.5.7-4 +- fix build failure and modify url + * Thu Dec 12 2019 wutao - 2.5.7-3 - Package init diff --git a/teckit.yaml b/teckit.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0d801b436c4a08cf887d0a9582c9880805f81a04 --- /dev/null +++ b/teckit.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: silnrsi/teckit +tag_prefix: "^v" +separator: "."