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

Revision 12370, 1.7 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

dosfstools-4.1-1

fontconfig-2.13.1-1

gd-2.3.0-1

itstool-2.0.6-1

logrotate-3.16.0-1

ntfs-3g-2017.3.23-1

pciutils-3.6.4-1

redis-5.0.8-1

shared-mime-info-1.15-1

Line 
1Name:           itstool
2Version:        2.0.6
3Release:        1%{?_dist_release}
4Summary:        ITS-based XML translation tool
5Group:          Development/Tools
6Vendor:         Project Vine
7Distribution:   Vine Linux
8BuildArch:      noarch
9
10License:        GPLv3+
11URL:            http://itstool.org/
12Source0:        http://files.itstool.org/%{name}/%{name}-%{version}.tar.bz2
13
14BuildRequires:  python3-rpm-macros
15BuildRequires:  python3-libxml2
16Requires:       python3-libxml2
17
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
30export PYTHON=%{__python3}
31%configure
32make %{?_smp_mflags}
33
34
35%install
36make install DESTDIR=$RPM_BUILD_ROOT
37
38
39%files
40%defattr(-,root,root,-)
41%license COPYING COPYING.GPL3
42%doc README
43%{_bindir}/itstool
44%{_datadir}/itstool
45%doc %{_mandir}/man1/itstool.1.gz
46
47
48%changelog
49* Fri Apr 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.6-1
50- new upstream release.
51
52* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
53- rebuild with VineSeed environment
54
55* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
56- new upstream release
57
58* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
59- new upstream release
60- add Requires: libxml2-python
61
62* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
63- new upstream release
64
65* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
66- initial build for Vine Linux
67
68
69* Mon Jun 27 2011 Shaun McCance <shaunm@gnome.org> 1.1.0-1
70- Update to itstool 1.1.0
71
72* Sun May 8 2011 Shaun McCance <shaunm@gnome.org> 1.0.1-1
73- Initial packaging
Note: See TracBrowser for help on using the repository browser.