]> git.pld-linux.org Git - packages/webalizer.git/blob - webalizer.spec
new spec
[packages/webalizer.git] / webalizer.spec
1 Summary:        The Webalizer - A web server log file analysis thingie
2 Summary(pl):    Webalizer - analizator logów serwera www
3 Name:           webalizer
4 Version:        1.22_03
5 Release:        1
6 URL:            http://www.mrunix.net/webalizer/
7 Source:         ftp://ftp.mrunix.net/pub/webalizer/pre-release/%{name}-1.22-03-src.tar.bz2
8 Vendor:         Bradford L. Barrett <brad@mrunix.net>
9 Copyright:      GPL
10 Group:          Networking/Utilities
11 Group(pl):      Sieæ/U¿ytki
12 Icon:           webalizer.gif
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 The Webalizer is a web server log file analysis program which produces
17 usage statistics in HTML format for viewing with a browser.  The results
18 are presented in both columnar and graphical format, which facilitates
19 interpretation.  Yearly, monthly, daily and hourly usage statistics are
20 presented, along with the ability to display usage by site, URL, referrer,
21 user agent (browser) and country (user agent and referrer are only
22 available if your web server produces combined log format files).
23
24 %description -l pl
25 Webalizer to program analizuj±cy logi serwera www i tworz±cy strony
26 w formacie HTML zawieraj±ce statystyki u¿ycia tego¿ serwera www.
27
28 %prep
29 %setup -q -n %{name}-1.22-03
30
31 %build
32 make CFLAGS="$RPM_OPT_FLAGS -fsigned-char"  
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT/etc
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 install -d $RPM_BUILD_ROOT%{_mandir}/man1
40 install -m644 sample.conf $RPM_BUILD_ROOT/etc/webalizer.conf
41 install -m755 -s webalizer $RPM_BUILD_ROOT%{_bindir}
42 install -m644 webalizer.1 $RPM_BUILD_ROOT%{_mandir}/man1/webalizer.1
43 gzip -9nf CHANGES README country-codes.txt $RPM_BUILD_ROOT%{_mandir}/man1/webalizer.1
44
45 install -d $RPM_BUILD_ROOT/home/httpd/html/usage
46 install -m644 msfree.gif $RPM_BUILD_ROOT/home/httpd/html/usage
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc CHANGES.gz README.gz country-codes.txt.gz
54 %config(noreplace) /etc/webalizer.conf
55 %attr(755,root,root) %{_bindir}/webalizer
56 %{_mandir}/man1/webalizer.1.gz
57 %dir /home/httpd/html/usage
58 /home/httpd/html/usage/msfree.gif
59
60 %changelog
61 * Tue May 25 1999 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
62   [1.22-03]
63 - new version
64
65 * Fri Jan 08 1999 Simon Liddington <sjl96v@ecs.soton.ac.uk>
66   [1.20-11]
67   Installs manpage
68   Config file installed as config
69
70 * Mon Jul 27 1998 Arne Coucheron <arneco@online.no>
71   [1.20-07]
72
73 * Sun Jul 26 1998 Arne Coucheron <arneco@online.no>
74   [1.12-10]
75
76 * Sun Jun 14 1998 Arne Coucheron <arneco@online.no>
77   [1.12-09]
78
79 * Sun Jun 07 1998 Arne Coucheron <arneco@online.no>
80   [1.12-08]
81
82 * Fri Jun 05 1998 Arne Coucheron <arneco@online.no>
83   [1.00-05]
84
85 * Wed May 27 1998 Arne Coucheron <arneco@online.no>
86   [1.00-04]
87 - using predefined %%{name} and %%{version} macros
88 - using %defattr macro in file list, this requires rpm 2.5 to build
89 - installing msfree.gif to /home/httpd/html/usage
90 - added -q parameter to %setup
91 - added CHANGES and TODO to %doc
92
93 * Fri May 08 1998 Arne Coucheron <arneco@online.no>
94   [0.99.06-1]
95
96 * Sat Jan 31 1998 Arne Coucheron <arneco@online.no>
97 - First release
This page took 0.031707 seconds and 4 git commands to generate.