]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- script to route mails/notes/drafts via qmail
[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
ER
10# - create eventum-router-qmail, eventum-router-postfix for -route-mails and -route-notes
11# - need start-stop-daemon (from dpkg for now)
12# - use eventum user for irc bot?
87d15bba 13
085e39c0
ER
14%bcond_with pear # build with system PEAR packages (or use bundled ones)
15
87d15bba 16# snapshot: DATE
c96aabf5 17%define _snap 20050222
87d15bba
ER
18
19%if 0%{?_snap}
20%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
21%else
22%define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
23%endif
24
01b84746
ER
25%define _rel 2.209
26
27%define uid 146
28%define gid 146
87d15bba 29
c96aabf5 30Summary: Eventum Issue / Bug tracking system
4068cb73 31