From 7d69de165683f1338c6bf5cc8fdf4f2d28e0014a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:59:45 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.2-1mamba;Thu Mar 13 2014] --- README.md | 2 ++ itstool.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 itstool.spec diff --git a/README.md b/README.md index 44b2e3a..6db055f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # itstool +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. + diff --git a/itstool.spec b/itstool.spec new file mode 100644 index 0000000..d9a4155 --- /dev/null +++ b/itstool.spec @@ -0,0 +1,59 @@ +Name: itstool +Version: 2.0.2 +Release: 1mamba +Summary: A tool to translate XML documents with PO files +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://itstool.org/ +Source: http://files.itstool.org/itstool/itstool-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: python-libxml2 +Requires: python27 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. + +%prep +%setup -q +sed -i "s|%{_bindir}/python|%{_bindir}/python2.7|" itstool.in + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/itstool +%dir %{_datadir}/itstool +%dir %{_datadir}/itstool/its +%{_datadir}/itstool/its/*.its +%{_mandir}/man1/itstool.1.gz +%doc COPYING + +%changelog +* Thu Mar 13 2014 Automatic Build System 2.0.2-1mamba +- automatic version update by autodist + +* Sat Nov 02 2013 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + +* Sat Apr 13 2013 Silvan Calarco 1.2.0-2mamba +- explicitely require python 2.7 + +* Sat Aug 11 2012 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + +* Wed May 09 2012 Silvan Calarco 1.1.3-1mamba +- package created by autospec