Name: asql Version: 1.7 Release: 1%{?dist} Summary: Allows you to run SQL queries against an Apache log file. Group: Development/Tools License: Artistic URL: http://www.steve.org.uk/Software/asql/ Source0: http://www.steve.org.uk/Software/asql/%{name}-%{version}.tar.gz #Add License Patch1: license-asql.patch BuildArch: noarch BuildRequires: perl Requires: perl-DBD-SQLite %description Simple console shell which allows you to run SQL queries against an Apache log file, something that can be very useful - especially at getting information which is not easily available via static log file analysers. %prep %setup -q -n %{name}-%{version} %patch1 -p1 %build make %install mkdir -p %{buildroot}%{_bindir} cp bin/asql %{buildroot}%{_bindir} %files %doc license README COMMANDS %{_bindir}/* %changelog * Wed Nov 12 2014 Wilfredo Antonio Porta Castillo - 0.0.1-1 - Initial package.