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