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