]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- update once again
[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)
a659c698
JB
9#
10# Conditional build:
7492ce03 11%bcond_with qmail # build the router-qmail subpackage
cddf3011 12
fea7989f 13#define _snap 20060921
cfcdd0a9 14%define _svn 20070215.3259
b8b72891 15#define _rc RC3
cfcdd0a9 16%define _rel 0.185
87d15bba 17
b3857e8b 18%include /usr/lib/rpm/macros.php
c96aabf5 19Summary: Eventum Issue / Bug tracking system
9f49cf47 20Summary(pl.UTF-8): Eventum - system śledzenia spraw/błędów
bb01d732 21Name: eventum
c18f167e 22Version: 2.0
fea7989f 23Release: %{?_rc:%{_rc}.}%{_rel}%{?_snap:.%{_snap}}%{?_svn:.%{_svn}}
6850abd9
ER
24License: GPL
25Group: Applications/WWW
fea7989f
ER
26#Source0: http://downloads.mysql.com/snapshots/eventum/%{name}-nightly-%{_snap}.tar.gz
27Source0: %{name}-%{_svn}.tar.bz2
cfcdd0a9 28# Source0-md5: 385f0e67a53086c7f7ae80a916464fdd
82121306 29Source1: %{name}-apache.conf
cd719538
ER
30Source2: %{name}-mail-queue.cron
31Source3: %{name}-mail-download.cron
32Source4: %{name}-reminder.cron
33Source5: %{name}-monitor.cron
34Source6: %{name}-cvs.php
35Source7: %{name}-irc.php
36Source8: %{name}-irc.init
73f6a3e6 37Source9: %{name}-irc.sysconfig
cfcdd0a9
ER
38Source10: %{name}-router-qmail.sh
39Source12: %{name}-upgrade.sh
40Source13: %{name}-router-postfix.sh
41Source14: %{name}.logrotate
42Source15: %{name}-lighttpd.conf
ac27ba92 43Patch0: %{name}-lf.patch
cfcdd0a9
ER
44Patch1: %{name}-timetracking-advanced-logic.patch
45Patch2: %{name}-email-notify-display.patch
46Patch3: %{name}-backtraces.patch
47Patch4: %{name}-errorhandler.patch
14ff3418 48# packaging patches that probably never go upstream
ac27ba92
ER
49Patch100: %{name}-paths.patch
50Patch101: %{name}-cvs-config.patch
4c823356
ER
51Patch102: %{name}-irc-config.patch
52Patch103: %{name}-PEAR.patch
53Patch104: %{name}-httpclient-clientside.patch
54Patch105: %{name}-bot-reconnect.patch
cfcdd0a9
ER
55Patch106: %{name}-mem-limits.patch
56Patch107: %{name}-gettext.patch
a6016bab
ER
57# some tests
58Patch200: %{name}-fixed-nav.patch
da8d6134 59URL: http://dev.mysql.com/downloads/other/eventum/
2bbc9c41 60BuildRequires: gettext-devel
b3857e8b 61BuildRequires: rpm-php-pearprov >= 4.0.2-98
99bbe3cb 62BuildRequires: rpmbuild(macros) >= 1.268
4068cb73 63BuildRequires: sed >= 4.0
00e0fc89
ER
64Requires(triggerpostun): /usr/bin/php
65Requires(triggerpostun): sed >= 4.0
5b165428 66Requires: %{name}-base = %{version}-%{release}
7db4d346 67Requires: Smarty >= 2.6.10-4
00e0fc89 68Requires: apache(mod_dir)
61351540
ER
69Requires: php(gd)
70Requires: php(imap)
71Requires: php(mbstring)
72Requires: php(mysql)
73Requires: php(pcre)
74Requires: php(session)
71b01fde
ER
75Requires: php-pear-DB
76Requires: php-pear-Date
77Requires: php-pear-HTTP_Request
78Requires: php-pear-Mail
723da18a 79Requires: php-pear-Mail_Mime
71b01fde
ER
80Requires: php-pear-Math_Stats
81Requires: php-pear-Net_DIME
71b01fde 82Requires: php-pear-Net_SMTP
71b01fde
ER
83Requires: php-pear-Net_Socket
84Requires: php-pear-Net_URL
85Requires: php-pear-Net_UserAgent_Detect
3223fb64 86Requires: php-pear-PEAR-core
71b01fde
ER
87Requires: php-pear-Text_Diff
88Requires: php-pear-XML_RPC
465c3ab7 89Requires: smarty-gettext
bdf85dc8 90Requires: webapps
f399f1c0
ER
91Requires: webserver(access)
92Requires: webserver(alias)
61351540 93Requires: webserver(php) >= 4.2.0
35fa3cf8 94BuildArch: noarch
bb01d732
ER
95BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
96
65cb4bd7 97%define _noautoreq 'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)' 'pear(Benchmark/.*)'
3223fb64 98
1d760108 99%define _libdir %{_prefix}/lib/%{name}
71f56750 100%define _appdir %{_datadir}/%{name}
452347b6 101%define _smartyplugindir %{_appdir}/include/smarty
3223fb64 102%define _smartydir /usr/share/php/Smarty
bdf85dc8
ER
103%define _webapps /etc/webapps
104%define _webapp %{name}
8a37ad9d
ER
105%define _webappdir %{_webapps}/%{_webapp}
106%define _sysconfdir /etc/%{name}
bb01d732
ER
107
108%description
109Eventum is a user-friendly and flexible issue tracking system that can
110be used by a support department to track incoming technical support
111requests, or by a software development team to quickly organize tasks
112and bugs. Eventum is used by the MySQL AB Technical Support team, and
113has allowed us to dramatically improve our response times.
114
d8cfa9f0
JR
115%description -l pl.UTF-8
116Eventum to przyjazny dla użytkownika system śledzenia spraw, który
117może być używany przez dział obsługi do śledzenia przychodzących żądań
118obsługi technicznej albo przez zespół tworzący oprogramowanie do
119szybkiej organizacji zadań i błędów. Eventum jest używany przez zespół
120Technical Support MySQL AB i umożliwił im znacząco poprawić czasy
4068cb73
JB
121reakcji.
122
d2e501e8
ER
123%package base
124Summary: Eventum base package
9f49cf47 125Summary(pl.UTF-8): Podstawowy pakiet Eventum
d2e501e8 126Group: Applications/WWW
3223fb64
ER
127Requires(postun): /usr/sbin/groupdel
128Requires(postun): /usr/sbin/userdel
5bbd68c9
ER
129Requires(pre): /bin/id
130Requires(pre): /usr/bin/getgid
5bbd68c9 131Requires(pre): /usr/sbin/groupadd
3223fb64 132Requires(pre): /usr/sbin/useradd
9f768793 133Provides: group(eventum)
d080edb6 134Provides: user(eventum)
d2e501e8
ER
135
136%description base
137This package contains base directory structure for Eventum.
138
d8cfa9f0
JR
139%description base -l pl.UTF-8
140Ten pakiet zawiera podstawową strukturę katalogów dla Eventum.
1bb5e749 141
ab983aaa 142%package setup
4068cb73 143Summary: Eventum setup package
9f49cf47 144Summary(pl.UTF-8): Pakiet do wstępnej konfiguracji Eventum
ab983aaa 145Group: Applications/WWW
5b165428 146Requires: %{name} = %{version}-%{release}
ab983aaa
ER
147
148%description setup
149Install this package to configure initial Eventum installation. You
150should uninstall this package when you're done, as it considered
151insecure to keep the setup files in place.
152
d8cfa9f0
JR
153%description setup -l pl.UTF-8
154Ten pakiet należy zainstalować w celu wstępnej konfiguracji Eventum po
155pierwszej instalacji. Potem należy go odinstalować, jako że
156pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
4068cb73 157
0da8e1f2 158%package mail-queue
30689148 159Summary: Eventum mail queue process
9f49cf47 160Summary(pl.UTF-8): Przetwarzanie kolejki poczty Eventum
0da8e1f2 161Group: Applications/WWW
5b165428 162Requires: %{name} = %{version}-%{release}
0da8e1f2
ER
163Requires: crondaemon
164
165%description mail-queue
166Beginning with the first release of Eventum, emails are not directly
167sent out from the various scripts, but rather added to a mail queue
168table that is processed by a cron job. If an email cannot be sent, it
169will be marked as such in the mail queue log, and the cron job script
170will re-try to send it again the next time it runs.
171
172This package contains the cron job.
173
d8cfa9f0
JR
174%description mail-queue -l pl.UTF-8
175Od pierwszego wydania Eventum poczta nie jest wysyłana bezpośrednio z
176różnych skryptów, lecz dodawana do kolejki przetwarzanej z crona.
177Jeśli poczta nie może być wysłana, będzie odpowiednio oznaczona w logu
178kolejki poczty, a skrypt z crona będzie próbował wysłać ją ponownie
179następnym razem.
0181746f 180
30689148 181Ten pakiet zawiera zadanie dla crona.
182
ea084bcb 183%package mail-download
30689148 184Summary: Eventum email download
9f49cf47 185Summary(pl.UTF-8): Ściąganie poczty Eventum
ea084bcb 186Group: Applications/WWW
5b165428 187Requires: %{name} = %{version}-%{release}
ea084bcb
ER
188Requires: crondaemon
189
190%description mail-download
191In order for Eventum's email integration feature to work, you need to
192setup a cron job to run the script every so often.
193
194This package contains the cron job.
195
d8cfa9f0
JR
196%description mail-download -l pl.UTF-8
197Aby integracja poczty elektronicznej w Eventum działała, trzeba
198ustawić zadanie crona, aby uruchamiał odpowiedni skrypt wystarczająco
199często.
0181746f
JB
200
201Ten pakiet zawiera zadanie dla crona.
202
cd719538
ER
203%package reminder
204Summary: Eventum Reminder System
9f49cf47 205Summary(pl.UTF-8): System przypominania dla Eventum
cd719538 206Group: Applications/WWW
5b165428 207Requires: %{name} = %{version}-%{release}
cd719538
ER
208Requires: crondaemon
209
210%description reminder
211The reminder system was designed with the objective as serving as a
212safe net for issues that need attention. Depending on what
213configuration you create, you may have several reminders (or alerts)
214be sent out whenever an issue needs attention, for whatever parameter
215you may deem necessary.
216
217This package contains the cron job.
218
d8cfa9f0
JR
219%description reminder -l pl.UTF-8
220System przypominania został zaprojektowany tak, aby służył jako
221bezpieczna sieć dla spraw wymagających uwagi. W zależności od
222konfiguracji można ustawić różne przypominajki (lub alarmy) wysyłane
223przy każdej sprawie wymagającej uwagi lub przy parametrze, który można
224uważać za potrzebny.
6341f096
JB
225
226Ten pakiet zawiera zadanie dla crona.
227
cd719538
ER
228%package monitor
229Summary: Eventum Heartbeat Monitor
9f49cf47 230Summary(pl.UTF-8): Monitor życia dla Eventum
cd719538 231Group: Applications/WWW
5b165428 232Requires: %{name} = %{version}-%{release}
cd719538 233Requires: crondaemon
61351540 234Requires: php(posix)
cd719538
ER
235
236%description monitor
237The heartbeat monitor is a feature designed for the administrator that
238wants to be alerted whenever a common problem in Eventum is detected,
239like the database server not being available anymore, or maybe when
240the recommended permissions for certain configuration files are
241changed.
242
243Please note that before running the heartbeat monitor, you may need to
244customize some of the checks to be appropriate for your own system,
245particularly the permission and file checks on
246Monitor::checkConfiguration().
247
248This package contains the cron job.
249
d8cfa9f0
JR
250%description monitor -l pl.UTF-8
251Monitor życia to funkcjonalność zaprojektowana dla administratora
252chcącego być alarmowanym przy każdym wykryciu popularnego problemu z
253Eventum, jak nie działanie serwera bazy danych albo zmiana uprawnień
254do plików konfiguracyjnych.
6341f096 255
d8cfa9f0
JR
256Należy zauważyć, że przed uruchomieniem tego monitora może być
257konieczne dostosowanie niektórych testów do systemu, w szczególności
258testów uprawnień i plików w Monitor::checkConfiguration().
6341f096
JB
259
260Ten pakiet zawiera zadanie dla crona.
261
5b165428
ER
262%package route-drafts
263Summary: Eventum Draft Routing
9f49cf47 264Summary(pl.UTF-8): Przekazywanie szkiców dla Eventum
5b165428
ER
265Group: Applications/WWW
266Requires: %{name} = %{version}-%{release}
5b165428
ER
267Requires: eventum(router)
268
269%description route-drafts
71f56750 270The draft routing feature is used to automatically associate a thread
5410173f 271of drafts into an Eventum issue. By setting up qmail (or even Postfix)
71f56750
ER
272to deliver emails sent to a specific address (usually
273draft-<number>@<domain>) to the above script, users are able to send
274drafts written in their mail client to be stored in Eventum. These
275drafts will NOT broadcasted to the notification list.
5b165428 276
d8cfa9f0
JR
277%description route-drafts -l pl.UTF-8
278Przekazywanie szkiców służy do automatycznego wiązania wątku szkiców z
279problemem w Eventum. Ustawiając qmaila (czy nawet Postfiksa), aby
280dostarczał pocztę wysłaną na podany adres (zwykle
281draft-<liczba>@<domena>) do tego skryptu umożliwia się użytkownikom
282wysyłanie szkiców napisanych w ich kliencie pocztowym do zapisania w
283Eventum. Szkice te NIE będą wysyłane na listę powiadomień.
5410173f 284
cd719538
ER
285%package route-emails
286Summary: Eventum Email Routing
9f49cf47 287Summary(pl.UTF-8): Przekazywanie poczty dla Eventum
cd719538 288Group: Applications/WWW
5b165428 289Requires: %{name} = %{version}-%{release}
8bc4bcd1 290Requires: eventum(router)
cd719538
ER
291
292%description route-emails
293The email routing feature is used to automatically associate a thread
294of emails into an Eventum issue. By setting up qmail (or even postfix)
295to deliver emails sent to a specific address (usually
296issue-<number>@<domain>) to the above script, users are able to use
297their email clients to reply to emails coming from Eventum, and those
298replies will be automatically associated with the issue and
299broadcasted to the entire notification list.
300
d8cfa9f0
JR
301%description route-emails -l pl.UTF-8
302Funkcjonalność przekazywania poczty służy do automatycznego wiązania
303wątku listów ze sprawą w Eventum. Po ustawieniu qmaila (czy nawet
304postfiksa), aby dostarczał listy wysyłane na pewien adres (zwykle
305issue-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
306używać klientów pocztowych do odpowiadania na listy przychodzące z
307Eventum, a odpowiedzi te będą automatycznie wiązane ze sprawą i
308rozprowadzane do całej listy ogłoszeniowej.
6341f096 309
cd719538
ER
310%package route-notes
311Summary: Eventum Note Routing
9f49cf47 312Summary(pl.UTF-8): Przekazywanie notatek dla Eventum
cd719538 313Group: Applications/WWW
5b165428 314Requires: %{name} = %{version}-%{release}
8bc4bcd1 315Requires: eventum(router)
cd719538
ER
316
317%description route-notes
318The note routing feature is used to automatically associate a thread
319of notes into an Eventum issue. By setting up qmail (or even postfix)
320to deliver emails sent to a specific address (usually
321note-<number>@<domain>) to the above script, users are able to use
322their email clients to reply to internal notes coming from Eventum,
323and those replies will be automatically associated with the issue and
324broadcasted to the notification list staff members.
325
d8cfa9f0
JR
326%description route-notes -l pl.UTF-8
327Funkcjonalność przekazywania notatek służy do automatycznego wiązania
328wątku notatek ze sprawą w Eventum. Po ustawieniu qmaila (czy nawet
329postfiksa), aby dostarczał listy wysyłane na pewien adres (zwykle
330note-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
331używać klientów pocztowych do odpowiadania na wewnętrzne notatki
332pochodzące od Eventu, a odpowiedzi te będą automatycznie wiązane ze
333sprawą i rozprowadzane do członków personelu listy ogłoszeniowej.
6341f096 334
a6d2ad69
ER
335%package router-qmail
336Summary: Eventum Mail Routing - qmail
9f49cf47 337Summary(pl.UTF-8): Przekazywanie poczty Eventum - qmail
a6d2ad69 338Group: Applications/Mail
9b16153c
ER
339# loose dep is intentional. qmail subpackage isn't built on PLD
340# builders and there really nothing changes.
5b165428 341Requires: %{name} >= %{version}-%{release}
a6d2ad69 342Requires: qmail >= 1.03
8bc4bcd1
ER
343Provides: eventum(router)
344Obsoletes: eventum(router)
a6d2ad69
ER
345
346%description router-qmail
347This package provides way of routing notes and emails back to Eventum
348via qmail.
349
d8cfa9f0
JR
350%description router-qmail -l pl.UTF-8
351Ten pakiet udostępnia metodę przekazywania notatek i listów do Eventum
995fa554
JB
352przez qmaila.
353
a6d2ad69
ER
354%package router-postfix
355Summary: Eventum Mail Routing - Postfix
9f49cf47 356Summary(pl.UTF-8): Przekazywanie poczty Eventum - Postfix
a6d2ad69 357Group: Applications/Mail
5b165428 358Requires: %{name} = %{version}-%{release}
a6d2ad69 359Requires: postfix
8bc4bcd1
ER
360Provides: eventum(router)
361Obsoletes: eventum(router)
a6d2ad69
ER
362
363%description router-postfix
364This package provides way of routing notes and emails back to Eventum
365via Postfix.
366
e1bb3563
ER
367The Postfix configuration instructions you can find from
368<http://eventum.mysql.org/wiki/index.php/Setting_up_email_routing_with_postfix>.
369
d8cfa9f0
JR
370%description router-postfix -l pl.UTF-8
371Ten pakiet udostępnia metodę przekazywania notatek i listów do Eventum
995fa554
JB
372przez Postfiksa.
373
d8cfa9f0 374Opis konfiguracji Postfiksa można znaleźć pod adresem
a659c698
JB
375<http://eventum.mysql.org/wiki/index.php/Setting_up_email_routing_with_postfix>.
376
cd719538
ER
377%package irc
378Summary: Eventum IRC Notification Bot
9f49cf47 379Summary(pl.UTF-8): IRC-owy bot powiadamiający dla Eventum
cd719538 380Group: Applications/WWW
b79fc4aa 381Requires(post,preun): /sbin/chkconfig
e1c0f343 382Requires(triggerpostun): sed >= 4.0
5b165428 383Requires: %{name} = %{version}-%{release}
61351540 384Requires: php(sockets)
71f56750 385Requires: php-pear-Net_SmartIRC
e1c0f343 386Requires: rc-scripts >= 0.4.0.18
cd719538
ER
387
388%description irc
389The IRC notification bot is a nice feature for remote teams that want
390to handle issues and want to have a quick and easy way to get simple
391notifications. Right now the bot notifies of the following actions:
392- New Issues
393- Blocked emails
394- Issues that got their assignment list changed
395
396NOTE: You will need to manually edit the bot.php script to set your
397appropriate preferences, like IRC server and channel that the bot
398should join.
399
d8cfa9f0
JR
400%description irc -l pl.UTF-8
401IRC-owy bot powiadamiający to miła funkcjonalność dla zdalnych
402zespołów chcących obsługiwać sprawy i mieć szybki i łatwy sposób na
403uzyskiwanie prostych powiadomień. Aktualnie bot powiadamia o
404następujących zdarzeniach:
6341f096
JB
405- nowych sprawach
406- zablokowanych listach
d8cfa9f0 407- sprawach, dla których zmieniła się lista powiązań
6341f096 408
d8cfa9f0
JR
409UWAGA: w celu wprowadzenia własnych ustawień, takich jak serwer IRC i
410kanał używany przez bota, trzeba ręcznie zmodyfikować skrypt bot.php .
6341f096 411
abd490e4
ER
412%package cli
413Summary: Eventum command-line interface
9f49cf47 414Summary(pl.UTF-8): Interfejs linii poleceń dla Eventum
abd490e4 415Group: Applications/WWW
5b165428 416Requires: %{name}-base = %{version}-%{release}
9500cdeb 417Requires: php-cli
3223fb64 418Requires: php-common >= 3:4.1.0
71b01fde 419Requires: php-pear-XML_RPC
abd490e4
ER
420
421%description cli
422The Eventum command-line interface allows you to access most of the
423features of the web interface straight from your command shell.
abd490e4 424
d8cfa9f0
JR
425%description cli -l pl.UTF-8
426Interfejs linii poleceń Eventum pozwala na dostęp do większości
427funkcji interfejsu WWW prosto z linii poleceń powłoki.
958cd5a0 428
5cb2e61d 429%package scm
30689148 430Summary: Eventum SCM integration
9f49cf47 431Summary(pl.UTF-8): Integracja SCM dla Eventum
5cb2e61d 432Group: Applications/WWW
5b165428 433Requires: %{name}-base = %{version}-%{release}
61351540 434Requires: php(pcre)
bdf85dc8 435Requires: php-cli
3223fb64 436Requires: php-common >= 3:4.1.0
5cb2e61d
ER
437
438%description scm
439This feature allows your software development teams to integrate your
440Source Control Management system with your Issue Tracking System.
441
442The integration is implemented in such a way that it will be forward
443compatible with pretty much any SCM system, such as CVS.
444
0181746f 445For installation see
a392a259 446</eventum/help.php?topic=scm_integration_installation>.
0181746f 447
d8cfa9f0
JR
448%description scm -l pl.UTF-8
449Ten pakiet pozwala zespołom programistów na integrację systemu
450zarządzania źródłami (SCM - Source Control Management) z systemem
451śledzenia spraw.
0181746f 452
d8cfa9f0
JR
453Integracja jest zaimplementowana tak, aby być kompatybilna w przód z
454prawie każdym systemem SCM, jak np. CVS.
0181746f 455
d8cfa9f0 456Szczegóły na temat instalacji można przeczytać pod
a392a259 457</eventum/help.php?topic=scm_integration_installation>.
5cb2e61d 458
bb01d732 459%prep
fea7989f 460%setup -q %{?_snap:-n %{name}-%{_snap}}%{?_svn:-n %{name}}
085e39c0 461# undos the source
cd87a3e8 462find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,'
085e39c0 463
65cb4bd7
ER
464rm benchmark.php
465rm -r misc/upgrade/*v1.[123]* # too old to support in PLD Linux
466rm misc/upgrade/flush_compiled_templates.php
467rm -r misc/upgrade/*/upgrade_config.php # not needed in PLD Linux
468rm -r misc/upgrade/*/index.html # not needed in PLD Linux
5b165428 469
65cb4bd7 470rm -r include/php-gettext
5b165428 471# sample, not used in eventum
65cb4bd7 472rm rpc/xmlrpc_client.php
e1c0f343 473
a392a259 474# bug fixes.
0b3b58dd 475%patch0 -p1
7eea4a5a 476
cfcdd0a9 477%patch1 -p1
a6016bab 478%patch2 -p1
4c823356
ER
479%patch3 -p1
480%patch4 -p1
fea7989f 481
a6016bab 482#%patch200 -p1
ac27ba92
ER
483
484# packaging
485%patch100 -p1
486%patch101 -p1
4c823356 487%patch102 -p1
ac27ba92
ER
488%patch103 -p1
489%patch104 -p1
490%patch105 -p1
cfcdd0a9 491%patch106 -p1
ac27ba92 492%patch107 -p1
0b3b58dd 493
3d92cbd2
ER
494cat <<'EOF'> mysql-permissions.sql
495# use this schema if you want to grant permissions manually instead of using setup
496# this schema is extracted from setup/index.php.
497GRANT SELECT, UPDATE, DELETE, INSERT, ALTER, DROP, CREATE, INDEX ON eventum.* TO 'eventum'@'localhost' IDENTIFIED BY 'password';
498EOF
499
465c3ab7
ER
500mv misc/localization/de{_DE,}
501mv misc/localization/es{_ES,}
502mv misc/localization/fi{_FI,}
503mv misc/localization/fr{_FR,}
504mv misc/localization/it{_IT,}
505mv misc/localization/nl{_NL,}
506mv misc/localization/ru{_RU,}
600d96a0 507mv misc/localization/sv{_SE,}
465c3ab7
ER
508
509# oops, the file got truncated - quick fix
510cp misc/localization/eventum.po misc/localization/de/LC_MESSAGES/eventum.po
511cp misc/localization/eventum.po misc/localization/es/LC_MESSAGES/eventum.po
512cp misc/localization/eventum.po misc/localization/fi/LC_MESSAGES/eventum.po
513cp misc/localization/eventum.po misc/localization/fr/LC_MESSAGES/eventum.po
465c3ab7
ER
514cp misc/localization/eventum.po misc/localization/nl/LC_MESSAGES/eventum.po
515cp misc/localization/eventum.po misc/localization/ru/LC_MESSAGES/eventum.po
516cp misc/localization/eventum.po misc/localization/en_US/LC_MESSAGES/eventum.po
517
71f56750 518sed -e '1s,#!.*/bin/php -q,#!%{_bindir}/php,' misc/cli/eventum > %{name}-cli
bd7564e0 519sed -e '1i#!%{_bindir}/php' misc/scm/process_cvs_commits.php > process_cvs_commits
fea7989f 520cat misc/scm/process_svn_commits.php > process_svn_commits
71f56750 521mv misc/cli/eventumrc_example eventumrc
16902912
ER
522sed -i -e '1i#!%{_bindir}/php' misc/*.php
523chmod +x misc/*.php
5b165428
ER
524
525# remove backups from patching as we use globs to package files to buildroot
73c437a6 526find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
085e39c0 527
465c3ab7
ER
528%build
529cd misc/localization
530for a in */LC_MESSAGES; do
531 msgfmt -o $a/eventum.mo $a/eventum.po
532done
533
bb01d732
ER
534%install
535rm -rf $RPM_BUILD_ROOT
cfc3bce6 536install -d \
8a37ad9d 537 $RPM_BUILD_ROOT{%{_webappdir},%{_sysconfdir},%{_bindir},%{_sbindir},%{_libdir}} \
cfc3bce6 538 $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d,sysconfig} \
c1e74aa1
ER
539 $RPM_BUILD_ROOT/var/{run,cache,lib}/%{name} \
540 $RPM_BUILD_ROOT/var/log/{archiv/,}%{name} \
89522a33 541 $RPM_BUILD_ROOT/var/lib/%{name}/routed_{emails,drafts,notes} \
761ae7dd 542 $RPM_BUILD_ROOT%{_appdir}/{include,htdocs/misc,upgrade} \
cfc3bce6
ER
543
544cp -a *.php css customer images js manage reports rpc setup $RPM_BUILD_ROOT%{_appdir}/htdocs
545cp -a misc/*.html $RPM_BUILD_ROOT%{_appdir}/htdocs/misc
546cp -a misc/*.php $RPM_BUILD_ROOT%{_appdir}
cfc3bce6 547cp -a templates $RPM_BUILD_ROOT%{_appdir}
00e0fc89 548cp -a include/{customer,custom_field,jpgraph,workflow} $RPM_BUILD_ROOT%{_appdir}/include
cfc3bce6 549cp -a include/*.php $RPM_BUILD_ROOT%{_appdir}/include
085e39c0 550cp -a logs/* $RPM_BUILD_ROOT/var/log/%{name}
dd1c0942 551cp -a misc/upgrade $RPM_BUILD_ROOT%{_appdir}
bb01d732 552
1c9d2c71 553cp -a favicon.ico $RPM_BUILD_ROOT%{_appdir}/htdocs/favicon.ico
cfcdd0a9 554install %{SOURCE12} $RPM_BUILD_ROOT%{_appdir}/upgrade/upgrade.sh
da8d6134 555
cfc3bce6
ER
556# cli
557install -d $RPM_BUILD_ROOT%{_appdir}/cli
5b165428
ER
558cp -a misc/cli/include/class.{misc,command_line}.php $RPM_BUILD_ROOT%{_appdir}/cli
559cp -a misc/cli/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/cli.php
d080edb6 560install %{name}-cli $RPM_BUILD_ROOT%{_bindir}/%{name}
77b3db3b 561install misc/irc/bot.php $RPM_BUILD_ROOT%{_sbindir}/%{name}-bot
9cdc5027 562
cfc3bce6 563# scm
bd7564e0
ER
564install process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/process_cvs_commits
565install process_svn_commits $RPM_BUILD_ROOT%{_libdir}/process_svn_commits
566ln -s process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
567install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/scm.php
82121306 568
cfc3bce6 569# private key
77b3db3b
ER
570echo '<?php
571$private_key = "DEFAULTPRIVATEKEY";' > $RPM_BUILD_ROOT%{_webappdir}/private_key.php
f399f1c0 572touch $RPM_BUILD_ROOT%{_webappdir}/htpasswd
47033007 573
31dabce6
ER
574cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/apache.conf
575cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/httpd.conf
cfcdd0a9 576cp -a %{SOURCE15} $RPM_BUILD_ROOT%{_webappdir}/lighttpd.conf
31dabce6
ER
577cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-queue
578cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-download
579cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
580cp -a %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
77b3db3b 581cp -a %{SOURCE7} $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
31dabce6
ER
582cp -a %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
583cp -a %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/eventum-irc
584
585
586%{__sed} -i -e "/define('APP_VERSION'/ {
587 idefine('APP_VERSION', '%{version}%{?_snap:-%{_snap}}%{?_rc:-%{_rc}}%{?_svn:-%{_svn}}');
588 d
589
590}" $RPM_BUILD_ROOT%{_appdir}/htdocs/init.php
bb01d732 591
cfc3bce6 592# config
8a37ad9d 593> $RPM_BUILD_ROOT%{_webappdir}/setup.php
31dabce6 594> $RPM_BUILD_ROOT%{_webappdir}/config.php
cfc3bce6 595
085e39c0
ER
596install -d $RPM_BUILD_ROOT%{_smartyplugindir}
597# These plugins are not in Smarty package (Smarty-2.6.2-3)
15502563
ER
598cp -a \
599 include/Smarty/plugins/function.{calendar,get_{display_style,innerhtml,textarea_size}}.php \
600 include/Smarty/plugins/modifier.highlight_quoted.php \
9500cdeb 601 $RPM_BUILD_ROOT%{_smartyplugindir}
085e39c0 602
a6d2ad69 603# qmail router
37996833 604%if %{with qmail}
a6d2ad69
ER
605d=$RPM_BUILD_ROOT/var/lib/%{name}
606echo 'root' > $d/.qmail
607echo 'root' > $d/.qmail-default
608echo '| %{_libdir}/router-qmail drafts' > $d/.qmail-draft-default
609echo '| %{_libdir}/router-qmail emails 1' > $d/.qmail-issue-default
610echo '| %{_libdir}/router-qmail notes' > $d/.qmail-note-default
cfcdd0a9 611install %{SOURCE10} $RPM_BUILD_ROOT%{_libdir}/router-qmail
37996833 612%endif
410d72c7 613# postfix router
cfcdd0a9 614install %{SOURCE13} $RPM_BUILD_ROOT%{_libdir}/router-postfix
a6d2ad69 615
cfcdd0a9 616install -D %{SOURCE14} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
465c3ab7
ER
617# locale
618cd misc/localization
619for a in */LC_MESSAGES; do
620 install -d $RPM_BUILD_ROOT%{_datadir}/locale/$a
621 cp -a $a/%{name}.mo $RPM_BUILD_ROOT%{_datadir}/locale/$a
622done
623cd -
624
600d96a0 625%find_lang %{name}
c1e74aa1 626
bb01d732
ER
627%clean
628rm -rf $RPM_BUILD_ROOT
629
01b84746
ER
630%pre
631%addusertogroup http %{name}
632
82121306 633%post
ec185415 634# check if the package is configured.
2bf6ebce 635if grep -q "Header('Location: setup/')" %{_webappdir}/config.php; then
ac9278b5 636if [ -f %{_appdir}/htdocs/setup/index.php ]; then
ec185415
ER
637%banner %{name} -e <<EOF
638
639You haven't yet configured Eventum!
ac9278b5
ER
640Please open in browser <http://localhost/eventum/>
641If you need access from elsewhere, you need to edit
8a37ad9d 642%{_webappdir}/apache.conf and restart apache.
ec185415 643
ac9278b5
ER
644IMPORTANT: When You have configured Eventum, please uninstall the
645setup package, so that %{name}-setup is able to secure your Eventum
646installation.
ec185415 647
ac9278b5 648EOF
5b165428 649#' vim syntax hack
ac9278b5
ER
650else
651%banner %{name} -e <<EOF
652
653You haven't yet configured Eventum!
654
655To setup eventum, please install %{name}-setup and open in browser
656<http://localhost/eventum/>.
657If you need access from elsewhere, you need to edit
2bf6ebce 658%{_webappdir}/*.conf depending on webserver and restart the webserver.
ac9278b5
ER
659
660IMPORTANT: When You have configured Eventum, please uninstall the
661setup package, so that %{name}-setup is able to secure your Eventum
662installation.
ec185415
ER
663
664EOF
5b165428 665#' vim syntax hack
ac9278b5 666fi
47033007 667
8a37ad9d 668elif grep -q 'DEFAULTPRIVATEKEY' %{_webappdir}/private_key.php; then
47033007
ER
669%banner %{name} -e <<EOF
670
671You have default private key installed!
672
673Install %{name}-setup and open up http://yourserver/eventum/setup/
674-- that will help you setup initial config.
675
676when have configured Eventum, please uninstall the setup package,
677so that %{name}-setup is able to secure your Eventum installation.
678
679EOF
680 elif [ -d %{_appdir}/setup ]; then
107fc31b
ER
681%banner %{name} -e <<EOF
682
683If you have have configured Eventum, please uninstall the setup package,
684so that %{name}-setup is able to secure your Eventum installation.
685
686EOF
ec185415 687fi
94bd779f 688
da8d6134
ER
689# nuke Smarty templates cache after upgrade
690rm -f /var/cache/eventum/*.php
691
82121306
ER
692%preun
693if [ "$1" = "0" ]; then
dfe0f6d6
ER
694 # nuke cache
695 rm -f /var/cache/eventum/*.php 2>/dev/null || :
696fi
cfc3bce6 697
01b84746 698%pre base
1d760108
ER
699%groupadd -P %{name}-base -g 146 %{name}
700%useradd -P %{name}-base -u 146 -d /var/lib/%{name} -g %{name} -c "Eventum User" %{name}
01b84746
ER
701
702%postun base
703if [ "$1" = "0" ]; then
a6d2ad69 704 %userremove %{name}
1f52d1fe 705 %groupremove %{name}
a6d2ad69
ER
706fi
707
708%post router-qmail
709CF=/etc/qmail/control/virtualdomains
710if ! grep -q ':%{name}\b' $CF 2>/dev/null; then
8a37ad9d 711 FQDN=$(awk -F'"' '/define/ && $2 ~ /APP_HOSTNAME/ {print $4}' %{_webappdir}/config.php 2>/dev/null)
1f52d1fe 712 [ "$FQDN" ] || FQDN=$(hostname -f 2>/dev/null || echo localhost)
a6d2ad69
ER
713 umask 022
714 echo "#${FQDN}:%{name}" >> $CF
715
716%banner %{name}-qmail -e <<EOF
717
718Added "#${FQDN}:%{name}" to $CF,
719Please verify that it is correct and restart qmail:
720# service qmail reload
721
1f52d1fe 722Consult qmail-send(8) for more information on virtualdomains.
a6d2ad69
ER
723
724EOF
725fi
726
727%preun router-qmail
728if [ "$1" = "0" ]; then
729 sed -i -e '/:%{name}\b/d' /etc/qmail/control/virtualdomains
01b84746
ER
730fi
731
94bd779f 732%post setup
8a37ad9d
ER
733chmod 660 %{_webappdir}/{config,private_key}.php
734chown root:eventum %{_webappdir}/{config,private_key}.php
94bd779f
ER
735
736%postun setup
737if [ "$1" = "0" ]; then
8a37ad9d
ER
738 chmod 640 %{_webappdir}/{config,private_key}.php
739 chown root:eventum %{_webappdir}/{config,private_key}.php
94bd779f
ER
740fi
741
e1c0f343
ER
742%post irc
743/sbin/chkconfig --add eventum-irc
99bbe3cb 744%service eventum-irc restart "Eventum IRC Bot"
e1c0f343 745
add0e245
ER
746%preun irc
747if [ "$1" = 0 ]; then
748 %service eventum-irc stop
749 /sbin/chkconfig --del eventum-irc
750fi
751
09f58a75 752%triggerin -- apache1 < 1.3.37-3, apache1-base
bdf85dc8 753%webapp_register apache %{_webapp}
1d760108 754
09f58a75 755%triggerun -- apache1 < 1.3.37-3, apache1-base
bdf85dc8 756%webapp_unregister apache %{_webapp}
1d760108 757
00e0fc89 758%triggerin -- apache < 2.2.0, apache-base
bdf85dc8 759%webapp_register httpd %{_webapp}
1d760108 760
00e0fc89 761%triggerun -- apache < 2.2.0, apache-base
bdf85dc8 762%webapp_unregister httpd %{_webapp}
1d760108 763
f399f1c0
ER
764%triggerin -- lighttpd
765%webapp_register lighttpd %{_webapp}
766
767%triggerun -- lighttpd
768%webapp_unregister lighttpd %{_webapp}
769
c9165420
ER
770# FIXME
771# only one upgrade trigger is called if you're upgrading over two
772# versions, say 1.5 to 1.5.3, only 1.5.3 trigger is called.
773# use common trigger (the highest version and rpmvercmp from poldek?)
6c5cabb4 774%triggerpostun -- eventum < 1.5.1-0.257
c9165420
ER
775%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5_to_v1.5.1 <<EOF
776database_changes.php Perform database changes
da8d6134 777EOF
da8d6134 778
6c5cabb4 779%triggerpostun -- eventum < 1.5.2-0.289
c9165420
ER
780%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.1_to_v1.5.2 <<EOF
781database_changes.php Perform database changes
782set_priority_ranks.php Fix the ranking of priority values
da8d6134 783EOF
761ae7dd 784
c9165420
ER
785%triggerpostun -- eventum < 1.5.3-0.291
786%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.2_to_v1.5.3 <<EOF
787database_changes.php Perform database changes
788EOF
6c5cabb4 789
2c8d1b16 790%triggerpostun -- eventum < 1.5.4-1.12
ba10eace
ER
791%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.3_to_v1.5.4 <<EOF
792database_changes.php Perform database changes
793EOF
794
cddf3011
ER
795%triggerpostun -- eventum < 1.6.0-RC2.6
796%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.5_to_v1.6.0 <<EOF
797database_changes.php Perform database changes
798upgrade_saved_searches.php Upgrade existing custom filters (saved searches)
799EOF
800
903b1259
ER
801%triggerpostun -- eventum < 1.6.1-0.2
802%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.6.0_to_v1.6.1 <<EOF
803database_changes.php Perform database changes
804EOF
805
65cb4bd7 806%triggerpostun -- eventum < 1.7.1-4.132.20061119.3143
465c3ab7
ER
807%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.7.1_to_v2.0 <<EOF
808database_changes.php Perform database changes
809EOF
810
e1c0f343 811%triggerpostun irc -- eventum-irc < 1.6.1-3.14
903b1259
ER
812sed -i -e '
813s,\$irc_host,$irc_server_hostname,
814s,\$irc_port,$irc_server_port,
815s,\$irc_nick,$nickname,
816s,\$irc_realname,$realname,
817s,\$irc_username,$username,
e1c0f343 818s,\$irc_password,$password,
903b1259
ER
819' /etc/eventum/irc.php
820
5b165428 821%triggerpostun -- eventum < 1.7.0-2.0.48
bdf85dc8
ER
822# migrate from apache-config macros
823if [ -f /etc/%{name}/apache.conf.rpmsave ]; then
824 if [ -d /etc/apache/webapps.d ]; then
825 cp -f %{_webapps}/%{_webapp}/apache.conf{,.rpmnew}
826 cp -f /etc/%{name}/apache.conf.rpmsave %{_webapps}/%{_webapp}/apache.conf
827 fi
828
829 if [ -d /etc/httpd/webapps.d ]; then
830 cp -f %{_webapps}/%{_webapp}/httpd.conf{,.rpmnew}
831 cp -f /etc/%{name}/apache.conf.rpmsave %{_webapps}/%{_webapp}/httpd.conf
832 fi
833fi
834
cd87a3e8
ER
835if [ -L /etc/apache/conf.d/99_%{_webapp}.conf ]; then
836 /usr/sbin/webapp register apache %{_webapp}
837 rm -f /etc/apache/conf.d/99_%{_webapp}.conf
99bbe3cb 838 %service -q apache reload
cd87a3e8
ER
839fi
840if [ -L /etc/httpd/httpd.conf/99_%{_webapp}.conf ]; then
841 /usr/sbin/webapp register httpd %{_webapp}
842 rm -f /etc/httpd/httpd.conf/99_%{_webapp}.conf
99bbe3cb 843 %service -q httpd reload
cd87a3e8
ER
844fi
845
9bfc5524
ER
846%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.6.1_to_v1.7.0 <<EOF
847database_changes.php Perform database changes
848set_root_message_ids.php Set iss_root_message_id
849EOF
850
bdf85dc8 851# regular configs
c3e18268 852for i in apache.conf config.php private_key.php setup.php; do
bdf85dc8 853 if [ -f /etc/eventum/$i.rpmsave ]; then
8a37ad9d
ER
854 mv -f %{_webappdir}/$i{,.rpmnew}
855 mv -f /etc/eventum/$i.rpmsave %{_webappdir}/$i
bdf85dc8
ER
856 fi
857done
858
8a37ad9d
ER
859%triggerpostun cli -- %{name}-cli < 1.7.0-3.4
860if [ -f %{_webappdir}/cli.php.rpmsave ]; then
bdf85dc8 861 mv -f %{_sysconfdir}/cli.php{,.rpmnew}
8a37ad9d 862 mv -f %{_webappdir}/cli.php.rpmsave %{_sysconfdir}/cli.php
bdf85dc8
ER
863fi
864
bd7564e0
ER
865%triggerpostun scm -- %{name}-scm < 1.7.1-2.70.20060724
866if [ -f %{_sysconfdir}/cvs.php.rpmsave ]; then
867 mv -f %{_sysconfdir}/scm.php{,.rpmnew}
868 mv -f %{_sysconfdir}/cvs.php.rpmsave %{_sysconfdir}/scm.php
869fi
870ln -sf process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
871
c18f167e 872%triggerpostun -- %{name} < 1.7.1-5.165
31dabce6
ER
873%{__sed} -i -e '
874 /define.*APP_URL/d
875' %{_webappdir}/config.php
876
77b3db3b 877%triggerpostun irc -- %{name}-irc < 1.7.1-5.181
c18f167e
ER
878# change from 1.7.0-3.4
879if [ -f %{_webappdir}/irc.php.rpmsave ]; then
880 mv -f %{_webappdir}/irc_config.php{,.rpmnew}
881 mv -f %{_webappdir}/irc.php.rpmsave %{_webappdir}/irc_config.php
882fi
883
884# change from 1.7.1-5.181
77b3db3b
ER
885if [ -f %{_sysconfdir}/irc.php.rpmsave ]; then
886 mv -f %{_webappdir}/irc_config.php{,.rpmnew}
887 mv -f %{_sysconfdir}/irc.php.rpmsave %{_webappdir}/irc_config.php
888fi
889
600d96a0 890%files -f %{name}.lang
bb01d732 891%defattr(644,root,root,755)
5e8e4e5e 892%doc ChangeLog FAQ INSTALL README UPGRADE CONTRIB
3d92cbd2 893%doc docs/* setup/schema.sql mysql-permissions.sql
8a37ad9d
ER
894%attr(751,root,root) %dir %{_webappdir}
895%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
896%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
f399f1c0 897%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
8a37ad9d
ER
898%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/config.php
899%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/private_key.php
900%attr(660,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/setup.php
f399f1c0 901%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/htpasswd
d2e501e8 902
01b84746
ER
903%dir %attr(731,root,eventum) /var/log/%{name}
904%attr(620,root,eventum) %ghost /var/log/%{name}/*
c1e74aa1
ER
905%dir %attr(750,root,root) /var/log/archiv/%{name}
906%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
35f9d6a3 907
cfc3bce6
ER
908%dir %{_appdir}/htdocs
909%{_appdir}/htdocs/*.php
da8d6134 910%{_appdir}/htdocs/*.ico
cfc3bce6
ER
911%{_appdir}/htdocs/css
912%{_appdir}/htdocs/customer
913%{_appdir}/htdocs/images
914%{_appdir}/htdocs/js
915%{_appdir}/htdocs/manage
916%{_appdir}/htdocs/reports
917%{_appdir}/htdocs/rpc
918%{_appdir}/htdocs/misc
9748a8c3 919%{_appdir}/templates
c9165420
ER
920%dir %{_appdir}/upgrade
921%attr(755,root,root) %{_appdir}/upgrade/upgrade.sh
922%{_appdir}/upgrade/[!u]*
ddcd51d0 923%{_smartyplugindir}
085e39c0 924
9748a8c3
ER
925%dir %{_appdir}/include
926%{_appdir}/include/customer
1c9d2c71 927%{_appdir}/include/custom_field
9748a8c3 928%{_appdir}/include/jpgraph
9748a8c3 929%{_appdir}/include/workflow
d3796334 930%{_appdir}/include/class.[!m]*.php
c96aabf5
ER
931%{_appdir}/include/class.mail.php
932%{_appdir}/include/class.mail_queue.php
933%{_appdir}/include/class.mime_helper.php
934%{_appdir}/include/class.misc.php
935%{_appdir}/include/db_access.php
9748a8c3 936
01b84746
ER
937%dir %attr(730,root,eventum) /var/run/%{name}
938%dir %attr(730,root,eventum) /var/cache/%{name}
ab983aaa 939
d2e501e8
ER
940%files base
941%defattr(644,root,root,755)
942%attr(751,root,root) %dir %{_sysconfdir}
a392a259 943%dir %{_libdir}
cfc3bce6 944%dir %{_appdir}
1f52d1fe
ER
945# qmail will ignore user, if it's home directory is not owned
946%attr(750,eventum,eventum) %dir /var/lib/%{name}
89522a33 947# saved mail copies
1d760108 948%attr(770,root,eventum) %dir /var/lib/%{name}/routed_emails
89522a33
ER
949%attr(770,root,eventum) %dir /var/lib/%{name}/routed_drafts
950%attr(770,root,eventum) %dir /var/lib/%{name}/routed_notes
d2e501e8 951
ab983aaa
ER
952%files setup
953%defattr(644,root,root,755)
cfc3bce6 954%{_appdir}/htdocs/setup
0da8e1f2
ER
955
956%files mail-queue
957%defattr(644,root,root,755)
16902912 958%attr(755,root,root) %{_appdir}/process_mail_queue.php
ea084bcb
ER
959%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-queue
960
961%files mail-download
962%defattr(644,root,root,755)
790ebceb 963%attr(755,root,root) %{_appdir}/download_emails.php
ea084bcb 964%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-download
5cb2e61d 965
cd719538
ER
966%files reminder
967%defattr(644,root,root,755)
16902912 968%attr(755,root,root) %{_appdir}/check_reminders.php
cd719538
ER
969%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-reminder
970
971%files monitor
972%defattr(644,root,root,755)
c96aabf5 973%{_appdir}/include/class.monitor.php
16902912 974%attr(755,root,root) %{_appdir}/monitor.php
cd719538
ER
975%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
976
5b165428
ER
977%files route-drafts
978%defattr(644,root,root,755)
410d72c7 979%attr(755,root,root) %{_appdir}/route_drafts.php
5b165428 980
cd719538
ER
981%files route-emails
982%defattr(644,root,root,755)
410d72c7 983%attr(755,root,root) %{_appdir}/route_emails.php
cd719538
ER
984
985%files route-notes
986%defattr(644,root,root,755)
410d72c7 987%attr(755,root,root) %{_appdir}/route_notes.php
cd719538 988
5e76225b 989%if %{with qmail}
a6d2ad69
ER
990%files router-qmail
991%defattr(644,root,root,755)
992%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /var/lib/%{name}/.qmail*
993%attr(755,root,root) %{_libdir}/router-qmail
6ee43cd6 994%endif
a6d2ad69
ER
995
996%files router-postfix
997%defattr(644,root,root,755)
410d72c7 998%attr(755,root,root) %{_libdir}/router-postfix
a6d2ad69 999
cd719538
ER
1000%files irc
1001%defattr(644,root,root,755)
77b3db3b 1002%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/irc_config.php
01b84746 1003%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/eventum-irc
71f56750 1004%attr(755,root,root) %{_sbindir}/%{name}-bot
cd719538
ER
1005%attr(754,root,root) /etc/rc.d/init.d/%{name}-irc
1006
abd490e4
ER
1007%files cli
1008%defattr(644,root,root,755)
1009%doc eventumrc
ca6b8520 1010%config %verify(not md5 mtime size) %{_sysconfdir}/cli.php
d2e501e8 1011%attr(755,root,root) %{_bindir}/%{name}
cfc3bce6 1012%{_appdir}/cli
abd490e4 1013
5cb2e61d
ER
1014%files scm
1015%defattr(644,root,root,755)
ca6b8520 1016%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/scm.php
bd7564e0
ER
1017%attr(755,root,root) %{_libdir}/process_cvs_commits
1018%attr(755,root,root) %{_libdir}/process_svn_commits
1019# legacy
1020%ghost %{_libdir}/scm
This page took 0.24762 seconds and 4 git commands to generate.