]> git.pld-linux.org Git - packages/itstool.git/blob - itstool.spec
47efe81ed937fda0a374a0783b2b903fff8a347e
[packages/itstool.git] / itstool.spec
1 Summary:        ITS-based XML translation tool
2 Summary(pl.UTF-8):      Narzędzie do tłumaczenia XML-a oparte na ITS
3 Name:           itstool
4 Version:        2.0.6
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Text
8 Source0:        http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4306eeba4f4aee6b393d14f9c3c57ca1
10 URL:            http://itstool.org/
11 Requires:       python-libxml2
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ITS Tool allows you to translate XML documents with PO files, using
17 rules from the W3C Internationalization Tag Set (ITS) to determine
18 what to translate and how to separate it into PO file messages.
19
20 %description -l pl.UTF-8
21 ITS Tool pozwala na tłumaczenie dokumentów XML przy użyciu plików PO,
22 z wykorzystaniem reguł ITS (W3C Internationalization Tag Set) do
23 określania, co ma być tłumaczone i jak powinno być rozdzielone na
24 komunikaty w pliku PO.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog NEWS
45 %attr(755,root,root) %{_bindir}/itstool
46 %{_datadir}/itstool
47 %{_mandir}/man1/itstool.1*
This page took 0.067582 seconds and 2 git commands to generate.