2c89dd6
Name:           itstool
f041503
Version:        2.0.2
cc7a1fc
Release:        3%{?dist}
2c89dd6
Summary:        ITS-based XML translation tool
2c89dd6
2c89dd6
Group:          Development/Tools
2c89dd6
License:        GPLv3+
2c89dd6
URL:            http://itstool.org/
2c89dd6
Source0:        http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
2c89dd6
2c89dd6
BuildArch:      noarch
d5fc884
d5fc884
BuildRequires:  libxml2-python
b06f5cd
Requires:       libxml2-python
2c89dd6
2c89dd6
%description
2c89dd6
ITS Tool allows you to translate XML documents with PO files, using rules from
2c89dd6
the W3C Internationalization Tag Set (ITS) to determine what to translate and
2c89dd6
how to separate it into PO file messages.
2c89dd6
2c89dd6
%prep
2c89dd6
%setup -q
2c89dd6
2c89dd6
%build
2c89dd6
%configure
2c89dd6
make %{?_smp_mflags}
2c89dd6
2c89dd6
%install
2c89dd6
make install DESTDIR=$RPM_BUILD_ROOT
2c89dd6
2c89dd6
%files
b06f5cd
%doc COPYING COPYING.GPL3 NEWS
2c89dd6
%{_bindir}/itstool
2c89dd6
%{_datadir}/itstool
2c89dd6
%doc %{_mandir}/man1/itstool.1.gz
2c89dd6
2c89dd6
%changelog
cc7a1fc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
cc7a1fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cc7a1fc
b740db6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
b740db6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b740db6
f041503
* Sat May 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.0.2-1
f041503
- Update to 2.0.2
f041503
c07f235
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
c07f235
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c07f235
1abf78a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
1abf78a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1abf78a
bbe31ca
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
bbe31ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bbe31ca
4122eb9
* Mon Jul 02 2012 Kalev Lember <kalevlember@gmail.com> 1.2.0-1
4122eb9
- Update to 1.2.0
4122eb9
d46ee69
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> 1.1.2-1
d46ee69
- Update to itstool 1.1.2
d46ee69
54791fd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
54791fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
54791fd
819830c
* Mon Sep 19 2011 Shaun McCance <shaunm@gnome.org> 1.1.1-1
819830c
- Update to itstool 1.1.1
819830c
b06f5cd
* Sun Aug 07 2011 Rahul Sundaram <sundaram@fedoraproject.org> 1.1.0-2
b06f5cd
- Add requires on libxml2-python since itstool uses it
b06f5cd
- Drop redundant defattr
b06f5cd
- Add NEWS to doc
b06f5cd
2c89dd6
* Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
2c89dd6
- Update to itstool 1.1.0
2c89dd6
2c89dd6
* Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
2c89dd6
- Initial packaging