itstool-vl.spec 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Name: itstool
  2. Version: 1.1.1
  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. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: Takemikaduchi
  13. %description
  14. ITS Tool allows you to translate XML documents with PO files, using rules from
  15. the W3C Internationalization Tag Set (ITS) to determine what to translate and
  16. how to separate it into PO file messages.
  17. %prep
  18. %setup -q
  19. %build
  20. %configure
  21. make %{?_smp_mflags}
  22. %install
  23. make install DESTDIR=$RPM_BUILD_ROOT
  24. %files
  25. %defattr(-,root,root,-)
  26. %doc COPYING COPYING.GPL3
  27. %{_bindir}/itstool
  28. %{_datadir}/itstool
  29. %doc %{_mandir}/man1/itstool.1.gz
  30. %changelog
  31. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  32. - new upstream release
  33. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  34. - initial build for Vine Linux
  35. * Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
  36. - Update to itstool 1.1.0
  37. * Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
  38. - Initial packaging