source: projects/specs/trunk/i/itstool/itstool-vl.spec @ 8084

Revision 8084, 1.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

RevLine 
[4616]1Name:           itstool
[6890]2Version:        1.2.0
[8084]3Release:        2%{?_dist_release}
[4616]4Summary:        ITS-based XML translation tool
5
6Group:          Development/Tools
7License:        GPLv3+
8URL:            http://itstool.org/
[6890]9Source0:        http://files.itstool.org/%{name}/%{name}-%{version}.tar.bz2
[4616]10
11BuildArch:      noarch
12
[6011]13Requires:       libxml2-python
14
[4616]15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: Takemikaduchi
18
19%description
20ITS Tool allows you to translate XML documents with PO files, using rules from
21the W3C Internationalization Tag Set (ITS) to determine what to translate and
22how to separate it into PO file messages.
23
24
25%prep
26%setup -q
27
28
29%build
30%configure
31make %{?_smp_mflags}
32
33
34%install
35make install DESTDIR=$RPM_BUILD_ROOT
36
37
38%files
39%defattr(-,root,root,-)
40%doc COPYING COPYING.GPL3
41%{_bindir}/itstool
42%{_datadir}/itstool
43%doc %{_mandir}/man1/itstool.1.gz
44
45
[4850]46%changelog
[8084]47* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
48- rebuild with VineSeed environment
49
[6890]50* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
51- new upstream release
52
[6011]53* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
54- new upstream release
55- add Requires: libxml2-python
56
[4850]57* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
58- new upstream release
[4616]59
60* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
61- initial build for Vine Linux
62
63
64* Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
65- Update to itstool 1.1.0
66
67* Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
68- Initial packaging
Note: See TracBrowser for help on using the repository browser.