]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum.spec
- allow scm installation without main package (create subpackage -base)
[packages/eventum.git] / eventum.spec
index 51028732bf5ca37610ec81f030b77a57dbcc51f2..ef60c3e1afa8867f189c743f51d40a9b9575608e 100644 (file)
@@ -2,23 +2,17 @@
 # - php5 is not tested, but not placing hard conflict on it, as it prevents php4 & php coinstallation
 # - 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)
+# - create eventum-router-qmail, eventum-router-postfix for -route-mails and -route-notes
+# - need start-stop-daemon (from dpkg for now)
+# - use eventum user for irc bot?
 
 # snapshot: DATE
-#define _snap 20050114
+#define _snap 20050124
 
 %if 0%{?_snap}
 %define _source http://downloads.mysql.com/snapshots/%{name}/%{name}-nightly-%{_snap}.tar.gz
 %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 %endif
 
-%define _rel 1.32
+%define _rel 1.106
 
-Summary:       Eventum Issue / Bug Tracking System
+Summary:       Eventum Issue - a bug tracking system
+Summary(pl):   Eventum - system ¶ledzenia spraw/b³êdów
 Name:          eventum
 Version:       1.4
 Release:       %{?_snap:0.%{_snap}.}%{_rel}
@@ -37,16 +32,32 @@ Group:              Applications/WWW
 Source0:       %{_source}
 # Source0-md5: 361c1355e46a6bbfa54e420964ec92cf
 Source1:       %{name}-apache.conf
-Patch0:                %{name}-rpm.patch
-Patch1:                %{name}-clock-status.patch
+Source2:       %{name}-mail-queue.cron
+Source3:       %{name}-mail-download.cron
+Source4:       %{name}-reminder.cron
+Source5:       %{name}-monitor.cron
+Source6:       %{name}-cvs.php
+Source7:       %{name}-irc.php
+Source8:       %{name}-irc.init
+# packaging
+Patch0:                %{name}-paths.patch
+Patch1:                %{name}-scm-encode.patch
+Patch2:                %{name}-cvs-config.patch
+Patch3:                %{name}-irc-config.patch
+# bug fixes
+Patch10:               %{name}-clock-status.patch
+Patch11:               %{name}-scm_checkin_associated.patch
+Patch12:               %{name}-mail-queue.tpl.patch
 URL:           http://dev.mysql.com/downloads/other/eventum/index.html
-BuildRequires: sed >= 4.0
 BuildRequires: rpmbuild(macros) >= 1.177
+BuildRequires: sed >= 4.0
 Requires:      php >= 4.1.0
-Requires:      php-pcre
-Requires:      php-mysql
 Requires:      php-gd
 Requires:      php-imap
+Requires:      php-mysql
+Requires:      php-pcre
+Requires:      Smarty >= 2.6.2
+Requires:      %{name}-base = %{epoch}:%{version}-%{release}
 #Requires:     apache-mod_dir
 # conflict with non-confdir apache
 Conflicts:     apache1 < 1.3.33-1.1
@@ -54,6 +65,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/%{name}
 %define                _appdir %{_datadir}/%{name}
+%define                _smartyplugindir        %{php_pear_dir}/Smarty/plugins
 
 %define                _apache1dir     /etc/apache
 %define                _apache2dir     /etc/httpd
@@ -65,40 +77,350 @@ 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.
 
+%description -l pl
+Eventum to przyjazny dla u¿ytkownika system ¶ledzenia spraw, który
+mo¿e byæ u¿ywany przez dzia³ obs³ugi do ¶ledzenia przychodz±cych ¿±dañ
+obs³ugi technicznej albo przez zespó³ tworz±cy oprogramowanie do
+szybkiej organizacji zadañ i b³êdów. Eventum jest u¿ywany przez zespó³
+Technical Support MySQL AB i umo¿liwi³ im znacz±co poprawiæ czasy
+reakcji.
+
+%package base
+Summary:       Eventum base package
+Group:         Applications/WWW
+
+%description base
+This package contains base directory structure for Eventum.
+
 %package setup
