]> git.pld-linux.org Git - packages/awffull.git/blob - awffull.spec
- pl
[packages/awffull.git] / awffull.spec
1 Summary:        Web server log analysis program
2 Summary(pl):    Program do analizy logów serwera WWW
3 Name:           awffull
4 Version:        3.4.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  9b1ff7694d62f42dcf44832a7e163ce5
10 URL:            http://www.stedee.id.au/awffull
11 BuildRequires:  gd-devel
12 BuildRequires:  pcre-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 AWFFull is a Web server log analysis program, forked from Webalizer.
17 It adds a number of new features and improvements, such as extended
18 frontpage history, resizable graphs, and a few more pie charts.
19
20 %description -l pl
21 AWFFull to program do analizy logów serwer WWW wywodz±cy siê z
22 Webalizera. Dodaje wiele nowych mo¿liwo¶ci i ulepszeñ, takich jak
23 rozszerzona historia strony g³ównej, skalowalne wykresy i nieco wiêcej
24 wykresów ko³owych.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog COPYING INSTALL README TODO
44 %attr(755,root,root) %{_bindir}/awffull
45 %{_mandir}/man1/awffull*
This page took 0.030611 seconds and 4 git commands to generate.