Bump to itstool 2.0.5 37/195237/1 accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv accepted/tizen/5.5/base/mobile/hotfix/20201023.084817 accepted/tizen/5.5/base/wearable/hotfix/20201023.081155 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171501 submit/tizen_5.5_base_wearable_hotfix/20201023.155601 submit/tizen_base/20181212.014343 submit/tizen_base/20181213.063549 tizen_5.5.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 12 Dec 2018 00:51:07 +0000 (09:51 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 12 Dec 2018 00:51:07 +0000 (09:51 +0900)
[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] version upgrade
[Cause & Measure]
[Checking Method]

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ie692856b221de973ac3ee0d2b5a320576c6b8e1d
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/itstool.spec [new file with mode: 0644]

diff --git a/packaging/itstool.spec b/packaging/itstool.spec
new file mode 100644 (file)
index 0000000..6733ad2
--- /dev/null
@@ -0,0 +1,56 @@
+#
+# spec file for package itstool
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+Name:           itstool
+Version:        2.0.5
+Release:        0
+Summary:        Tool to translate XML documents using PO files
+License:        GPL-3.0+
+Group:          Development/Tools/Other
+Url:            http://itstool.org
+Source:         http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
+BuildRequires:  python
+BuildRequires:  libxml2-python
+Requires:       libxml2-python
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+
+%description
+ITS Tool extracts messages from XML files and outputs PO template files, then
+merges translations from MO files to create translated XML files. It determines
+what to translate and how to chunk it into messages using the W3C
+Internationalization Tag Set (ITS).
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%doc ChangeLog COPYING COPYING.GPL3 NEWS
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_mandir}/man1/itstool.1%{?ext_man}
+
+%changelog