itstool-vl.spec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Name: itstool
  2. Version: 1.2.0
  3. Release: 2%{?_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/%{name}/%{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. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
  33. - rebuild with VineSeed environment
  34. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  35. - new upstream release
  36. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  37. - new upstream release
  38. - add Requires: libxml2-python
  39. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  40. - new upstream release
  41. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  42. - initial build for Vine Linux
  43. * Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
  44. - Update to itstool 1.1.0
  45. * Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
  46. - Initial packaging