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

Revision 4850, 1.2 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

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