2c89dd6
Name:           itstool
2c89dd6
Version:        1.1.0
b06f5cd
Release:        2%{?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
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
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