]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- outdated in 1.5.2
[packages/eventum.git] / eventum.spec
CommitLineData
bb01d732 1# TODO
085e39c0 2# - system pear is incompatible, at least pear DB class seems broke Eventum
9748a8c3 3# - php5 is not tested, but not placing hard conflict on it, as it prevents php4 & php coinstallation
bb01d732
ER
4# - discard bundled packages (from INSTALL):
5# - JpGraph 1.5.3 (last GPL version)
bb01d732
ER
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
abd490e4 10# - need start-stop-daemon (from dpkg for now)
5d2f681c 11# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
dfe0f6d6
ER
12# before STBR:
13# - put useradd/groupadd macros into PLD rpm
87d15bba 14
085e39c0
ER
15%bcond_with pear # build with system PEAR packages (or use bundled ones)
16
a6d2ad69
ER
17%define uid 146
18%define gid 146
19
87d15bba 20# snapshot: DATE
f6d78476 21#define _snap 20050227
87d15bba
ER
22
23%if 0%{?_snap}
24%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
25%else
26%define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
27%endif
28
35749405 29%define _rel 283
87d15bba 30
c96aabf5 31Summary: Eventum Issue / Bug tracking system
4068cb73 32