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