Name: rpmlint Version: 1.4 Release: %mkrel 2 Summary: RPM correctness checker License: GPLv2+ Group: Development/Other URL: http://rpmlint.zarb.org/ Source0: http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz Source1: %{name}.config BuildRequires: python-rpm BuildRequires: bash-completion Requires: python-rpm python-magic desktop-file-utils Suggests: python-enchant hunspell-en BuildArch: noarch %description Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. %prep %setup -q %build export COMPILE_PYC=1 %make %install %makeinstall_std cp -a %{_sourcedir}/%{name}.config %{buildroot}/%{_datadir}/%{name}/config mkdir -p %{buildroot}/%{_datadir}/%{name}/config.d/ %files %doc ChangeLog README* %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man1/* %config(noreplace) %{_sysconfdir}/%{name}/config %dir %{_sysconfdir}/%{name}/ %{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/rpmdiff