]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- typo
[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
5d2f681c 10# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
87d15bba 11
085e39c0 12%bcond_with pear # build with system PEAR packages (or use bundled ones)
7492ce03 13%bcond_with qmail # build the router-qmail subpackage
085e39c0 14
87d15bba 15# snapshot: DATE
6ee43cd6 16#define _snap 20050227
87d15bba 17
cddf3011 18# release candidate
903b1259 19#define _rc RC1
cddf3011 20
2f3ae733 21%define _rel 3.2
cddf3011 22
903b1259 23%if 0%{?_rc:1}
cddf3011
ER
24%define _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
25%else
903b1259 26%if 0%{?_snap}
6ee43cd6 27%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
87d15bba 28%else
6ee43cd6 29%define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
87d15bba 30%endif
903b1259 31%endif
87d15bba 32
c96aabf5 33Summary: Eventum Issue / Bug tracking system
4068cb73 34