]> git.pld-linux.org Git - packages/davical.git/commitdiff
- added patch1
authorpawelz <pawelz@pld-linux.org>
Wed, 22 Sep 2010 13:45:07 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no need to substitute @PHP_DATA_DIR@ (due to changes in patch0)
- R: php-pcre, php-pdo-pgsql

Changed files:
    davical.spec -> 1.6

davical.spec

index e8217ce6e7e64f5d1334c61e3b9f7f05c0a66714..931d8216b46b76de6ba16f073e79abc1df8224bd 100644 (file)
@@ -5,7 +5,7 @@ Summary:        CalDAV Server
 Summary(pl.UTF-8):     Serwer CalDAV
 Name:          davical
 Version:       0.9.9.2
-Release:       0.3
+Release:       0.5
 License:       GPL v2
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/project/rscds/davical/0.9.9.2/%{name}-%{version}.tar.gz
@@ -13,9 +13,12 @@ Source0:     http://downloads.sourceforge.net/project/rscds/davical/0.9.9.2/%{name}-
 Source1:       %{name}.conf
 Source2:       %{name}-lighttpd.conf
 Patch0:                %{name}-php_data_dir.patch
+Patch1:                %{name}-conf_path.patch
 BuildRequires: php-awl
 BuildRequires: php-pear-PhpDocumentor
 Requires:      php-awl
+Requires:      php-pcre
+Requires:      php-pdo-pgsql
 Requires:      php-session
 Requires:      webapps
 Requires:      webserver(access)
@@ -37,9 +40,9 @@ Sunbird, Lightning, Mulberry, Chandler, Apple iCal or the iPhone.
 %setup -q
 
 %patch0 -p1
+%patch1 -p1
 
 sed -i 's#^AWL_LOCATION="\.\./awl"$#AWL_LOCATION=%{php_data_dir}/awl#' scripts/po/rebuild-translations.sh
-sed -i 's#@PHP_DATA_DIR@#%{php_data_dir}#' inc/always.php.in
 sed -i /^================================================================/q COPYING
 
 %build
This page took 0.087249 seconds and 4 git commands to generate.