webalizer/webalizer.spec

Thu, 09 Apr 2009 01:03:24 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Apr 2009 01:03:24 +0200
changeset 151
d176107091ef
parent 141
e41fe78aeff0
child 154
dfe80a536491
permissions
-rw-r--r--

Update to new vendor version, integrate flag pictures, and correct URLs.

     1 ##
     2 ##  webalizer.spec -- OpenPKG RPM Package Specification
     3 ##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
     4 ##
     5 ##  Permission to use, copy, modify, and distribute this software for
     6 ##  any purpose with or without fee is hereby granted, provided that
     7 ##  the above copyright notice and this permission notice appear in all
     8 ##  copies.
     9 ##
    10 ##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    11 ##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    12 ##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    13 ##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
    14 ##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    15 ##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    16 ##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
    17 ##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    18 ##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    19 ##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    20 ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    21 ##  SUCH DAMAGE.
    22 ##
    24 #   package version
    25 %define       V_real  2.21-02
    26 %define       V_here  2.21.02
    27 %define       V_geodb 20090401
    29 #   package information
    30 Name:         webalizer
    31 Summary:      Graphical Web Statistics Program
    32 URL:          http://www.mrunix.net/webalizer/
    33 Vendor:       Bradford L. Barrett
    34 Packager:     OpenPKG Foundation e.V.
    35 Distribution: OpenPKG Community
    36 Class:        PLUS
    37 Group:        Logfile
    38 License:      GPL
    39 Version:      %{V_here}
    40 Release:      20090408
    42 #   package options
    43 %option       with_dns  no
    45 #   list of sources
    46 Source0:      ftp://ftp.mrunix.net/pub/webalizer/webalizer-%{V_real}-src.tgz
    47 Source1:      ftp://ftp.mrunix.net/pub/webalizer/geodb/webalizer-geodb-%{V_geodb}.tgz
    48 Source2:      ftp://ftp.mrunix.net/pub/webalizer/webalizer-flags.tgz
    49 Source3:      rc.webalizer
    51 #   build information
    52 Prefix:       %{l_prefix}
    53 BuildRoot:    %{l_buildroot}
    54 BuildPreReq:  OpenPKG, openpkg >= 20040130
    55 PreReq:       OpenPKG, openpkg >= 20040130
    56 BuildPreReq:  gd, png, zlib, bzip2, db >= 4.1.24
    57 PreReq:       gd, png, zlib, bzip2, db >= 4.1.24
    58 %if "%{with_dns}" == "yes"
    59 BuildPreReq:  db::with_compat = yes
    60 PreReq:       db::with_compat = yes
    61 %endif
    62 AutoReq:      no
    63 AutoReqProv:  no
    65 %description
    66     The Webalizer is a fast, free web server log file analysis program.
    67     It produces highly detailed, easily configurable usage reports in
    68     HTML format, for viewing with a standard web browser.
    70 %track
    71     prog webalizer = {
    72         version   = %{V_real}
    73         url       = ftp://ftp.mrunix.net/pub/webalizer/
    74         regex     = webalizer-(__VER__)-src\.tgz
    75     }
    77 %prep
    78     %setup -q -n webalizer-%{V_real}
    79     ( cd webalizer-%{V_real}
    80       %{l_gzip} -d -c %{SOURCE1} | %{l_tar} xf -
    81       %{l_gzip} -d -c %{SOURCE2} | %{l_tar} xf -
    82     ) || exit $?
    84 %build
    85     CC="%{l_cc}" \
    86     CFLAGS="%{l_cflags -O}" \
    87     CPPFLAGS="%{l_cppflags} -DHAVE_DB_185_H" \
    88     GREP="grep" \
    89     ./configure \
    90         --prefix=%{l_prefix} \
    91         --sysconfdir=%{l_prefix}/etc/%{name} \
    92         --with-geodb=%{l_prefix}/var/%{name} \
    93 %if "%{with_dns}" == "yes"
    94         --enable-dns \
    95 %endif
    96         --enable-bz2 \
    97         --with-bz2lib=%{l_prefix}/lib \
    98         --with-bz2=%{l_prefix}/include \
    99         --with-etcdir=%{l_prefix}/etc/webalizer \
   100         --with-gdlib=%{l_prefix}/lib \
   101         --with-gd=%{l_prefix}/include \
   102         --with-z-inc=%{l_prefix}/include \
   103         --with-zlib=%{l_prefix}/lib \
   104         --with-png-inc=%{l_prefix}/include \
   105         --with-png=%{l_prefix}/lib \
   106         --with-db=%{l_prefix}/include \
   107         --with-dblib=%{l_prefix}/lib
   108     %{l_make} %{l_mflags -O}
   110 %install
   111     rm -rf $RPM_BUILD_ROOT
   112     %{l_shtool} mkdir -f -p -m 755 \
   113         $RPM_BUILD_ROOT%{l_prefix}/bin \
   114         $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
   115         $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
   116         $RPM_BUILD_ROOT%{l_prefix}/etc/webalizer \
   117         $RPM_BUILD_ROOT%{l_prefix}/share/webalizer \
   118         $RPM_BUILD_ROOT%{l_prefix}/var/webalizer \
   119         $RPM_BUILD_ROOT%{l_prefix}/web/webalizer
   120     %{l_shtool} install -c -s -m 755 \
   121         webalizer $RPM_BUILD_ROOT%{l_prefix}/bin/
   122     %{l_shtool} install -c -m 644 \
   123         webalizer.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
   124     %{l_shtool} install -c -m 644 \
   125         sample.conf $RPM_BUILD_ROOT%{l_prefix}/etc/webalizer/webalizer.conf
   126     %{l_shtool} install -c -m 644 \
   127         GeoDB.dat $RPM_BUILD_ROOT%{l_prefix}/var/webalizer/
   128     mv flags $RPM_BUILD_ROOT%{l_prefix}/share/webalizer/
   129     ln $RPM_BUILD_ROOT%{l_prefix}/bin/webalizer \
   130        $RPM_BUILD_ROOT%{l_prefix}/bin/webazolver
   131     %{l_shtool} install -c -m 755 %{l_value -s -a} \
   132         %{SOURCE rc.webalizer} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
   133     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   134         %{l_files_std} \
   135         '%config %{l_prefix}/etc/webalizer/*'
   137 %files -f files
   139 %clean
   140     rm -rf $RPM_BUILD_ROOT

mercurial