-Summary:       Eventum setup package.
+Summary:       Eventum setup package
+Summary(pl):   Pakiet do wstêpnej konfiguracji Eventum
 Group:         Applications/WWW
-PreReq:                %{name}
-Requires:      %{name} = %{epoch}:%{version}-%{release}
+PreReq:                %{name} = %{epoch}:%{version}-%{release}
 
 %description setup
 Install this package to configure initial Eventum installation. You
 should uninstall this package when you're done, as it considered
 insecure to keep the setup files in place.
 
+%description setup -l pl
+Ten pakiet nale¿y zainstalowaæ w celu wstêpnej konfiguracji Eventum po
+pierwszej instalacji. Potem nale¿y go odinstalowaæ, jako ¿e
+pozostawienie plików instalacyjnych mog³oby byæ niebezpieczne.
+
+%package mail-queue
+Summary:       Eventum mail queue process
+Summary(pl):   Przetwarzanie kolejki poczty Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      crondaemon
+Requires:      php4 >= 4.1.0
+
+%description mail-queue
+Beginning with the first release of Eventum, emails are not directly
+sent out from the various scripts, but rather added to a mail queue
+table that is processed by a cron job. If an email cannot be sent, it
+will be marked as such in the mail queue log, and the cron job script
+will re-try to send it again the next time it runs.
+
+This package contains the cron job.
+
+%description mail-queue -l pl
+Od pierwszego wydania Eventum poczta nie jest wysy³ana bezpo¶rednio z
+ró¿nych skryptów, lecz dodawana do kolejki przetwarzanej z crona.
+Je¶li poczta nie mo¿e byæ wys³ana, bêdzie odpowiednio oznaczona w logu
+kolejki poczty, a skrypt z crona bêdzie próbowa³ wys³aæ j± ponownie
+nastêpnym razem.
+
+Ten pakiet zawiera zadanie dla crona.
+
+%package mail-download
+Summary:       Eventum email download
+Summary(pl):   ¦ci±ganie poczty Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      crondaemon
+Requires:      php4 >= 4.1.0
+
+%description mail-download
+In order for Eventum's email integration feature to work, you need to
+setup a cron job to run the script every so often.
+
+This package contains the cron job.
+
+%description mail-download -l pl
+Aby integracja poczty elektronicznej w Eventum dzia³a³a, trzeba
+ustawiæ zadanie crona, aby uruchamia³ odpowiedni skrypt wystarczaj±co
+czêsto.
+
+Ten pakiet zawiera zadanie dla crona.
+
+%package reminder
+Summary:       Eventum Reminder System
+Summary(pl):   System przypominania dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+Requires:      crondaemon
+
+%description reminder
+The reminder system was designed with the objective as serving as a
+safe net for issues that need attention. Depending on what
+configuration you create, you may have several reminders (or alerts)
+be sent out whenever an issue needs attention, for whatever parameter
+you may deem necessary.
+
+This package contains the cron job.
+
+%description reminder -l pl
+System przypominania zosta³ zaprojektowany tak, aby s³u¿y³ jako
+bezpieczna sieæ dla spraw wymagaj±cych uwagi. W zale¿no¶ci od
+konfiguracji mo¿na ustawiæ ró¿ne przypominajki (lub alarmy) wysy³ane
+przy ka¿dej sprawie wymagaj±cej uwagi lub przy parametrze, który mo¿na
+uwa¿aæ za potrzebny.
+
+Ten pakiet zawiera zadanie dla crona.
+
+%package monitor
+Summary:       Eventum Heartbeat Monitor
+Summary(pl):   Monitor ¿ycia dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+Requires:      crondaemon
+
+%description monitor
+The heartbeat monitor is a feature designed for the administrator that
+wants to be alerted whenever a common problem in Eventum is detected,
+like the database server not being available anymore, or maybe when
+the recommended permissions for certain configuration files are
+changed.
+
+Please note that before running the heartbeat monitor, you may need to
+customize some of the checks to be appropriate for your own system,
+particularly the permission and file checks on
+Monitor::checkConfiguration().
+
+This package contains the cron job.
+
+%description monitor -l pl
+Monitor ¿ycia to funkcjonalno¶æ zaprojektowana dla administratora
+chc±cego byæ alarmowanym przy ka¿dym wykryciu popularnego problemu z
+Eventum, jak nie dzia³anie serwera bazy danych albo zmiana uprawnieñ
+do plików konfiguracyjnych.
+
+Nale¿y zauwa¿yæ, ¿e przed uruchomieniem tego monitora mo¿e byæ
+konieczne dostosowanie niektórych testów do systemu, w szczególno¶ci
+testów uprawnieñ i plików w Monitor::checkConfiguration().
+
+Ten pakiet zawiera zadanie dla crona.
+
+%package route-emails
+Summary:       Eventum Email Routing
+Summary(pl):   Przekazywanie poczty dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+#Requires:     eventum-router
+
+%description route-emails
+The email routing feature is used to automatically associate a thread
+of emails into an Eventum issue. By setting up qmail (or even postfix)
+to deliver emails sent to a specific address (usually
+issue-<number>@<domain>) to the above script, users are able to use
+their email clients to reply to emails coming from Eventum, and those
+replies will be automatically associated with the issue and
+broadcasted to the entire notification list.
+
+%description route-emails -l pl
+Funkcjonalno¶æ przekazywania poczty s³u¿y do automatycznego wi±zania
+w±tku listów ze spraw± w Eventum. Po ustawieniu qmaila (czy nawet
+postfiksa), aby dostarcza³ listy wysy³ane na pewien adres (zwykle
+issue-<numer>@<domena>) na powy¿szy skrypt, u¿ytkownicy bêd± mogli
+u¿ywaæ klientów pocztowych do odpowiadania na listy przychodz±ce z
+Eventum, a odpowiedzi te bêd± automatycznie wi±zane ze spraw± i
+rozprowadzane do ca³ej listy og³oszeniowej.
+
+%package route-notes
+Summary:       Eventum Note Routing
+Summary(pl):   Przekazywanie notatek dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+#Requires:     eventum-router
+
+%description route-notes
+The note routing feature is used to automatically associate a thread
+of notes into an Eventum issue. By setting up qmail (or even postfix)
+to deliver emails sent to a specific address (usually
+note-<number>@<domain>) to the above script, users are able to use
+their email clients to reply to internal notes coming from Eventum,
+and those replies will be automatically associated with the issue and
+broadcasted to the notification list staff members.
+
+%description route-notes -l pl
+Funkcjonalno¶æ przekazywania notatek s³u¿y do automatycznego wi±zania
+w±tku notatek ze spraw± w Eventum. Po ustawieniu qmaila (czy nawet
+postfiksa), aby dostarcza³ listy wysy³ane na pewien adres (zwykle
+note-<numer>@<domena>) na powy¿szy skrypt, u¿ytkownicy bêd± mogli
+u¿ywaæ klientów pocztowych do odpowiadania na wewnêtrzne notatki
+pochodz±ce od Eventu, a odpowiedzi te bêd± automatycznie wi±zane ze
+spraw± i rozprowadzane do cz³onków personelu listy og³oszeniowej.
+
+%package irc
+Summary:       Eventum IRC Notification Bot
+Summary(pl):   IRC-owy bot powiadamiaj±cy dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+# FIXME just need start-stop-daemon
+Requires:      dpkg
+
+%description irc
+The IRC notification bot is a nice feature for remote teams that want
+to handle issues and want to have a quick and easy way to get simple
+notifications. Right now the bot notifies of the following actions:
+- New Issues
+- Blocked emails
+- Issues that got their assignment list changed
+
+NOTE: You will need to manually edit the bot.php script to set your
+appropriate preferences, like IRC server and channel that the bot
+should join.
+
+%description irc -l pl
+IRC-owy bot powiadamiaj±cy to mi³a funkcjonalno¶æ dla zdalnych
+zespo³ów chc±cych obs³ugiwaæ sprawy i mieæ szybki i ³atwy sposób na
+uzyskiwanie prostych powiadomieñ. Aktualnie bot powiadamia o
+nastêpuj±cych zdarzeniach:
+- nowych sprawach
+- zablokowanych listach
+- sprawach, dla których zmieni³a siê lista powi±zañ
+
+UWAGA: w celu wprowadzenia w³asnych ustawieñ, takich jak serwer IRC i
+kana³ u¿ywany przez bota, trzeba rêcznie zmodyfikowaæ skrypt bot.php .
+
+%package cli
+Summary:       Eventum command-line interface
+Summary(pl):   Interfejs linii poleceñ dla Eventum
+Group:         Applications/WWW
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+Requires:      php4-cli
+Requires:      php4-curl
+#Requires:     php4-openssl
+
+%description cli
+The Eventum command-line interface allows you to access most of the
+features of the web interface straight from your command shell.
+
+%description cli -l pl
+Interfejs linii poleceñ Eventum pozwala na dostêp do wiêkszo¶ci
+funkcji interfejsu WWW prosto z linii poleceñ pow³oki.
+
+%package scm
+Summary:       Eventum SCM integration
+Summary(pl):   Integracja SCM dla Eventum
+Group:         Applications/WWW
+Requires:      %{name}-base = %{epoch}:%{version}-%{release}
+Requires:      php4 >= 4.1.0
+
+%description scm
+This feature allows your software development teams to integrate your
+Source Control Management system with your Issue Tracking System.
+
+The integration is implemented in such a way that it will be forward
+compatible with pretty much any SCM system, such as CVS.
+
+For installation see
+/eventum/help.php?topic=scm_integration_installation .
+
+%description scm -l pl
+Ten pakiet pozwala zespo³om programistów na integracjê systemu
+zarz±dzania ¼ród³ami (SCM - Source Control Management) z systemem
+¶ledzenia spraw.
+
+Integracja jest zaimplementowana tak, aby byæ kompatybilna w przód z
+prawie ka¿dym systemem SCM, jak np. CVS.
+
+Szczegó³y na temat instalacji mo¿na przeczytaæ pod
+/eventum/help.php?topic=scm_integration_installation .
+
 %prep
 %setup -q %{?_snap:-n %{name}-%{_snap}}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_appdir}} \
