]> git.pld-linux.org Git - packages/eventum.git/blame_incremental - eventum.spec
- add to PLD CVS
[packages/eventum.git] / eventum.spec
... / ...
CommitLineData
1# TODO
2# - discard bundled packages (from INSTALL):
3# - JpGraph 1.5.3 (last GPL version)
4# - dTree 2.0.5 (http://www.destroydrop.com/javascript/tree/)
5# - dynCalendar.js (http://www.phpguru.org/dyncalendar.html)
6# - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/)
7# - A few other small javascript libraries
8# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
9
10%bcond_without pear # build with system PEAR packages (or use bundled ones)
11%bcond_with qmail # build the router-qmail subpackage
12
13# snapshot: DATE
14%define _snap 20051227
15
16# release candidate
17#define _rc RC1
18
19%define _rel 4.45
20
21%if 0%{?_rc:1}
22%define _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
23%else
24%if 0%{?_snap}
25%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
26%else
27%define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
28%endif
29%endif
30
31%{?with_pear:%include /usr/lib/rpm/macros.php}
32Summary: Eventum Issue / Bug tracking system
33