代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/deepin-gettext-tools 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: deepin-gettext-tools
Version: 1.0.8
Release: 2
Summary: Deepin Gettext Tools
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-gettext-tools
Source0: %{name}_%{version}.orig.tar.gz
BuildArch: noarch
BuildRequires: perl-XML-LibXML
BuildRequires: python3-devel
BuildRequires: perl(Config::Tiny)
Requires: gettext
Requires: qt5-linguist
Requires: perl(Config::Tiny)
Requires: perl(Exporter::Tiny)
Requires: perl(XML::LibXML)
Requires: perl(XML::LibXML::PrettyPrint)
%description
The tools of gettext function wrapper.
desktop-ts-convert - handling desktop file translations.
policy-ts-convert - convert PolicyKit Policy file to the ts file.
update-pot - scan msgid and generate pot file according to the ini file.
generate-mo - scan po files and generate mo files according to the ini file.
%prep
%setup -q
# fix shebang
find -iname "*.py" | xargs sed -i '1s|.*|#!%{__python3}|'
sed -i '1s|.*|#!%{__perl}|' src/desktop_ts_convert.pl
sed -i 's|sudo cp|cp|' src/generate_mo.py
sed -i 's|lconvert|lconvert-qt5|; s|deepin-lupdate|lupdate-qt5|' src/update_pot.py
%build
%install
install -d %{buildroot}%{_bindir}
install -m755 src/desktop_ts_convert.pl %{buildroot}%{_bindir}/deepin-desktop-ts-convert
install -m755 src/policy_ts_convert.py %{buildroot}%{_bindir}/deepin-policy-ts-convert
install -m755 src/generate_mo.py %{buildroot}%{_bindir}/deepin-generate-mo
install -m755 src/update_pot.py %{buildroot}%{_bindir}/deepin-update-pot
%check
/bin/perl src/desktop_ts_convert.pl --help
/bin/python3 src/generate_mo.py --help
/bin/python3 src/update_pot.py --help
%files
%doc README.md
%license LICENSE
%{_bindir}/deepin-desktop-ts-convert
%{_bindir}/deepin-policy-ts-convert
%{_bindir}/deepin-update-pot
%{_bindir}/deepin-generate-mo
%changelog
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 1.0.8-2
- fix check fail
* Mon Aug 17 2020 weidong <weidong@uniontech.com> - 1.0.8-1
- Initial release for OpenEuler
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。