[packages/eventum/dev-3.0] update paths

glen glen at pld-linux.org
Fri Apr 3 18:08:23 CEST 2015


commit cceed9a66c273bdd80bebf46c1852009addd1441
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 28 20:50:51 2015 +0200

    update paths

 eventum-paths.patch | 25 +++++++++++++++++++++++++
 eventum.spec        |  8 ++------
 2 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 8d58392..b821d64 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -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
diff --git a/eventum-paths.patch b/eventum-paths.patch
index a860e6a..3b116b5 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -120,3 +120,28 @@
  
  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')) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/cceed9a66c273bdd80bebf46c1852009addd1441



More information about the pld-cvs-commit mailing list