1 Star 0 Fork 8

chxssg/itstool

forked from src-openEuler/itstool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
itstool.spec 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
chxssg 提交于 2020-07-31 09:21 +08:00 . update to 2.0.6
Name: itstool
Version: 2.0.6
Release: 1
Summary: ITS-based XML translation tool
License: GPLv3+
URL: http://itstool.org/
Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: python3-libxml2 python3-devel git
Requires: python3-libxml2
%description
ITS Tool allows you to translate your XML documents with PO files, using rules from the W3C Internationalization Tag Set (ITS)\
to determine what to translate and how to separate it into PO file messages
%package help
Summary: Help manual for %{name}
%description help
The %{name}-help package conatins man manual etc
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%build
export PYTHON=%{__python3}
%configure
%make_build
%install
%make_install
%files
%license COPYING COPYING.GPL3
%{_bindir}/itstool
%{_datadir}/itstool
%files help
%doc NEWS
%doc %{_mandir}/man1/itstool.1.gz
%changelog
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.6-1
- Update to 2.0.6
* Tue Dec 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.4-5
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chxssg/itstool.git
git@gitee.com:chxssg/itstool.git
chxssg
itstool
itstool
master

搜索帮助