itstool-vl.spec 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Name: itstool
  2. Version: 1.1.2
  3. Release: 1%{?_dist_release}
  4. Summary: ITS-based XML translation tool
  5. Group: Development/Tools
  6. License: GPLv3+
  7. URL: http://itstool.org/
  8. Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
  9. BuildArch: noarch
  10. Requires: libxml2-python
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: Takemikaduchi
  14. %description
  15. ITS Tool allows you to translate XML documents with PO files, using rules from
  16. the W3C Internationalization Tag Set (ITS) to determine what to translate and
  17. how to separate it into PO file messages.
  18. %prep
  19. %setup -q
  20. %build
  21. %configure
  22. make %{?_smp_mflags}
  23. %install
  24. make install DESTDIR=$RPM_BUILD_ROOT
  25. %files
  26. %defattr(-,root,root,-)
  27. %doc COPYING COPYING.GPL3
  28. %{_bindir}/itstool
  29. %{_datadir}/itstool
  30. %doc %{_mandir}/man1/itstool.1.gz
  31. %changelog
  32. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  33. - new upstream release
  34. - add Requires: libxml2-python
  35. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  36. - new upstream release
  37. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  38. - initial build for Vine Linux
  39. * Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
  40. - Update to itstool 1.1.0
  41. * Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
  42. - Initial packaging