+       $RPM_BUILD_ROOT{/etc/{rc.d/init.d,cron.d},/var/log} \
+       $RPM_BUILD_ROOT{/var/run/eventum,/var/cache/eventum}
 
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/{locks,templates_c}}
-
+rm -f eventumrc %{name}-scm
 cp -a . $RPM_BUILD_ROOT%{_appdir}
+# argsh! say no words
+find $RPM_BUILD_ROOT%{_appdir} -type f -print0 | xargs -0 sed -i -e 's,
+$,,'
+sed -e 's,
+$,,' misc/cli/eventumrc_example > eventumrc
 
 > $RPM_BUILD_ROOT%{_appdir}/setup.conf.php
 
 sed -i -e 's,/usr/local/bin/php,/usr/bin/php4,' $RPM_BUILD_ROOT%{_appdir}/misc/cli/eventum
+echo '#!/usr/bin/php4 -q' > %{name}-scm
+cat $RPM_BUILD_ROOT%{_appdir}/misc/scm/process_cvs_commits.php >> %{name}-scm
+
+# change private key, so we can easily grep
+sed -i -e '
+s,$private_key\s*=\s*".*";,$private_key = "DEFAULTPRIVATEKEYPLEASERUNSETUP!";,
+' $RPM_BUILD_ROOT%{_appdir}/include/private_key.php
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-queue
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-download
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
+install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/cvs.php
+install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/irc.php
+install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
+
+# in conf
+mv $RPM_BUILD_ROOT%{_appdir}/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/config.php
+mv $RPM_BUILD_ROOT%{_appdir}/setup.conf.php $RPM_BUILD_ROOT%{_sysconfdir}/setup.php
+mv $RPM_BUILD_ROOT%{_appdir}/include/private_key.php $RPM_BUILD_ROOT%{_sysconfdir}
+mv $RPM_BUILD_ROOT%{_appdir}/misc/cli/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/cli.php
+ln -s %{_sysconfdir}/config.php $RPM_BUILD_ROOT%{_appdir}/config.inc.php
+ln -s %{_sysconfdir}/setup.php $RPM_BUILD_ROOT%{_appdir}/setup.conf.php
+ln -s %{_sysconfdir}/private_key.php $RPM_BUILD_ROOT%{_appdir}/include/private_key.php
+
+# log directory
+mv $RPM_BUILD_ROOT%{_appdir}/logs $RPM_BUILD_ROOT/var/log/%{name}
 
 # in doc
 rm -f $RPM_BUILD_ROOT%{_appdir}/{COPYING,ChangeLog,FAQ,INSTALL,README,UPGRADE}
