]> git.pld-linux.org Git - packages/davical.git/commitdiff
- up to 0.9.9.6
authorzbyniu <zbyniu@pld-linux.org>
Thu, 6 Oct 2011 15:54:49 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    davical-php_data_dir.patch -> 1.4
    davical.spec -> 1.9

davical-php_data_dir.patch
davical.spec

index 34f8d0fb5eaecdd0bb5d60ee4ed6ea69ea6d7a13..fbeffb00fc46006411bf887465843a6200d20768 100644 (file)
@@ -1,12 +1,13 @@
 --- davical-0.9.9.2/inc/always.php.in.orig     2010-09-22 15:19:34.000000000 +0200
 +++ davical-0.9.9.2/inc/always.php.in  2010-09-22 15:19:48.000000000 +0200
-@@ -70,21 +70,8 @@
+@@ -70,22 +70,8 @@
  
  // Utilities
  if ( ! @include_once('AWLUtilities.php') ) {
 -  $try_paths = array(
 -        '../../awl/inc'
--      , '/usr/share/awl/inc'
+-      , '/usr/share/awl/inc'        // Where it ends up on Debian
+-      , '/usr/share/php/awl/inc'    // Fedora's standard for PHP libraries
 -      , '/usr/local/share/awl/inc'
 -  );
 -  foreach( $try_paths AS $awl_include_path ) {
index d66271f02c3273e8a6023efe2be498e74ee7d303..cd9352e5b4e067c2d99d982c480c27d0ffce7a22 100644 (file)
@@ -4,18 +4,19 @@
 Summary:       CalDAV Server
 Summary(pl.UTF-8):     Serwer CalDAV
 Name:          davical
-Version:       0.9.9.4
+Version:       0.9.9.6
 Release:       0.5
 License:       GPL v2
 Group:         Applications
 Source0:       http://debian.mcmillan.net.nz/packages/davical/%{name}-%{version}.tar.gz
-# Source0-md5: 8d43279a124ee0e207fc2c071e8df882
+# Source0-md5: bf1189064e43a061c3eaaebf4416fd8b
 Source1:       %{name}.conf
 Source2:       %{name}-lighttpd.conf
 URL:           http://davical.org/
 Patch0:                %{name}-php_data_dir.patch
 Patch1:                %{name}-conf_path.patch
-BuildRequires: php-awl >= 0.46
+BuildRequires: gettext-devel
+BuildRequires: php-awl >= 0.48
 BuildRequires: php-pear-PhpDocumentor
 Requires:      perl(DBD::Pg)
 Requires:      perl(YAML)
This page took 0.053012 seconds and 4 git commands to generate.