]> git.pld-linux.org Git - packages/awffull.git/blame - awffull.spec
- new, based on http://dag.wieers.com/packages/awffull/awffull.spec
[packages/awffull.git] / awffull.spec
CommitLineData
255035b2 1Summary: Web server log analysis program
2Name: awffull
3Version: 3.4.1
4Release: 0.1
5License: GPL
6Group: Applications/Networking
7URL: http://www.stedee.id.au/awffull
8Source0: http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
9# Source0-md5: 9b1ff7694d62f42dcf44832a7e163ce5
10BuildRequires: gd-devel
11BuildRequires: pcre-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15AWFFull is a Web server log analysis program, forked from Webalizer.
16It adds a number of new features and improvements, such as extended
17frontpage history, resizable graphs, and a few more pie charts.
18
19%prep
20%setup -q
21
22%build
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28%{__make} install \
29 DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc ChangeLog COPYING INSTALL README TODO
37%doc %{_mandir}/man1/awffull*
38%attr(755,root,root) %{_bindir}/awffull
This page took 0.043009 seconds and 4 git commands to generate.