-rm -rf $RPM_BUILD_ROOT%{_appdir}/misc/upgrade
+rm -rf $RPM_BUILD_ROOT%{_appdir}/{docs,misc/upgrade}
+# some sample, not used in eventum
+rm -rf $RPM_BUILD_ROOT%{_appdir}/rpc/xmlrpc_client.php
+
+# use system Smarty
+rm -rf $RPM_BUILD_ROOT%{_appdir}/include/Smarty
+install -d $RPM_BUILD_ROOT%{_smartyplugindir}
+# These plugins are not in Smarty package (Smarty-2.6.2-3)
+cp -a include/Smarty/plugins/function.{calendar,get_display_style,get_innerhtml,get_textarea_size}.php $RPM_BUILD_ROOT%{_smartyplugindir}
+
+# in bindir
+mv $RPM_BUILD_ROOT%{_appdir}/misc/cli/eventum $RPM_BUILD_ROOT%{_bindir}
+rm -f $RPM_BUILD_ROOT%{_appdir}/misc/{cli/eventumrc_example,scm/process_cvs_commits.php}
+install %{name}-scm $RPM_BUILD_ROOT%{_bindir}/%{name}-scm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -120,7 +442,7 @@ if [ -d %{_apache2dir}/httpd.conf ]; then
 fi
 
 # check if the package is configured.
