]> git.pld-linux.org Git - packages/awffull.git/blob - awffull.spec
- new, based on http://dag.wieers.com/packages/awffull/awffull.spec
[packages/awffull.git] / awffull.spec
1 Summary:        Web server log analysis program
2 Name:           awffull
3 Version:        3.4.1
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/Networking
7 URL:            http://www.stedee.id.au/awffull
8 Source0:        http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  9b1ff7694d62f42dcf44832a7e163ce5
10 BuildRequires:  gd-devel
11 BuildRequires:  pcre-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 AWFFull is a Web server log analysis program, forked from Webalizer.
16 It adds a number of new features and improvements, such as extended
17 frontpage 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
27 rm -rf $RPM_BUILD_ROOT
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -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.055824 seconds and 3 git commands to generate.