]> git.pld-linux.org Git - packages/bbclone.git/blame - bbclone.spec
- tabs
[packages/bbclone.git] / bbclone.spec
CommitLineData
8b4bbd11 1Summary: BBClone - A PHP based Web Counter on Steroids
8369d38c 2Summary(pl): BBClone - oparty na PHP licznik stron WWW
8b4bbd11 3Name: bbclone
4Version: 0.4.7
5Release: 0.1
6License: GPL 2
7Group: Applications/WWW
8Source0: http://www.bbclone.de/download.php?get=%{name}-%{version}.tar.gz
9# Source0-md5: cc4141767818e75950f1dd5a56ec1201
80853ea9
ER
10Source1: %{name}.conf
11Source2: %{name}.txt
12Patch0: %{name}-security.patch
8b4bbd11 13URL: http://www.bbclone.de/
80853ea9
ER
14Requires: apache >= 1.3.33-2
15Requires: apache(mod_access)
16Requires: apache(mod_alias)
8b4bbd11 17Requires: php >= 4.1.0
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _appdir /usr/share/bbclone
22%define _sysconfdir /etc/bbclone
23%define _vardir /var/lib
24%define _apache1dir /etc/apache
25%define _apache2dir /etc/httpd
26
27%description
28BBclone is a web counter written in PHP and gives a detailed view
29of the visitors of your web site by displaying the nth last users
30(and the data they provided, like their IP, browser and so on) that
31visited the web site, not just showing a number of visitors.
32This is very handy for webmasters that want to see who is visiting
33their sites, what browser people use, where they came from etc.
34
35For each visitor, BBClone can display:
36* IP address,
37* hostname,
38* operating system,
39* robots,
40* browser,
41* referring URL (where do they come from),
42* visit date,
43* number of time the visitor has loaded the page,
8369d38c
JB
44* number of visitor,
45* the visited pages in the order someone viewed them,
46* the last visited page,
47* the search engine query that lead to your site (if applicable),
8b4bbd11 48* ranking of the most frequent countries, referrers, OS, browsers,
8369d38c
JB
49robots, page views and hostnames.
50
51%description -l pl
52