-if grep -q 'header("Location: setup/")' %{_appdir}/config.inc.php; then
+if grep -q 'header("Location: setup/")' %{_sysconfdir}/config.php; then
 %banner %{name} -e <<EOF
 
 You haven't yet configured Eventum!
@@ -133,8 +455,29 @@ so that %{name}-setup is able to secure your Eventum installation.
 
 EOF
 #' vim stupidity.
+
+elif grep -q 'DEFAULTPRIVATEKEY' %{_sysconfdir}/private_key.php; then
+%banner %{name} -e <<EOF
+
+You have default private key installed!
+
+Install %{name}-setup and open up http://yourserver/eventum/setup/
+-- that will help you setup initial config.
+
+when have configured Eventum, please uninstall the setup package,
+so that %{name}-setup is able to secure your Eventum installation.
+
+EOF
+       elif [ -d %{_appdir}/setup ]; then
+%banner %{name} -e <<EOF
+
+If you have have configured Eventum, please uninstall the setup package,
+so that %{name}-setup is able to secure your Eventum installation.
+
+EOF
 fi
 
+
 %preun
 if [ "$1" = "0" ]; then
        # apache1
@@ -154,57 +497,106 @@ if [ "$1" = "0" ]; then
 fi
 
 %post setup
-# RACE possible? chmod just in case
-chmod 640 %{_appdir}/{config.inc,setup.conf}.php
-chown http:root %{_appdir}/{config.inc,setup.conf}.php
+chmod 660 %{_sysconfdir}/{config,private_key}.php
+chown root:http %{_sysconfdir}/{config,private_key}.php
 
 %postun setup
 if [ "$1" = "0" ]; then
