]> git.pld-linux.org Git - packages/eventum.git/blame_incremental - eventum.spec
- eventum 1.6.0-RC2
[packages/eventum.git] / eventum.spec
... / ...
CommitLineData
1# TODO
2# - system pear is incompatible, at least pear DB class seems broke Eventum
3# - php5 is not tested, but not placing hard conflict on it, as it prevents php4 & php coinstallation
4# - discard bundled packages (from INSTALL):
5# - JpGraph 1.5.3 (last GPL version)
6# - dTree 2.0.5 (http://www.destroydrop.com/javascript/tree/)
7# - dynCalendar.js (http://www.phpguru.org/dyncalendar.html)
8# - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/)
9# - A few other small javascript libraries
10# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
11
12%bcond_with pear # build with system PEAR packages (or use bundled ones)
13%bcond_with qmail # build the router-qmail subpackage
14
15# snapshot: DATE
16#define _snap 20050227
17
18# release candidate
19%define _rc RC2
20
21%define _rel 6
22
23%if 0%{?_snap}
24%if 0%{?_rc}
25%define _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
26%else
27%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
28%endif
29%else
30%define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
31%endif
32
33Summary: Eventum Issue / Bug tracking system
34