]> git.pld-linux.org Git - packages/webalizer.git/commitdiff
- update to 1.29-07
authorArtur Frysiak <artur@frysiak.net>
Thu, 24 Jun 1999 07:31:09 +0000 (07:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- --with-gd

Changed files:
    webalizer.spec -> 1.2

webalizer.spec

index d093a6a0efa70ba0dd786ac37378371b6ef9a4ef..cf23ccb121116e322c8d4aa9e935e2d1bd827f31 100644 (file)
@@ -1,15 +1,17 @@
+%define                ver     1.29
+%define                patchlvl 07
 Summary:       The Webalizer - A web server log file analysis thingie
 Summary(pl):   Webalizer - analizator logów serwera www
 Name:          webalizer
-Version:       1.22_03
+Version:       %{ver}_%{patchlvl}
 Release:       1
 URL:           http://www.mrunix.net/webalizer/
-Source:                ftp://ftp.mrunix.net/pub/webalizer/pre-release/%{name}-1.22-03-src.tar.bz2
+Source:                ftp://ftp.mrunix.net/pub/webalizer/pre-release/%{name}-%{ver}-%{patchlvl}-src.tar.bz2
 Vendor:                Bradford L. Barrett <brad@mrunix.net>
 Copyright:     GPL
 Group:         Networking/Utilities
 Group(pl):     Sieæ/U¿ytki
-Icon:          webalizer.gif
+#Icon:         webalizer.gif
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -26,9 +28,11 @@ Webalizer to program analizuj
 w formacie HTML zawieraj±ce statystyki u¿ycia tego¿ serwera www.
 
 %prep
-%setup -q -n %{name}-1.22-03
+%setup -q -n %{name}-%{ver}-%{patchlvl}
 
 %build
+%configure --with-gd 
+#--with-language=polish
 make CFLAGS="$RPM_OPT_FLAGS -fsigned-char"  
 
 %install
This page took 0.033091 seconds and 4 git commands to generate.