]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- fix path of routed drafts and notes
[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
3223fb64 14%define _snap 20051220
87d15bba 15
cddf3011 16# release candidate
903b1259 17#define _rc RC1
cddf3011 18
3223fb64 19%define _rel 4.40
cddf3011 20
903b1259 21%if 0%{?_rc:1}
cddf3011
ER
22%define _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
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