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

Revision 6011, 1.3 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           itstool
2Version:        1.1.2
3Release:        1%{?_dist_release}
4Summary:        ITS-based XML translation tool
5
6Group:          Development/Tools
7License:        GPLv3+
8URL:            http://itstool.org/
9Source0:        http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
10
11BuildArch:      noarch
12
13Requires:       libxml2-python
14
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
46%changelog
47* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
48- new upstream release
49- add Requires: libxml2-python
50
51* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
52- new upstream release
53
54* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
55- initial build for Vine Linux
56
57
58* Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
59- Update to itstool 1.1.0
60
61* Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
62- Initial packaging
Note: See TracBrowser for help on using the repository browser.