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