2019-11-19 11:47:45 +08:00
|
|
|
Name: intltool
|
|
|
|
|
Version: 0.51.0
|
2022-10-25 03:17:16 +00:00
|
|
|
Release: 15
|
2019-11-19 11:47:45 +08:00
|
|
|
Summary: Utility scripts for internationalizing XML
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://launchpad.net/intltool
|
|
|
|
|
Source0: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl-generators perl(XML::Parser)
|
|
|
|
|
Requires: automake gettext-devel perl(XML::Parser) perl(Getopt::Long) patch
|
|
|
|
|
|
|
|
|
|
Patch1: intltool-perl5.26-regex-fixes.patch
|
|
|
|
|
# rhbz1249051
|
|
|
|
|
Patch2: intltool-merge-Create-cache-file-atomically.patch
|
|
|
|
|
# fix make distcheck fail, rhbz1318674
|
|
|
|
|
Patch3: intltool_distcheck-fix.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Intltool can automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus
|
|
|
|
|
theme and other XML files into the po files.
|
|
|
|
|
Intltool can also automatically merges translations from po files back into .oaf files (encoding to
|
|
|
|
|
be 7-bit clean). The merging mechanism can also be extended to support other types of XML files.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README
|
|
|
|
|
%license COPYING AUTHORS
|
|
|
|
|
%{_bindir}/%{name}*
|
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
%{_datadir}/aclocal/%{name}*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-10-25 03:17:16 +00:00
|
|
|
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 0.51.0-15
|
|
|
|
|
- rebuild for next release
|
|
|
|
|
|
2019-11-19 11:47:45 +08:00
|
|
|
* Thu Nov 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.51.0-14
|
|
|
|
|
- Package init
|