]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- very raw. NFY at all
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 14:22:01 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.1

eventum.spec [new file with mode: 0644]

diff --git a/eventum.spec b/eventum.spec
new file mode 100644 (file)
index 0000000..547cbf3
--- /dev/null
@@ -0,0 +1,69 @@
+# TODO
+# - discard bundled packages (from INSTALL):
+#  - JpGraph 1.5.3 (last GPL version)
+#  - Smarty 2.3.0 (http://smarty.php.net)
+#  - PEAR packages
+#  - dTree 2.0.5 (http://www.destroydrop.com/javascript/tree/)
+#  - dynCalendar.js (http://www.phpguru.org/dyncalendar.html)
+#  - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/)
+#  - A few other small javascript libraries
+# - Mail Queue Process, cron or separate package (misc/process_mail_queue.php)
+# - Email Download (misc/download_emails.php)
+# - Reminder System (misc/check_reminders.php)
+# - Heartbeat Monitor (misc/monitor.php)
+# - Email Routing Script (misc/route_emails.php)
+# - Note Routing Script (misc/route_notes.php)
+# - IRC Notification Bot (misc/irc/bot.php)
+# - Command-line Interface (misc/cli/eventum)
+Summary:       Eventum Issue / Bug Tracking System
+Name:          eventum
+Version:       1.4
+Release:       0.1
+License:       GNU GPL
+Group:         Applications/Databases
+Source0:       http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 361c1355e46a6bbfa54e420964ec92cf
+URL:           http://dev.mysql.com/downloads/other/eventum/index.html
+BuildRequires: sed >= 4.0
+Requires:      php >= 4.1.0 
+Requires:      php-pcre
+Requires:      php-mysql
+Requires:      php-gd
+Requires:      php-imap
+Requires:      mysql
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _htmldir        %{_datadir}/%{name}
+
+%description
+Eventum is a user-friendly and flexible issue tracking system that can
+be used by a support department to track incoming technical support
+requests, or by a software development team to quickly organize tasks
+and bugs. Eventum is used by the MySQL AB Technical Support team, and
+has allowed us to dramatically improve our response times.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_htmldir}
+
+# TODO: php4
+sed -i -e 's,/usr/local/bin/php,/usr/bin/php,' misc/cli/eventum
+
+cp -a . $RPM_BUILD_ROOT%{_htmldir}
+
+# in doc
+rm -f $RPM_BUILD_ROOT%{_htmldir}/{COPYING,ChangeLog,FAQ,INSTALL,README,UPGRADE}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog FAQ INSTALL README UPGRADE
+%{_htmldir}
This page took 0.032998 seconds and 4 git commands to generate.