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