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

Revision 6890, 1.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Name:           itstool
2Version:        1.2.0
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/%{name}/%{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* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
48- new upstream release
49
50* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
51- new upstream release
52- add Requires: libxml2-python
53
54* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
55- new upstream release
56
57* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
58- initial build for Vine Linux
59
60
61* Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
62- Update to itstool 1.1.0
63
64* Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
65- Initial packaging
Note: See TracBrowser for help on using the repository browser.