]> git.pld-linux.org Git - packages/eventum.git/blob - eventum.spec
- 20061009.3121, includes first translation for sv
[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 # - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem)
9 #
10 # Conditional build:
11 %bcond_with     qmail   # build the router-qmail subpackage
12 %bcond_with     order_patch     # with custom issue order patch
13
14 #define _snap   20060921
15 %define _svn    20061009.3121
16 #define _rc             RC3
17 %define _rel    4.123
18
19 %include        /usr/lib/rpm/macros.php
20 Summary:        Eventum Issue / Bug tracking system
21 Summary(pl):    Eventum - system ¶ledzenia spraw/b³êdów
22 Name:           eventum
23 Version:        1.7.1
24 Release:        %{?_rc:%{_rc}.}%{_rel}%{?_snap:.%{_snap}}%{?_svn:.%{_svn}}
25 License:        GPL
26 Group:          Applications/WWW
27 #Source0:       http://downloads.mysql.com/snapshots/eventum/%{name}-nightly-%{_snap}.tar.gz
28 Source0:        %{name}-%{_svn}.tar.bz2
29 # Source0-md5:  0a3c1f2213aa683594252f89900f4544
30 Source1:        %{name}-apache.conf
31 Source2:        %{name}-mail-queue.cron
32 Source3:        %{name}-mail-download.cron
33 Source4:        %{name}-reminder.cron
34 Source5:        %{name}-monitor.cron
35 Source6:        %{name}-cvs.php
36 Source7:        %{name}-irc.php
37 Source8:        %{name}-irc.init
38 Source9:        %{name}-irc.sysconfig
39 Source10:       %{name}-config.php
40 Source11:       %{name}-router-qmail.sh
41 Source12:       %{name}-config-setup.php
42 Source13:       %{name}-upgrade.sh
43 Source14:       %{name}-router-postfix.sh
44 Source15:       %{name}.logrotate
45 Source16:       %{name}-lighttpd.conf
46 Patch0:         %{name}-lf.patch
47 Patch1:         %{name}-perms.patch
48 Patch2:         %{name}-workflow-handlenewnote-note_id.patch
49 Patch3:         %{name}-timetracking-advanced-logic.patch
50 Patch4:         %{name}-email-notify-display.patch
51 Patch5:         %{name}-backtraces.patch
52 Patch6:         %{name}-errorhandler.patch
53 Patch7:         %{name}-charset.patch
54 Patch8:         http://glen.alkohol.ee/pld/eventum/%{name}-recact-defaults.patch
55 Patch9:         %{name}-order4b.patch
56 Patch10:        %{name}-fixed-nav.patch
57 # packaging patches that probably never go upstream
58 Patch100:       %{name}-paths.patch
59 Patch101:       %{name}-cvs-config.patch
60 Patch102:       %{name}-irc-config.patch
61 Patch103:       %{name}-PEAR.patch
62 Patch104:       %{name}-httpclient-clientside.patch
63 Patch105:       %{name}-bot-reconnect.patch
64 Patch106:       %{name}-private-key.patch
65 Patch107:       %{name}-mem-limits.patch
66 URL:            http://dev.mysql.com/downloads/other/eventum/
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 >= 3:4.2.0
76 Requires:       php-gd
77 Requires:       php-imap
78 Requires:       php-mysql
79 Requires:       php-pcre
80 Requires:       php-pear-Benchmark
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:       php-session
96 Requires:       smarty-gettext
97 Requires:       webapps
98 Requires:       webserver(access)
99 Requires:       webserver(alias)
100 BuildArch:      noarch
101 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
102
103 %define         _noautoreq      'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)'
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
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):    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
146 Ten pakiet zawiera podstawow± strukturê katalogów dla Eventum.
147
148 %package setup
149 Summary:        Eventum setup package
150 Summary(pl):    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
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):    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
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):    ¦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
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):    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
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):    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
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):    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
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):    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
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):    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
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):    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
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):    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
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):    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-pear-Net_SmartIRC
391 Requires:       php-sockets
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
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):    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
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):    Integracja SCM dla Eventum
438 Group:          Applications/WWW
439 Requires:       %{name}-base = %{version}-%{release}
440 Requires:       php-cli
441 Requires:       php-common >= 3:4.1.0
442 Requires:       php-pcre
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
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}}
467 # undos the source
468 find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,'
469
470 rm -f setup.conf.php # not to be installed by *.php glob
471 rm -rf misc/upgrade/*v1.[123]* # too old to support in PLD Linux
472 rm -f misc/upgrade/flush_compiled_templates.php
473 rm -rf misc/upgrade/*/upgrade_config.php # not needed in PLD Linux
474 rm -rf misc/upgrade/*/index.html # not needed in PLD Linux
475
476 # sample, not used in eventum
477 rm -f rpc/xmlrpc_client.php
478
479 # bug fixes.
480 %patch0 -p1
481 %patch1 -p1
482 %patch2 -p1
483 %patch3 -p1
484 %patch4 -p1
485 %patch5 -p1
486 %patch6 -p1
487 %patch7 -p1
488 %patch8 -p1
489
490 %{?with_order_patch:%patch9 -p1}
491 #%patch10 -p1
492
493 # packaging
494 %patch100 -p1
495 %patch101 -p1
496 %patch102 -p1
497 %patch103 -p1
498 %patch104 -p1
499 %patch105 -p1
500 %patch106 -p1
501 %patch107 -p1
502
503 cat <<'EOF'> mysql-permissions.sql
504 # use this schema if you want to grant permissions manually instead of using setup
505 # this schema is extracted from setup/index.php.
506 GRANT SELECT, UPDATE, DELETE, INSERT, ALTER, DROP, CREATE, INDEX ON eventum.* TO 'eventum'@'localhost' IDENTIFIED BY 'password';
507 EOF
508
509 mv misc/localization/de{_DE,}
510 mv misc/localization/es{_ES,}
511 mv misc/localization/fi{_FI,}
512 mv misc/localization/fr{_FR,}
513 mv misc/localization/it{_IT,}
514 mv misc/localization/nl{_NL,}
515 mv misc/localization/ru{_RU,}
516 mv misc/localization/sv{_SE,}
517
518 # oops, the file got truncated - quick fix
519 cp misc/localization/eventum.po misc/localization/de/LC_MESSAGES/eventum.po
520 cp misc/localization/eventum.po misc/localization/es/LC_MESSAGES/eventum.po
521 cp misc/localization/eventum.po misc/localization/fi/LC_MESSAGES/eventum.po
522 cp misc/localization/eventum.po misc/localization/fr/LC_MESSAGES/eventum.po
523 cp misc/localization/eventum.po misc/localization/it/LC_MESSAGES/eventum.po
524 cp misc/localization/eventum.po misc/localization/nl/LC_MESSAGES/eventum.po
525 cp misc/localization/eventum.po misc/localization/ru/LC_MESSAGES/eventum.po
526 cp misc/localization/eventum.po misc/localization/en_US/LC_MESSAGES/eventum.po
527
528 sed -e '1s,#!.*/bin/php -q,#!%{_bindir}/php,' misc/cli/eventum > %{name}-cli
529 sed -e '1i#!%{_bindir}/php' misc/scm/process_cvs_commits.php > process_cvs_commits
530 cat misc/scm/process_svn_commits.php > process_svn_commits
531 sed -e '1i#!%{_bindir}/php' misc/irc/bot.php > %{name}-bot
532 mv misc/cli/eventumrc_example eventumrc
533 sed -i -e '1i#!%{_bindir}/php' misc/*.php
534 chmod +x misc/*.php
535 mv include/private_key.php private_key.php.in
536
537 # replace in remaining scripts config.inc.php to system one
538 grep -rl 'include_once(".*config.inc.php")' . | xargs sed -i -e '
539         s,include_once(".*config.inc.php"),include_once("%{_webappdir}/core.php"),
540 '
541
542 grep -rl 'APP_INC_PATH..*"private_key.php"' . | xargs sed -i -e '
543         s,include_once(APP_INC_PATH.*"private_key.php"),include_once("%{_webappdir}/private_key.php"),
544 '
545
546 # remove backups from patching as we use globs to package files to buildroot
547 find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
548
549 %build
550 cd misc/localization
551 for a in */LC_MESSAGES; do
552         msgfmt -o $a/eventum.mo $a/eventum.po
553 done
554
555 %install
556 rm -rf $RPM_BUILD_ROOT
557 install -d \
558         $RPM_BUILD_ROOT{%{_webappdir},%{_sysconfdir},%{_bindir},%{_sbindir},%{_libdir}} \
559         $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d,sysconfig} \
560         $RPM_BUILD_ROOT/var/{run,cache,lib}/%{name} \
561         $RPM_BUILD_ROOT/var/log/{archiv/,}%{name} \
562         $RPM_BUILD_ROOT/var/lib/%{name}/routed_{emails,drafts,notes} \
563         $RPM_BUILD_ROOT%{_appdir}/{include,htdocs/misc,upgrade} \
564
565 cp -a *.php css customer images js manage reports rpc setup $RPM_BUILD_ROOT%{_appdir}/htdocs
566 cp -a misc/*.html $RPM_BUILD_ROOT%{_appdir}/htdocs/misc
567 cp -a misc/*.php $RPM_BUILD_ROOT%{_appdir}
568 cp -a templates $RPM_BUILD_ROOT%{_appdir}
569 cp -a include/{customer,custom_field,jpgraph,workflow} $RPM_BUILD_ROOT%{_appdir}/include
570 cp -a include/*.php $RPM_BUILD_ROOT%{_appdir}/include
571 cp -a logs/* $RPM_BUILD_ROOT/var/log/%{name}
572 cp -a misc/upgrade $RPM_BUILD_ROOT%{_appdir}
573
574 cp -a favicon.ico $RPM_BUILD_ROOT%{_appdir}/htdocs/favicon.ico
575 install %{SOURCE12} $RPM_BUILD_ROOT%{_appdir}/htdocs/setup/config.inc.php
576 install %{SOURCE13} $RPM_BUILD_ROOT%{_appdir}/upgrade/upgrade.sh
577
578 # cli
579 install -d $RPM_BUILD_ROOT%{_appdir}/cli
580 cp -a misc/cli/include/class.{misc,command_line}.php $RPM_BUILD_ROOT%{_appdir}/cli
581 cp -a misc/cli/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/cli.php
582 install %{name}-cli $RPM_BUILD_ROOT%{_bindir}/%{name}
583 install %{name}-bot $RPM_BUILD_ROOT%{_sbindir}
584
585 # scm
586 install process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/process_cvs_commits
587 install process_svn_commits $RPM_BUILD_ROOT%{_libdir}/process_svn_commits
588 ln -s process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
589 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/scm.php
590
591 # private key
592 cp -a private_key.php.in $RPM_BUILD_ROOT%{_webappdir}/private_key.php
593 touch $RPM_BUILD_ROOT%{_webappdir}/htpasswd
594
595 install %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/apache.conf
596 install %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/httpd.conf
597 install %{SOURCE16} $RPM_BUILD_ROOT%{_webappdir}/lighttpd.conf
598 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-queue
599 install %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-download
600 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
601 install %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
602 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/irc.php
603 install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
604 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/eventum-irc
605
606 sed -e '
607 s,%%{APP_VERSION}%%,%{version}%{?_snap:-%{_snap}}%{?_rc:-%{_rc}}%{?_svn:-%{_svn}},
608 s,%%{PHP_PEAR_DIR}%%,%{php_pear_dir},
609 s,%%{APP_PATH}%%,%{_appdir},
610 s,%%{SMARTY_DIR}%%,%{_smartydir},
611 s,%%{SYSCONFDIR}%%,%{_webappdir},
612 ' %{SOURCE10} > $RPM_BUILD_ROOT%{_webappdir}/core.php
613
614 # config
615 > $RPM_BUILD_ROOT%{_webappdir}/setup.php
616 mv $RPM_BUILD_ROOT{%{_appdir}/htdocs/config.inc,%{_webappdir}/config}.php
617
618 install -d $RPM_BUILD_ROOT%{_smartyplugindir}
619 # These plugins are not in Smarty package (Smarty-2.6.2-3)
620 cp -a \
621         include/Smarty/plugins/function.{calendar,get_{display_style,innerhtml,textarea_size}}.php \
622         include/Smarty/plugins/modifier.highlight_quoted.php \
623         $RPM_BUILD_ROOT%{_smartyplugindir}
624
625 # qmail router
626 %if %{with qmail}
627 d=$RPM_BUILD_ROOT/var/lib/%{name}
628 echo 'root' > $d/.qmail
629 echo 'root' > $d/.qmail-default
630 echo '| %{_libdir}/router-qmail drafts' > $d/.qmail-draft-default
631 echo '| %{_libdir}/router-qmail emails 1' > $d/.qmail-issue-default
632 echo '| %{_libdir}/router-qmail notes' > $d/.qmail-note-default
633 install %{SOURCE11} $RPM_BUILD_ROOT%{_libdir}/router-qmail
634 %endif
635 # postfix router
636 install %{SOURCE14} $RPM_BUILD_ROOT%{_libdir}/router-postfix
637
638 install -D %{SOURCE15} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
639 # locale
640 cd misc/localization
641 for a in */LC_MESSAGES; do
642         install -d $RPM_BUILD_ROOT%{_datadir}/locale/$a
643         cp -a $a/%{name}.mo $RPM_BUILD_ROOT%{_datadir}/locale/$a
644 done
645 cd -
646
647 %find_lang %{name}
648
649 %clean
650 rm -rf $RPM_BUILD_ROOT
651
652 %pre
653 %addusertogroup http %{name}
654
655 %post
656 # check if the package is configured.
657 if grep -q 'header("Location: setup/")' %{_webappdir}/config.php; then
658 if [ -f %{_appdir}/htdocs/setup/index.php ]; then
659 %banner %{name} -e <<EOF
660
661 You haven't yet configured Eventum!
662 Please open in browser <http://localhost/eventum/>
663 If you need access from elsewhere, you need to edit
664 %{_webappdir}/apache.conf and restart apache.
665
666 IMPORTANT: When You have configured Eventum, please uninstall the
667 setup package, so that %{name}-setup is able to secure your Eventum
668 installation.
669
670 EOF
671 #' vim syntax hack
672 else
673 %banner %{name} -e <<EOF
674
675 You haven't yet configured Eventum!
676
677 To setup eventum, please install %{name}-setup and open in browser
678 <http://localhost/eventum/>.
679 If you need access from elsewhere, you need to edit
680 %{_webappdir}/apache.conf and restart apache.
681
682 IMPORTANT: When You have configured Eventum, please uninstall the
683 setup package, so that %{name}-setup is able to secure your Eventum
684 installation.
685
686 EOF
687 #' vim syntax hack
688 fi
689
690 elif grep -q 'DEFAULTPRIVATEKEY' %{_webappdir}/private_key.php; then
691 %banner %{name} -e <<EOF
692
693 You have default private key installed!
694
695 Install %{name}-setup and open up http://yourserver/eventum/setup/
696 -- that will help you setup initial config.
697
698 when have configured Eventum, please uninstall the setup package,
699 so that %{name}-setup is able to secure your Eventum installation.
700
701 EOF
702         elif [ -d %{_appdir}/setup ]; then
703 %banner %{name} -e <<EOF
704
705 If you have have configured Eventum, please uninstall the setup package,
706 so that %{name}-setup is able to secure your Eventum installation.
707
708 EOF
709 fi
710
711 # nuke Smarty templates cache after upgrade
712 rm -f /var/cache/eventum/*.php
713
714 %preun
715 if [ "$1" = "0" ]; then
716         # nuke cache
717         rm -f /var/cache/eventum/*.php 2>/dev/null || :
718 fi
719
720 %pre base
721 %groupadd -P %{name}-base -g 146 %{name}
722 %useradd -P %{name}-base -u 146 -d /var/lib/%{name} -g %{name} -c "Eventum User" %{name}
723
724 %postun base
725 if [ "$1" = "0" ]; then
726         %userremove %{name}
727         %groupremove %{name}
728 fi
729
730 %post router-qmail
731 CF=/etc/qmail/control/virtualdomains
732 if ! grep -q ':%{name}\b' $CF 2>/dev/null; then
733         FQDN=$(awk -F'"' '/define/ && $2 ~ /APP_HOSTNAME/ {print $4}' %{_webappdir}/config.php 2>/dev/null)
734         [ "$FQDN" ] || FQDN=$(hostname -f 2>/dev/null || echo localhost)
735         umask 022
736         echo "#${FQDN}:%{name}" >> $CF
737
738 %banner %{name}-qmail -e <<EOF
739
740 Added "#${FQDN}:%{name}" to $CF,
741 Please verify that it is correct and restart qmail:
742 # service qmail reload
743
744 Consult qmail-send(8) for more information on virtualdomains.
745
746 EOF
747 fi
748
749 %preun router-qmail
750 if [ "$1" = "0" ]; then
751         sed -i -e '/:%{name}\b/d' /etc/qmail/control/virtualdomains
752 fi
753
754 %post setup
755 chmod 660 %{_webappdir}/{config,private_key}.php
756 chown root:eventum %{_webappdir}/{config,private_key}.php
757
758 %postun setup
759 if [ "$1" = "0" ]; then
760         chmod 640 %{_webappdir}/{config,private_key}.php
761         chown root:eventum %{_webappdir}/{config,private_key}.php
762 fi
763
764 %post irc
765 /sbin/chkconfig --add eventum-irc
766 %service eventum-irc restart "Eventum IRC Bot"
767
768 %preun irc
769 if [ "$1" = 0 ]; then
770         %service eventum-irc stop
771         /sbin/chkconfig --del eventum-irc
772 fi
773
774 %triggerin -- apache1 < 1.3.37-3, apache1-base
775 %webapp_register apache %{_webapp}
776
777 %triggerun -- apache1 < 1.3.37-3, apache1-base
778 %webapp_unregister apache %{_webapp}
779
780 %triggerin -- apache < 2.2.0, apache-base
781 %webapp_register httpd %{_webapp}
782
783 %triggerun -- apache < 2.2.0, apache-base
784 %webapp_unregister httpd %{_webapp}
785
786 %triggerin -- lighttpd
787 %webapp_register lighttpd %{_webapp}
788
789 %triggerun -- lighttpd
790 %webapp_unregister lighttpd %{_webapp}
791
792 # FIXME
793 # only one upgrade trigger is called if you're upgrading over two
794 # versions, say 1.5 to 1.5.3, only 1.5.3 trigger is called.
795 # use common trigger (the highest version and rpmvercmp from poldek?)
796 %triggerpostun -- eventum < 1.5.1-0.257
797 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5_to_v1.5.1 <<EOF
798 database_changes.php Perform database changes
799 EOF
800
801 %triggerpostun -- eventum < 1.5.2-0.289
802 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.1_to_v1.5.2 <<EOF
803 database_changes.php Perform database changes
804 set_priority_ranks.php Fix the ranking of priority values
805 EOF
806
807 %triggerpostun -- eventum < 1.5.3-0.291
808 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.2_to_v1.5.3 <<EOF
809 database_changes.php Perform database changes
810 EOF
811
812 %triggerpostun -- eventum < 1.5.4-1.12
813 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.3_to_v1.5.4 <<EOF
814 database_changes.php Perform database changes
815 EOF
816
817 %triggerpostun -- eventum < 1.6.0-RC2.6
818 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.5_to_v1.6.0 <<EOF
819 database_changes.php Perform database changes
820 upgrade_saved_searches.php Upgrade existing custom filters (saved searches)
821 EOF
822
823 %triggerpostun -- eventum < 1.6.1-0.2
824 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.6.0_to_v1.6.1 <<EOF
825 database_changes.php Perform database changes
826 EOF
827
828 %triggerpostun -- eventum < 1.7.1-4.123.20061009.3121
829 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.7.1_to_v2.0 <<EOF
830 database_changes.php Perform database changes
831 EOF
832
833 %triggerpostun irc -- eventum-irc < 1.6.1-3.14
834 sed -i -e '
835 s,\$irc_host,$irc_server_hostname,
836 s,\$irc_port,$irc_server_port,
837 s,\$irc_nick,$nickname,
838 s,\$irc_realname,$realname,
839 s,\$irc_username,$username,
840 s,\$irc_password,$password,
841 ' /etc/eventum/irc.php
842
843 %triggerpostun -- eventum < 1.7.0-2.0.48
844 # migrate from apache-config macros
845 if [ -f /etc/%{name}/apache.conf.rpmsave ]; then
846         if [ -d /etc/apache/webapps.d ]; then
847                 cp -f %{_webapps}/%{_webapp}/apache.conf{,.rpmnew}
848                 cp -f /etc/%{name}/apache.conf.rpmsave %{_webapps}/%{_webapp}/apache.conf
849         fi
850
851         if [ -d /etc/httpd/webapps.d ]; then
852                 cp -f %{_webapps}/%{_webapp}/httpd.conf{,.rpmnew}
853                 cp -f /etc/%{name}/apache.conf.rpmsave %{_webapps}/%{_webapp}/httpd.conf
854         fi
855 fi
856
857 if [ -L /etc/apache/conf.d/99_%{_webapp}.conf ]; then
858         /usr/sbin/webapp register apache %{_webapp}
859         rm -f /etc/apache/conf.d/99_%{_webapp}.conf
860         %service -q apache reload
861 fi
862 if [ -L /etc/httpd/httpd.conf/99_%{_webapp}.conf ]; then
863         /usr/sbin/webapp register httpd %{_webapp}
864         rm -f /etc/httpd/httpd.conf/99_%{_webapp}.conf
865         %service -q httpd reload
866 fi
867
868 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.6.1_to_v1.7.0 <<EOF
869 database_changes.php Perform database changes
870 set_root_message_ids.php Set iss_root_message_id
871 EOF
872
873 # regular configs
874 for i in apache.conf config.php private_key.php setup.php; do
875         if [ -f /etc/eventum/$i.rpmsave ]; then
876                 mv -f %{_webappdir}/$i{,.rpmnew}
877                 mv -f /etc/eventum/$i.rpmsave %{_webappdir}/$i
878         fi
879 done
880
881 %triggerpostun cli -- %{name}-cli < 1.7.0-3.4
882 if [ -f %{_webappdir}/cli.php.rpmsave ]; then
883         mv -f %{_sysconfdir}/cli.php{,.rpmnew}
884         mv -f %{_webappdir}/cli.php.rpmsave %{_sysconfdir}/cli.php
885 fi
886
887 %triggerpostun irc -- %{name}-irc < 1.7.0-3.4
888 if [ -f %{_webappdir}/irc.php.rpmsave ]; then
889         mv -f %{_sysconfdir}/irc.php{,.rpmnew}
890         mv -f %{_webappdir}/irc.php.rpmsave %{_sysconfdir}/irc.php
891 fi
892
893 %triggerpostun scm -- %{name}-scm < 1.7.1-2.70.20060724
894 if [ -f %{_sysconfdir}/cvs.php.rpmsave ]; then
895         mv -f %{_sysconfdir}/scm.php{,.rpmnew}
896         mv -f %{_sysconfdir}/cvs.php.rpmsave %{_sysconfdir}/scm.php
897 fi
898 ln -sf process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
899
900 %files -f %{name}.lang
901 %defattr(644,root,root,755)
902 %doc ChangeLog FAQ INSTALL README UPGRADE CONTRIB
903 %doc docs/* setup/schema.sql mysql-permissions.sql
904 %attr(751,root,root) %dir %{_webappdir}
905 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
906 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
907 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
908 %attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/config.php
909 %attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/private_key.php
910 %attr(660,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/setup.php
911 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/htpasswd
912 %attr(640,root,eventum) %config %verify(not mtime) %{_webappdir}/core.php
913
914 %dir %attr(731,root,eventum) /var/log/%{name}
915 %attr(620,root,eventum) %ghost /var/log/%{name}/*
916 %dir %attr(750,root,root) /var/log/archiv/%{name}
917 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
918
919 %dir %{_appdir}/htdocs
920 %{_appdir}/htdocs/*.php
921 %{_appdir}/htdocs/*.ico
922 %{_appdir}/htdocs/css
923 %{_appdir}/htdocs/customer
924 %{_appdir}/htdocs/images
925 %{_appdir}/htdocs/js
926 %{_appdir}/htdocs/manage
927 %{_appdir}/htdocs/reports
928 %{_appdir}/htdocs/rpc
929 %{_appdir}/htdocs/misc
930 %{_appdir}/templates
931 %dir %{_appdir}/upgrade
932 %attr(755,root,root) %{_appdir}/upgrade/upgrade.sh
933 %{_appdir}/upgrade/[!u]*
934 %{_smartyplugindir}
935
936 %dir %{_appdir}/include
937 %{_appdir}/include/customer
938 %{_appdir}/include/custom_field
939 %{_appdir}/include/jpgraph
940 %{_appdir}/include/workflow
941 %{_appdir}/include/class.[!m]*.php
942 %{_appdir}/include/class.mail.php
943 %{_appdir}/include/class.mail_queue.php
944 %{_appdir}/include/class.mime_helper.php
945 %{_appdir}/include/class.misc.php
946 %{_appdir}/include/db_access.php
947
948 %dir %attr(730,root,eventum) /var/run/%{name}
949 %dir %attr(730,root,eventum) /var/cache/%{name}
950
951 %files base
952 %defattr(644,root,root,755)
953 %attr(751,root,root) %dir %{_sysconfdir}
954 %dir %{_libdir}
955 %dir %{_appdir}
956 # qmail will ignore user, if it's home directory is not owned
957 %attr(750,eventum,eventum) %dir /var/lib/%{name}
958 # saved mail copies
959 %attr(770,root,eventum) %dir /var/lib/%{name}/routed_emails
960 %attr(770,root,eventum) %dir /var/lib/%{name}/routed_drafts
961 %attr(770,root,eventum) %dir /var/lib/%{name}/routed_notes
962
963 %files setup
964 %defattr(644,root,root,755)
965 %{_appdir}/htdocs/setup
966
967 %files mail-queue
968 %defattr(644,root,root,755)
969 %attr(755,root,root) %{_appdir}/process_mail_queue.php
970 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-queue
971
972 %files mail-download
973 %defattr(644,root,root,755)
974 %attr(755,root,root) %{_appdir}/download_emails.php
975 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-download
976
977 %files reminder
978 %defattr(644,root,root,755)
979 %attr(755,root,root) %{_appdir}/check_reminders.php
980 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-reminder
981
982 %files monitor
983 %defattr(644,root,root,755)
984 %{_appdir}/include/class.monitor.php
985 %attr(755,root,root) %{_appdir}/monitor.php
986 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
987
988 %files route-drafts
989 %defattr(644,root,root,755)
990 %attr(755,root,root) %{_appdir}/route_drafts.php
991
992 %files route-emails
993 %defattr(644,root,root,755)
994 %attr(755,root,root) %{_appdir}/route_emails.php
995
996 %files route-notes
997 %defattr(644,root,root,755)
998 %attr(755,root,root) %{_appdir}/route_notes.php
999
1000 %if %{with qmail}
1001 %files router-qmail
1002 %defattr(644,root,root,755)
1003 %attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /var/lib/%{name}/.qmail*
1004 %attr(755,root,root) %{_libdir}/router-qmail
1005 %endif
1006
1007 %files router-postfix
1008 %defattr(644,root,root,755)
1009 %attr(755,root,root) %{_libdir}/router-postfix
1010
1011 %files irc
1012 %defattr(644,root,root,755)
1013 %attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/irc.php
1014 %attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/eventum-irc
1015 %attr(755,root,root) %{_sbindir}/%{name}-bot
1016 %attr(754,root,root) /etc/rc.d/init.d/%{name}-irc
1017
1018 %files cli
1019 %defattr(644,root,root,755)
1020 %doc eventumrc
1021 %config %verify(not md5 mtime size) %{_sysconfdir}/cli.php
1022 %attr(755,root,root) %{_bindir}/%{name}
1023 %{_appdir}/cli
1024
1025 %files scm
1026 %defattr(644,root,root,755)
1027 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/scm.php
1028 %attr(755,root,root) %{_libdir}/process_cvs_commits
1029 %attr(755,root,root) %{_libdir}/process_svn_commits
1030 # legacy
1031 %ghost %{_libdir}/scm
This page took 0.137174 seconds and 3 git commands to generate.