# HG changeset patch # User Michael Schloh von Bennewitz # Date 1290606484 -3600 # Node ID d34fd1d7fa3e311b78d1f2a304f30c8d259eb402 # Parent 51b6f3cffaff8b914c5287ce06079b92cebe1ab7 Update version of awl vendor software and introduce iconv dependency. diff -r 51b6f3cffaff -r d34fd1d7fa3e davical/davical.spec --- a/davical/davical.spec Mon Nov 22 16:55:00 2010 +0100 +++ b/davical/davical.spec Wed Nov 24 14:48:04 2010 +0100 @@ -24,7 +24,7 @@ # package version %define V_opkg 0.9.9.3 %define V_davical 0.9.9.3 -%define V_awl 0.37 +%define V_awl 0.45 # package information Name: davical @@ -37,14 +37,14 @@ Group: Network License: GPL Version: %{V_opkg} -Release: 20101122 +Release: 20101124 # package options %define with_ssl no # list of sources Source0: http://debian.mcmillan.net.nz/packages/davical/davical-%{V_davical}.tar.gz -Source1: http://debian.mcmillan.net.nz/packages/awl/awl_%{V_awl}.tar.gz +Source1: http://debian.mcmillan.net.nz/packages/awl/awl-%{V_awl}.tar.gz Source2: davical-config.php Source3: davical-apache.conf Source4: davical-setup.sh @@ -64,6 +64,7 @@ PreReq: apache-php PreReq: apache-php::with_pgsql = yes PreReq: apache-php::with_gettext = yes +PreReq: apache-php::with_iconv = yes PreReq: postgresql PreReq: apg