Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
58e7d3b5c2
!7 update to 2.5.9
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-25 08:24:54 +00:00
caodongxia
af976afad6 update to 2.5.9 2022-10-20 11:24:36 +08:00
openeuler-ci-bot
34f4e2c032 !4 del rpath
From: @si-gui
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-09-10 06:12:05 +00:00
sunguoshuai
10cfc24317 del rpath 2021-09-09 18:24:28 +08:00
openeuler-ci-bot
8dda75c6be !3 Completing build dependencies to fix gcc-c++ compiler missing error
From: @hht8
Reviewed-by: @licihua
Signed-off-by: @licihua
2021-06-07 09:46:39 +08:00
hht8
16fbc516c2 Completing build dependencies to fix gcc-c++ compiler missing error 2021-06-07 09:38:49 +08:00
openeuler-ci-bot
7a8823b547 !2 fix build failure and modify url
From: @chengzihan2
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-22 15:29:44 +08:00
chengzihan2
ce67981c27 fix build failure and modify url 2020-10-22 14:41:21 +08:00
openeuler-ci-bot
e07ed36c3a !1 package teckit init
Merge pull request !1 from jackie_wu123/master
2019-12-16 13:46:43 +08:00
jackie_wu123
e67c4b6c0b teckit package init 2019-12-16 10:09:32 +08:00
4 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -ru TECkit_2_5_1.orig/source/Compiler.cpp TECkit_2_5_1/source/Compiler.cpp
--- TECkit_2_5_1.orig/source/Compiler.cpp 2009-03-05 10:29:22.000000000 +0000
+++ TECkit_2_5_1/source/Compiler.cpp 2009-03-05 10:29:50.000000000 +0000
@@ -33,6 +33,7 @@
#include <iomanip>
#include <algorithm>
#include <cstring>
+#include <stdio.h>
#include "zlib.h"

BIN
teckit-2.5.9.tar.gz Normal file

Binary file not shown.

81
teckit.spec Normal file
View File

@ -0,0 +1,81 @@
Name: teckit
Version: 2.5.9
Release: 1
Summary: A library and compiler for mapping and transposition
License: LGPLv2+ or CPL
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 gcc-c++ chrpath
Patch0000: TECkit_2_5_1-includes.patch
%description
Resort to this library dedicated to encoding conversions and make sure
the development and testing of mapping tables raises no issues whatsoever.
%package devel
Summary: Libraries and header files for developing applications that use teckit
Requires: %{name} = %{version}-%{release}
%description devel
Libraries and header files for developing applications that use teckit.
%package help
Summary: Help documents for teckit package
%description help
Help documents for teckit package.
%prep
%autosetup -n %{name}-%{version} -p1
rm -r zlib*
%build
%configure --disable-static
%make_build V=1
%install
%make_install
%delete_la
chrpath -d %{buildroot}%{_bindir}/*
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files
%license COPYING AUTHORS
%license license/{LICENSING.txt,License_CPLv05.txt,License_LGPLv21.txt}
%{_bindir}/{sfconv,teckit_compile,txtconv}
%{_libdir}/{libTECkit.so.*,libTECkit_Compiler.so.*}
%files devel
%{_includedir}/teckit/
%{_libdir}/{libTECkit.so,libTECkit_Compiler.so,pkgconfig/teckit.pc}
%files help
%doc INSTALL NEWS README
%doc docs/*.pdf
%{_mandir}/man1/*
%changelog
* Thu Oct 20 2022 caodongxia <caodongxia@h-partners.com> - 2.5.9-1
- Upgrade to version 2.5.9
* Thu Sep 09 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.5.7-6
- del rpath in some binaries
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.5.7-5
- Completing build dependencies to fix gcc-c++ compiler missing error
* Thu Oct 22 2020 caodongxia <caodongxia@huawei.com> - 2.5.7-4
- fix build failure and modify url
* Thu Dec 12 2019 wutao <wutao61@huawei.com> - 2.5.7-3
- Package init

4
teckit.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: silnrsi/teckit
tag_prefix: "^v"
separator: "."