]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update paths
authorElan Ruusamäe <glen@delfi.ee>
Sat, 28 Mar 2015 18:50:51 +0000 (20:50 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 3 Apr 2015 16:08:00 +0000 (19:08 +0300)
eventum-paths.patch
eventum.spec

index a860e6aac904d5874321c8f2e641472ca82375c4..3b116b54a3bd4de351bc35033d3ed0d898a7552e 100644 (file)
  
  if (!defined('SPHINX_LOG_PATH')) {
      define('SPHINX_LOG_PATH', '/var/log/sphinx/');
+--- eventum-3.0.0/vendor/autoload-dist.php     2014-11-12 18:47:36.000000000 +0200
++++ eventum-3.0.0/vendor/autoload-dist.php     2015-03-28 20:29:06.247165544 +0200
+@@ -50,11 +50,11 @@
+ define('APP_USE_COMPONENTS', false);
+ if (!defined('APP_PEAR_PATH')) {
+-    define('APP_PEAR_PATH', APP_PATH . '/lib/pear');
++    define('APP_PEAR_PATH', '/usr/share/pear');
+ }
+ if (!defined('APP_SPHINXAPI_PATH')) {
+-    define('APP_SPHINXAPI_PATH', APP_PATH . '/lib/sphinxapi');
++    define('APP_SPHINXAPI_PATH', '/usr/share/php');
+ }
+ if (!defined('APP_PHP_GETTEXT_PATH')) {
+@@ -62,7 +62,7 @@
+ }
+ if (!defined('APP_SMARTY_PATH')) {
+-    define('APP_SMARTY_PATH', APP_PATH . '/lib/Smarty');
++    define('APP_SMARTY_PATH', '/usr/share/php/Smarty3');
+ }
+ if (!defined('APP_JPGRAPH_PATH')) {
index 8d58392a22d9a95bfd0b375901228e6f0a8cbb97..b821d64aeb0cc407b99a0a26dbc12dedbf64e435 100644 (file)
@@ -1,16 +1,12 @@
 # TODO
 # - discard bundled packages (from INSTALL):
 #  - JpGraph 1.5.3 (last GPL version)
-#  - dTree 2.0.5 (http://www.destroydrop.com/javascript/tree/)
-#  - dynCalendar.js (http://www.phpguru.org/dyncalendar.html)
-#  - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/)
-#  - A few other small javascript libraries
 #
 # Conditional build:
 %bcond_with    order   # with experimental order patch
 
 %define                subver  pre1
-%define                rel             0.11
+%define                rel             0.12
 %define                php_min_version 5.3.3
 %include       /usr/lib/rpm/macros.php
 Summary:       Eventum Issue / Bug tracking system
@@ -20,7 +16,7 @@ Version:      3.0.0
 Release:       0.%{subver}.%{rel}
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       https://github.com/eventum/eventum/releases/download/v%{version}-pre1/%{name}-%{version}-%{subver}.tar.gz
+Source0:       https://github.com/eventum/eventum/releases/download/v%{version}-%{subver}/%{name}-%{version}-%{subver}.tar.gz
 # Source0-md5: 786930171e278f03baa7b174f52e43d0
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
This page took 0.092561 seconds and 4 git commands to generate.