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