1Name: gettext-lint
2Summary: Gettext linting tools.
3Version: @VERSION@
4Release: 1
5Vendor: Pedro Morais
6License: GPL
7URL: http://gettext-lint.sourceforge.net/
8Source: http://dl.sourceforge.net/gettext-lint/gettext-lint-%version.tar.gz
9Group: Development/Tools
10Packager: Pedro Morais <morais@kde.org>
11Requires: python >= 2.0 gettext
12BuildArchitectures: noarch
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15%description
16The gettext lint tools are a collection of tools for checking the validity,
17consistency and spelling of PO and POT files.
18An experimental glossary building tool is also included.
19
20%prep
21%setup -q
22
23%build
24%configure
25%{__make} %{?_smp_mflags}
26
27%install
28%makeinstall
29
30%clean
31%{__rm} -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root)
35%{_bindir}/POFileChecker
36%{_bindir}/POFileConsistency
37%{_bindir}/POFileEquiv
38%{_bindir}/POFileFill
39%{_bindir}/POFileSpell
40%{_bindir}/POFileStatus
41%{_bindir}/POFileClean
42%{_bindir}/POFileGlossary
43%{_mandir}/man1/POFileChecker.1*
44%{_mandir}/man1/POFileConsistency.1*
45%{_mandir}/man1/POFileEquiv.1*
46%{_mandir}/man1/POFileFill.1*
47%{_mandir}/man1/POFileSpell.1*
48%{_mandir}/man1/POFileStatus.1*
49%{_mandir}/man1/POFileClean.1*
50%{_mandir}/man1/POFileGlossary.1*
51%{_datadir}/%{name}
52%doc COPYING README NEWS AUTHORS
53