-       # RACE condition possible?
-       chmod 640 %{_appdir}/{config.inc,setup.conf}.php
-       chown root:http %{_appdir}/{config.inc,setup.conf}.php
+       chmod 640 %{_sysconfdir}/{config,private_key}.php
+       chown root:http %{_sysconfdir}/{config,private_key}.php
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog FAQ INSTALL README UPGRADE misc/upgrade
-%dir %{_sysconfdir}
+%doc ChangeLog FAQ INSTALL README UPGRADE misc/upgrade docs/* rpc/xmlrpc_client.php
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/config.php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/private_key.php
+%attr(660,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/setup.php
 
 %dir %{_appdir}
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/config.inc.php
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/setup.conf.php
-%{_appdir}/*[!cf].php
+%dir %{_appdir}/misc
+
+%dir %attr(731,root,http) /var/log/%{name}
+%attr(620,root,http) %ghost /var/log/%{name}/*
+
+%{_smartyplugindir}/*
 
+%{_appdir}/*.php
 %{_appdir}/css
 %{_appdir}/customer
-%{_appdir}/docs
 %{_appdir}/images
 %{_appdir}/js
 %{_appdir}/manage
-%{_appdir}/misc
 %{_appdir}/reports
 %{_appdir}/rpc
 %{_appdir}/templates
 
-%dir %attr(750,http,root) %{_appdir}/locks
-
 %dir %{_appdir}/include
 %{_appdir}/include/customer
 %{_appdir}/include/jpgraph
 %{_appdir}/include/pear
-%{_appdir}/include/Smarty
 %{_appdir}/include/workflow
-%{_appdir}/include/class.*
-%{_appdir}/include/db_access.php
-%{_appdir}/include/jsrsServer.inc.php
-%attr(640,http,root) %{_appdir}/include/private_key.php
+%{_appdir}/include/*.php
+
+%dir %attr(730,root,http) /var/run/%{name}
+%dir %attr(730,root,http) /var/cache/%{name}
 
-%dir %attr(731,root,http) %{_appdir}/logs
-%attr(640,http,root) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/logs/*
+%{_appdir}/misc/blank.html
 
-%dir %attr(750,http,root) %{_appdir}/templates_c
+%files base
+%defattr(644,root,root,755)
+%attr(751,root,root) %dir %{_sysconfdir}
 
 %files setup
 %defattr(644,root,root,755)
 %{_appdir}/setup
+
+%files mail-queue
+%defattr(644,root,root,755)
+%{_appdir}/misc/process_mail_queue.php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-queue
+
+%files mail-download
+%defattr(644,root,root,755)
+%{_appdir}/misc/download_emails.php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-download
+
+%files reminder
+%defattr(644,root,root,755)
+%{_appdir}/misc/check_reminders.php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-reminder
+
+%files monitor
+%defattr(644,root,root,755)
+%{_appdir}/misc/monitor.php
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
+
+%files route-emails
+%defattr(644,root,root,755)
+%{_appdir}/misc/route_emails.php
+
+%files route-notes
+%defattr(644,root,root,755)
+%{_appdir}/misc/route_drafts.php
+%{_appdir}/misc/route_notes.php
+
+%files irc
+%defattr(644,root,root,755)
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/irc.php
+%{_appdir}/misc/irc
+%attr(754,root,root) /etc/rc.d/init.d/%{name}-irc
+
+%files cli
+%defattr(644,root,root,755)
+%doc eventumrc
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.php
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_appdir}/misc/cli
+%{_appdir}/misc/cli/include
+
+%files scm
+%defattr(644,root,root,755)
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cvs.php
+# FIXME: not sure about this naming.
+%attr(755,root,root) %{_bindir}/%{name}-scm
This page took 0.059712 seconds and 4 git commands to generate.