Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 893ed1832fac25ad02550c8894bdc8c5 > files > 2

gettext-lint-0.3.1-1mdk.src.rpm

Name: gettext-lint
Summary: Gettext linting tools
Version: 0.3.1
Release: 1mdk
License: GPL
URL: http://gettext-lint.sourceforge.net/
Source: http://prdownloads.sourceforge.net/%name/%name-%version.tar.bz2
Group: Development/Other
Requires: gettext
BuildArchitectures: noarch
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The gettext lint tools are a collection of tools for checking the validity,
consistency and spelling of PO and POT files.
An experimental glossary building tool is also included.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/POFileChecker
%{_bindir}/POFileConsistency
%{_bindir}/POFileEquiv
%{_bindir}/POFileFill
%{_bindir}/POFileSpell
%{_bindir}/POFileStatus
%{_mandir}/man1/POFileChecker.1*
%{_mandir}/man1/POFileConsistency.1*
%{_mandir}/man1/POFileEquiv.1*
%{_mandir}/man1/POFileFill.1*
%{_mandir}/man1/POFileSpell.1*
%{_mandir}/man1/POFileStatus.1*
%{_datadir}/%{name}
%doc README NEWS AUTHORS

%changelog
* Fri Feb 11 2005 Götz Waschk <waschk@linux-mandrake.com> 0.3.1-1mdk
- update file list
- New release 0.3.1

* Thu Nov 25 2004 Götz Waschk <waschk@linux-mandrake.com> 0.3.0-1mdk
- initial mdk package