]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- fix omited status of new issue
[packages/eventum.git] / eventum.spec
CommitLineData
bb01d732
ER
1# TODO
2# - discard bundled packages (from INSTALL):
3# - JpGraph 1.5.3 (last GPL version)
bb01d732
ER
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
5d2f681c 8# - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
87d15bba 9
3223fb64 10%bcond_without pear # build with system PEAR packages (or use bundled ones)
7492ce03 11%bcond_with qmail # build the router-qmail subpackage
085e39c0 12
87d15bba 13# snapshot: DATE
5b165428 14#define _snap 20051227
87d15bba 15
cddf3011 16# release candidate
6665fb2f 17#define _rc 2
cddf3011 18
50372e49 19%define _rel 3.1
cddf3011 20
903b1259 21%if 0%{?_rc:1}
5b165428 22%define _source http://eventum.mysql.org/eventum-1.7.0.tar.gz
cddf3011 23%else
903b1259 24%if 0%{?_snap}
6ee43cd6 25%define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
87d15bba 26%else
6ee43cd6 27%define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz
87d15bba 28%endif
903b1259 29%endif
87d15bba 30
3223fb64 31%{?with_pear:%include /usr/lib/rpm/macros.php}
c96aabf5 32Summary: Eventum Issue / Bug tracking system
4068cb73 33