]> git.pld-linux.org Git - packages/eventum.git/blame - eventum.spec
- typo
[packages/eventum.git] / eventum.spec
CommitLineData
bb01d732
ER
1# TODO
2# - discard bundled packages (from INSTALL):
3# - JpGraph 1.5.3 (last GPL version)
bb01d732
ER
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
a659c698
JB
8#
9# Conditional build:
7492ce03 10%bcond_with qmail # build the router-qmail subpackage
433eb52c 11%bcond_with order # with experimental order patch
cddf3011 12
0bb7ad7c 13#define snap 20060921
bce4c927
ER
14%define svn r3729
15%define rel 0.34
b8b72891 16#define _rc RC3
87d15bba 17
b3857e8b 18%include /usr/lib/rpm/macros.php
c96aabf5 19Summary: Eventum Issue / Bug tracking system
9f49cf47 20Summary(pl.UTF-8): Eventum - system śledzenia spraw/błędów
bb01d732 21Name: eventum
847270fe 22Version: 2.2
0bb7ad7c 23Release: %{?_rc:%{_rc}.}%{rel}%{?snap:.%{snap}}%{?svn:.%{svn}}
6850abd9
ER
24License: GPL
25Group: Applications/WWW
0bb7ad7c 26#Source0: http://downloads.mysql.com/snapshots/eventum/%{name}-nightly-%{snap}.tar.gz
6cb55287 27#Source0: http://eventum.mysql.org/downloads/eventum-2.0.RC3.tar.gz
9a0490bf 28#Source0: http://mysql.tonnikala.org/Downloads/eventum/%{name}-%{version}.tar.gz
0bb7ad7c 29Source0: %{name}-%{svn}.tar.bz2
bce4c927 30# Source0-md5: a5b8860ab537f839b3a4b385e1ecd6b4
82121306 31Source1: %{name}-apache.conf
cd719538
ER
32Source2: %{name}-mail-queue.cron
33Source3: %{name}-mail-download.cron
34Source4: %{name}-reminder.cron
35Source5: %{name}-monitor.cron
36Source6: %{name}-cvs.php
37Source7: %{name}-irc.php
38Source8: %{name}-irc.init
73f6a3e6 39Source9: %{name}-irc.sysconfig
cfcdd0a9
ER
40Source10: %{name}-router-qmail.sh
41Source12: %{name}-upgrade.sh
42Source13: %{name}-router-postfix.sh
43Source14: %{name}.logrotate
44Source15: %{name}-lighttpd.conf
ac27ba92 45Patch0: %{name}-lf.patch
3a30f9c7 46Patch1: %{name}-order.patch
14ff3418 47# packaging patches that probably never go upstream
ac27ba92
ER
48Patch100: %{name}-paths.patch
49Patch101: %{name}-cvs-config.patch
4c823356 50Patch102: %{name}-irc-config.patch
4c823356 51Patch105: %{name}-bot-reconnect.patch
cfcdd0a9
ER
52Patch106: %{name}-mem-limits.patch
53Patch107: %{name}-gettext.patch
a6016bab
ER
54# some tests
55Patch200: %{name}-fixed-nav.patch
3cf7d1aa 56URL: http://eventum.mysql.org/
2bbc9c41 57BuildRequires: gettext-devel
b3857e8b 58BuildRequires: rpm-php-pearprov >= 4.0.2-98
d1c44829 59BuildRequires: rpmbuild(macros) >= 1.461
4068cb73 60BuildRequires: sed >= 4.0
00e0fc89
ER
61Requires(triggerpostun): /usr/bin/php
62Requires(triggerpostun): sed >= 4.0
5b165428 63Requires: %{name}-base = %{version}-%{release}
7db4d346 64Requires: Smarty >= 2.6.10-4
cf66850b
ER
65Requires: php-common >= 4:5.0
66Requires: php-gd
67Requires: php-iconv
68Requires: php-imap
69Requires: php-mbstring
70Requires: php-mysql
71Requires: php-pcre
71b01fde
ER
72Requires: php-pear-DB
73Requires: php-pear-Date
74Requires: php-pear-HTTP_Request
75Requires: php-pear-Mail
723da18a 76Requires: php-pear-Mail_Mime
fb0b2f83 77Requires: php-pear-Mail_mimeDecode
71b01fde
ER
78Requires: php-pear-Math_Stats
79Requires: php-pear-Net_DIME
71b01fde 80Requires: php-pear-Net_SMTP
71b01fde
ER
81Requires: php-pear-Net_Socket
82Requires: php-pear-Net_URL
83Requires: php-pear-Net_UserAgent_Detect
3223fb64 84Requires: php-pear-PEAR-core
71b01fde
ER
85Requires: php-pear-Text_Diff
86Requires: php-pear-XML_RPC
465c3ab7 87Requires: smarty-gettext
bdf85dc8 88Requires: webapps
f399f1c0
ER
89Requires: webserver(access)
90Requires: webserver(alias)
897bdb2c 91Requires: webserver(indexfile)
61351540 92Requires: webserver(php) >= 4.2.0
0f8c2c4a 93Conflicts: logrotate < 3.7-4
35fa3cf8 94BuildArch: noarch
bb01d732
ER
95BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
96
c3fd3767 97%define _noautoreq 'pear(/etc/webapps/.*)' 'pear(%{_appdir}/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)' 'pear(Benchmark/.*)'
3223fb64 98
1d760108 99%define _libdir %{_prefix}/lib/%{name}
71f56750 100%define _appdir %{_datadir}/%{name}
452347b6 101%define _smartyplugindir %{_appdir}/include/smarty
d1c44829 102%define _smartydir %{php_data_dir}/Smarty
bdf85dc8
ER
103%define _webapps /etc/webapps
104%define _webapp %{name}
8a37ad9d
ER
105%define _webappdir %{_webapps}/%{_webapp}
106%define _sysconfdir /etc/%{name}
bb01d732
ER
107
108%description
109Eventum is a user-friendly and flexible issue tracking system that can
110be used by a support department to track incoming technical support
111requests, or by a software development team to quickly organize tasks
112and bugs. Eventum is used by the MySQL AB Technical Support team, and
113has allowed us to dramatically improve our response times.
114
d8cfa9f0
JR
115%description -l pl.UTF-8
116Eventum to przyjazny dla użytkownika system śledzenia spraw, który
117może być używany przez dział obsługi do śledzenia przychodzących żądań
118obsługi technicznej albo przez zespół tworzący oprogramowanie do
119szybkiej organizacji zadań i błędów. Eventum jest używany przez zespół
120Technical Support MySQL AB i umożliwił im znacząco poprawić czasy
4068cb73
JB
121reakcji.
122
d2e501e8
ER
123%package base
124Summary: Eventum base package
9f49cf47 125Summary(pl.UTF-8): Podstawowy pakiet Eventum
d2e501e8 126Group: Applications/WWW
3223fb64
ER
127Requires(postun): /usr/sbin/groupdel
128Requires(postun): /usr/sbin/userdel
5bbd68c9
ER
129Requires(pre): /bin/id
130Requires(pre): /usr/bin/getgid
5bbd68c9 131Requires(pre): /usr/sbin/groupadd
3223fb64 132Requires(pre): /usr/sbin/useradd
9f768793 133Provides: group(eventum)
d080edb6 134Provides: user(eventum)
d2e501e8
ER
135
136%description base
137This package contains base directory structure for Eventum.
138
d8cfa9f0
JR
139%description base -l pl.UTF-8
140Ten pakiet zawiera podstawową strukturę katalogów dla Eventum.
1bb5e749 141
ab983aaa 142%package setup
4068cb73 143Summary: Eventum setup package
9f49cf47 144Summary(pl.UTF-8): Pakiet do wstępnej konfiguracji Eventum
ab983aaa 145Group: Applications/WWW
5b165428 146Requires: %{name} = %{version}-%{release}
ab983aaa
ER
147
148%description setup
149Install this package to configure initial Eventum installation. You
150should uninstall this package when you're done, as it considered
151insecure to keep the setup files in place.
152
d8cfa9f0
JR
153%description setup -l pl.UTF-8
154Ten pakiet należy zainstalować w celu wstępnej konfiguracji Eventum po
155pierwszej instalacji. Potem należy go odinstalować, jako że
156pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
4068cb73 157
0da8e1f2 158%package mail-queue
30689148 159Summary: Eventum mail queue process
9f49cf47 160Summary(pl.UTF-8): Przetwarzanie kolejki poczty Eventum
0da8e1f2 161Group: Applications/WWW
5b165428 162Requires: %{name} = %{version}-%{release}
0da8e1f2
ER
163Requires: crondaemon
164
165%description mail-queue
166Beginning with the first release of Eventum, emails are not directly
167sent out from the various scripts, but rather added to a mail queue
168table that is processed by a cron job. If an email cannot be sent, it
169will be marked as such in the mail queue log, and the cron job script
170will re-try to send it again the next time it runs.
171
172This package contains the cron job.
173
d8cfa9f0
JR
174%description mail-queue -l pl.UTF-8
175Od pierwszego wydania Eventum poczta nie jest wysyłana bezpośrednio z
176różnych skryptów, lecz dodawana do kolejki przetwarzanej z crona.
177Jeśli poczta nie może być wysłana, będzie odpowiednio oznaczona w logu
178kolejki poczty, a skrypt z crona będzie próbował wysłać ją ponownie
179następnym razem.
0181746f 180
30689148 181Ten pakiet zawiera zadanie dla crona.
182
ea084bcb 183%package mail-download
30689148 184Summary: Eventum email download
9f49cf47 185Summary(pl.UTF-8): Ściąganie poczty Eventum
ea084bcb 186Group: Applications/WWW
5b165428 187Requires: %{name} = %{version}-%{release}
ea084bcb
ER
188Requires: crondaemon
189
190%description mail-download
191In order for Eventum's email integration feature to work, you need to
192setup a cron job to run the script every so often.
193
194This package contains the cron job.
195
d8cfa9f0
JR
196%description mail-download -l pl.UTF-8
197Aby integracja poczty elektronicznej w Eventum działała, trzeba
198ustawić zadanie crona, aby uruchamiał odpowiedni skrypt wystarczająco
199często.
0181746f
JB
200
201Ten pakiet zawiera zadanie dla crona.
202
cd719538
ER
203%package reminder
204Summary: Eventum Reminder System
9f49cf47 205Summary(pl.UTF-8): System przypominania dla Eventum
cd719538 206Group: Applications/WWW
5b165428 207Requires: %{name} = %{version}-%{release}
cd719538
ER
208Requires: crondaemon
209
210%description reminder
211The reminder system was designed with the objective as serving as a
212safe net for issues that need attention. Depending on what
213configuration you create, you may have several reminders (or alerts)
214be sent out whenever an issue needs attention, for whatever parameter
215you may deem necessary.
216
217This package contains the cron job.
218
d8cfa9f0
JR
219%description reminder -l pl.UTF-8
220System przypominania został zaprojektowany tak, aby służył jako
221bezpieczna sieć dla spraw wymagających uwagi. W zależności od
222konfiguracji można ustawić różne przypominajki (lub alarmy) wysyłane
223przy każdej sprawie wymagającej uwagi lub przy parametrze, który można
224uważać za potrzebny.
6341f096
JB
225
226Ten pakiet zawiera zadanie dla crona.
227
cd719538
ER
228%package monitor
229Summary: Eventum Heartbeat Monitor
9f49cf47 230Summary(pl.UTF-8): Monitor życia dla Eventum
cd719538 231Group: Applications/WWW
5b165428 232Requires: %{name} = %{version}-%{release}
cd719538 233Requires: crondaemon
61351540 234Requires: php(posix)
cd719538
ER
235
236%description monitor
237The heartbeat monitor is a feature designed for the administrator that
238wants to be alerted whenever a common problem in Eventum is detected,
239like the database server not being available anymore, or maybe when
240the recommended permissions for certain configuration files are
241changed.
242
243Please note that before running the heartbeat monitor, you may need to
244customize some of the checks to be appropriate for your own system,
245particularly the permission and file checks on
246Monitor::checkConfiguration().
247
248This package contains the cron job.
249
d8cfa9f0
JR
250%description monitor -l pl.UTF-8
251Monitor życia to funkcjonalność zaprojektowana dla administratora
252chcącego być alarmowanym przy każdym wykryciu popularnego problemu z
253Eventum, jak nie działanie serwera bazy danych albo zmiana uprawnień
254do plików konfiguracyjnych.
6341f096 255
d8cfa9f0
JR
256Należy zauważyć, że przed uruchomieniem tego monitora może być
257konieczne dostosowanie niektórych testów do systemu, w szczególności
258testów uprawnień i plików w Monitor::checkConfiguration().
6341f096
JB
259
260Ten pakiet zawiera zadanie dla crona.
261
5b165428
ER
262%package route-drafts
263Summary: Eventum Draft Routing
9f49cf47 264Summary(pl.UTF-8): Przekazywanie szkiców dla Eventum
5b165428
ER
265Group: Applications/WWW
266Requires: %{name} = %{version}-%{release}
5b165428
ER
267Requires: eventum(router)
268
269%description route-drafts
71f56750 270The draft routing feature is used to automatically associate a thread
5410173f 271of drafts into an Eventum issue. By setting up qmail (or even Postfix)
71f56750
ER
272to deliver emails sent to a specific address (usually
273draft-<number>@<domain>) to the above script, users are able to send
274drafts written in their mail client to be stored in Eventum. These
275drafts will NOT broadcasted to the notification list.
5b165428 276
d8cfa9f0
JR
277%description route-drafts -l pl.UTF-8
278Przekazywanie szkiców służy do automatycznego wiązania wątku szkiców z
279problemem w Eventum. Ustawiając qmaila (czy nawet Postfiksa), aby
280dostarczał pocztę wysłaną na podany adres (zwykle
281draft-<liczba>@<domena>) do tego skryptu umożliwia się użytkownikom
282wysyłanie szkiców napisanych w ich kliencie pocztowym do zapisania w
283Eventum. Szkice te NIE będą wysyłane na listę powiadomień.
5410173f 284
cd719538
ER
285%package route-emails
286Summary: Eventum Email Routing
9f49cf47 287Summary(pl.UTF-8): Przekazywanie poczty dla Eventum
cd719538 288Group: Applications/WWW
5b165428 289Requires: %{name} = %{version}-%{release}
8bc4bcd1 290Requires: eventum(router)
cd719538
ER
291
292%description route-emails
293The email routing feature is used to automatically associate a thread
294of emails into an Eventum issue. By setting up qmail (or even postfix)
295to deliver emails sent to a specific address (usually
296issue-<number>@<domain>) to the above script, users are able to use
297their email clients to reply to emails coming from Eventum, and those
298replies will be automatically associated with the issue and
299broadcasted to the entire notification list.
300
d8cfa9f0
JR
301%description route-emails -l pl.UTF-8
302Funkcjonalność przekazywania poczty służy do automatycznego wiązania
303wątku listów ze sprawą w Eventum. Po ustawieniu qmaila (czy nawet
304postfiksa), aby dostarczał listy wysyłane na pewien adres (zwykle
305issue-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
306używać klientów pocztowych do odpowiadania na listy przychodzące z
307Eventum, a odpowiedzi te będą automatycznie wiązane ze sprawą i
308rozprowadzane do całej listy ogłoszeniowej.
6341f096 309
cd719538
ER
310%package route-notes
311Summary: Eventum Note Routing
9f49cf47 312Summary(pl.UTF-8): Przekazywanie notatek dla Eventum
cd719538 313Group: Applications/WWW
5b165428 314Requires: %{name} = %{version}-%{release}
8bc4bcd1 315Requires: eventum(router)
cd719538
ER
316
317%description route-notes
318The note routing feature is used to automatically associate a thread
319of notes into an Eventum issue. By setting up qmail (or even postfix)
320to deliver emails sent to a specific address (usually
321note-<number>@<domain>) to the above script, users are able to use
322their email clients to reply to internal notes coming from Eventum,
323and those replies will be automatically associated with the issue and
324broadcasted to the notification list staff members.
325
d8cfa9f0
JR
326%description route-notes -l pl.UTF-8
327Funkcjonalność przekazywania notatek służy do automatycznego wiązania
328wątku notatek ze sprawą w Eventum. Po ustawieniu qmaila (czy nawet
329postfiksa), aby dostarczał listy wysyłane na pewien adres (zwykle
330note-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
331używać klientów pocztowych do odpowiadania na wewnętrzne notatki
332pochodzące od Eventu, a odpowiedzi te będą automatycznie wiązane ze
333sprawą i rozprowadzane do członków personelu listy ogłoszeniowej.
6341f096 334
a6d2ad69
ER
335%package router-qmail
336Summary: Eventum Mail Routing - qmail
9f49cf47 337Summary(pl.UTF-8): Przekazywanie poczty Eventum - qmail
a6d2ad69 338Group: Applications/Mail
9b16153c
ER
339# loose dep is intentional. qmail subpackage isn't built on PLD
340# builders and there really nothing changes.
5b165428 341Requires: %{name} >= %{version}-%{release}
a6d2ad69 342Requires: qmail >= 1.03
8bc4bcd1
ER
343Provides: eventum(router)
344Obsoletes: eventum(router)
a6d2ad69
ER
345
346%description router-qmail
347This package provides way of routing notes and emails back to Eventum
348via qmail.
349
d8cfa9f0
JR
350%description router-qmail -l pl.UTF-8
351Ten pakiet udostępnia metodę przekazywania notatek i listów do Eventum
995fa554
JB
352przez qmaila.
353
a6d2ad69
ER
354%package router-postfix
355Summary: Eventum Mail Routing - Postfix
9f49cf47 356Summary(pl.UTF-8): Przekazywanie poczty Eventum - Postfix
a6d2ad69 357Group: Applications/Mail
5b165428 358Requires: %{name} = %{version}-%{release}
a6d2ad69 359Requires: postfix
8bc4bcd1
ER
360Provides: eventum(router)
361Obsoletes: eventum(router)
a6d2ad69
ER
362
363%description router-postfix
364This package provides way of routing notes and emails back to Eventum
365via Postfix.
366
e1bb3563
ER
367The Postfix configuration instructions you can find from
368<http://eventum.mysql.org/wiki/index.php/Setting_up_email_routing_with_postfix>.
369
d8cfa9f0
JR
370%description router-postfix -l pl.UTF-8
371Ten pakiet udostępnia metodę przekazywania notatek i listów do Eventum
995fa554
JB
372przez Postfiksa.
373
d8cfa9f0 374Opis konfiguracji Postfiksa można znaleźć pod adresem
a659c698
JB
375<http://eventum.mysql.org/wiki/index.php/Setting_up_email_routing_with_postfix>.
376
cd719538
ER
377%package irc
378Summary: Eventum IRC Notification Bot
9f49cf47 379Summary(pl.UTF-8): IRC-owy bot powiadamiający dla Eventum
cd719538 380Group: Applications/WWW
b79fc4aa 381Requires(post,preun): /sbin/chkconfig
e1c0f343 382Requires(triggerpostun): sed >= 4.0
5b165428 383Requires: %{name} = %{version}-%{release}
61351540 384Requires: php(sockets)
71f56750 385Requires: php-pear-Net_SmartIRC
e1c0f343 386Requires: rc-scripts >= 0.4.0.18
cd719538
ER
387
388%description irc
389The IRC notification bot is a nice feature for remote teams that want
390to handle issues and want to have a quick and easy way to get simple
391notifications. Right now the bot notifies of the following actions:
392- New Issues
393- Blocked emails
394- Issues that got their assignment list changed
395
396NOTE: You will need to manually edit the bot.php script to set your
397appropriate preferences, like IRC server and channel that the bot
398should join.
399
d8cfa9f0
JR
400%description irc -l pl.UTF-8
401IRC-owy bot powiadamiający to miła funkcjonalność dla zdalnych
402zespołów chcących obsługiwać sprawy i mieć szybki i łatwy sposób na
403uzyskiwanie prostych powiadomień. Aktualnie bot powiadamia o
404następujących zdarzeniach:
6341f096
JB
405- nowych sprawach
406- zablokowanych listach
d8cfa9f0 407- sprawach, dla których zmieniła się lista powiązań
6341f096 408
d8cfa9f0
JR
409UWAGA: w celu wprowadzenia własnych ustawień, takich jak serwer IRC i
410kanał używany przez bota, trzeba ręcznie zmodyfikować skrypt bot.php .
6341f096 411
abd490e4
ER
412%package cli
413Summary: Eventum command-line interface
9f49cf47 414Summary(pl.UTF-8): Interfejs linii poleceń dla Eventum
abd490e4 415Group: Applications/WWW
5b165428 416Requires: %{name}-base = %{version}-%{release}
9500cdeb 417Requires: php-cli
cf66850b 418Requires: php-common >= 4:5.0
71b01fde 419Requires: php-pear-XML_RPC
abd490e4
ER
420
421%description cli
422The Eventum command-line interface allows you to access most of the
423features of the web interface straight from your command shell.
abd490e4 424
d8cfa9f0
JR
425%description cli -l pl.UTF-8
426Interfejs linii poleceń Eventum pozwala na dostęp do większości
427funkcji interfejsu WWW prosto z linii poleceń powłoki.
958cd5a0 428
5cb2e61d 429%package scm
30689148 430Summary: Eventum SCM integration
9f49cf47 431Summary(pl.UTF-8): Integracja SCM dla Eventum
5cb2e61d 432Group: Applications/WWW
5b165428 433Requires: %{name}-base = %{version}-%{release}
bdf85dc8 434Requires: php-cli
cf66850b
ER
435Requires: php-common >= 4:5.0
436Requires: php-pcre
5cb2e61d
ER
437
438%description scm
439This feature allows your software development teams to integrate your
440Source Control Management system with your Issue Tracking System.
441
442The integration is implemented in such a way that it will be forward
443compatible with pretty much any SCM system, such as CVS.
444
0181746f 445For installation see
a392a259 446</eventum/help.php?topic=scm_integration_installation>.
0181746f 447
d8cfa9f0
JR
448%description scm -l pl.UTF-8
449Ten pakiet pozwala zespołom programistów na integrację systemu
450zarządzania źródłami (SCM - Source Control Management) z systemem
451śledzenia spraw.
0181746f 452
d8cfa9f0
JR
453Integracja jest zaimplementowana tak, aby być kompatybilna w przód z
454prawie każdym systemem SCM, jak np. CVS.
0181746f 455
d8cfa9f0 456Szczegóły na temat instalacji można przeczytać pod
a392a259 457</eventum/help.php?topic=scm_integration_installation>.
5cb2e61d 458
bb01d732 459%prep
0bb7ad7c 460%setup -q %{?snap:-n %{name}-%{snap}}%{?svn:-n %{name}-%{svn}}
085e39c0 461# undos the source
cd87a3e8 462find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,'
085e39c0 463
65cb4bd7
ER
464rm benchmark.php
465rm -r misc/upgrade/*v1.[123]* # too old to support in PLD Linux
847270fe 466rm -r misc/upgrade/v{1.,2.0,2.1_}* # no longer supported in PLD Linux
65cb4bd7 467rm misc/upgrade/flush_compiled_templates.php
847270fe 468rm -r misc/upgrade/{*/,}index.html # not needed in PLD Linux
5b165428 469
65cb4bd7 470rm -r include/php-gettext
5b165428 471# sample, not used in eventum
65cb4bd7 472rm rpc/xmlrpc_client.php
e1c0f343 473
9487d524 474# bug fixes / features
0b3b58dd 475%patch0 -p1
bce4c927 476%{?with_order:%patch1 -p1}
7eea4a5a 477
a6016bab 478#%patch200 -p1
ac27ba92
ER
479
480# packaging
481%patch100 -p1
482%patch101 -p1
4c823356 483%patch102 -p1
ac27ba92 484%patch105 -p1
cfcdd0a9 485%patch106 -p1
ac27ba92 486%patch107 -p1
0b3b58dd 487
3d92cbd2
ER
488cat <<'EOF'> mysql-permissions.sql
489# use this schema if you want to grant permissions manually instead of using setup
490# this schema is extracted from setup/index.php.
491GRANT SELECT, UPDATE, DELETE, INSERT, ALTER, DROP, CREATE, INDEX ON eventum.* TO 'eventum'@'localhost' IDENTIFIED BY 'password';
492EOF
493
71f56750 494sed -e '1s,#!.*/bin/php -q,#!%{_bindir}/php,' misc/cli/eventum > %{name}-cli
71f56750 495mv misc/cli/eventumrc_example eventumrc
16902912
ER
496sed -i -e '1i#!%{_bindir}/php' misc/*.php
497chmod +x misc/*.php
5b165428 498
25123ce7
ER
499%{__sed} -i -e "
500s,require_once.*init.php.*;,require_once '%{_appdir}/htdocs/init.php';,
501s;define('CONFIG_PATH'.*');define('CONFIG_PATH', '%{_webappdir}');
502/define('INSTALL_PATH'/d
847270fe 503" misc/upgrade/{*/,}*.php
c3fd3767 504
5b165428 505# remove backups from patching as we use globs to package files to buildroot
73c437a6 506find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
085e39c0 507
465c3ab7 508%build
78cfacd5 509%{__make} -C misc/localization
465c3ab7 510
bb01d732
ER
511%install
512rm -rf $RPM_BUILD_ROOT
cfc3bce6 513install -d \
8a37ad9d 514 $RPM_BUILD_ROOT{%{_webappdir},%{_sysconfdir},%{_bindir},%{_sbindir},%{_libdir}} \
cfc3bce6 515 $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d,sysconfig} \
c1e74aa1 516 $RPM_BUILD_ROOT/var/{run,cache,lib}/%{name} \
685fc383 517 $RPM_BUILD_ROOT/var/log/{archive/,}%{name} \
89522a33 518 $RPM_BUILD_ROOT/var/lib/%{name}/routed_{emails,drafts,notes} \
761ae7dd 519 $RPM_BUILD_ROOT%{_appdir}/{include,htdocs/misc,upgrade} \
cfc3bce6
ER
520
521cp -a *.php css customer images js manage reports rpc setup $RPM_BUILD_ROOT%{_appdir}/htdocs
522cp -a misc/*.html $RPM_BUILD_ROOT%{_appdir}/htdocs/misc
523cp -a misc/*.php $RPM_BUILD_ROOT%{_appdir}
cfc3bce6 524cp -a templates $RPM_BUILD_ROOT%{_appdir}
00e0fc89 525cp -a include/{customer,custom_field,jpgraph,workflow} $RPM_BUILD_ROOT%{_appdir}/include
cfc3bce6 526cp -a include/*.php $RPM_BUILD_ROOT%{_appdir}/include
085e39c0 527cp -a logs/* $RPM_BUILD_ROOT/var/log/%{name}
dd1c0942 528cp -a misc/upgrade $RPM_BUILD_ROOT%{_appdir}
bb01d732 529
1c9d2c71 530cp -a favicon.ico $RPM_BUILD_ROOT%{_appdir}/htdocs/favicon.ico
cfcdd0a9 531install %{SOURCE12} $RPM_BUILD_ROOT%{_appdir}/upgrade/upgrade.sh
da8d6134 532
cfc3bce6
ER
533# cli
534install -d $RPM_BUILD_ROOT%{_appdir}/cli
5b165428
ER
535cp -a misc/cli/include/class.{misc,command_line}.php $RPM_BUILD_ROOT%{_appdir}/cli
536cp -a misc/cli/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/cli.php
d080edb6 537install %{name}-cli $RPM_BUILD_ROOT%{_bindir}/%{name}
77b3db3b 538install misc/irc/bot.php $RPM_BUILD_ROOT%{_sbindir}/%{name}-bot
9cdc5027 539
cfc3bce6 540# scm
da820d18
ER
541install misc/scm/process_cvs_commits.php $RPM_BUILD_ROOT%{_libdir}/process_cvs_commits
542install misc/scm/process_svn_commits.php $RPM_BUILD_ROOT%{_libdir}/process_svn_commits
bd7564e0
ER
543ln -s process_cvs_commits $RPM_BUILD_ROOT%{_libdir}/scm
544install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/scm.php
82121306 545
cfc3bce6 546# private key
77b3db3b
ER
547echo '<?php
548$private_key = "DEFAULTPRIVATEKEY";' > $RPM_BUILD_ROOT%{_webappdir}/private_key.php
f399f1c0 549touch $RPM_BUILD_ROOT%{_webappdir}/htpasswd
47033007 550
31dabce6
ER
551cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/apache.conf
552cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_webappdir}/httpd.conf
cfcdd0a9 553cp -a %{SOURCE15} $RPM_BUILD_ROOT%{_webappdir}/lighttpd.conf
31dabce6
ER
554cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-queue
555cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}-mail-download
556cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
557cp -a %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
77b3db3b 558cp -a %{SOURCE7} $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
31dabce6
ER
559cp -a %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
560cp -a %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/eventum-irc
561
562
563%{__sed} -i -e "/define('APP_VERSION'/ {
0bb7ad7c 564 idefine('APP_VERSION', '%{version}%{?snap:-%{snap}}%{?_rc:-%{_rc}}%{?svn:-%{svn}}');
31dabce6
ER
565 d
566
567}" $RPM_BUILD_ROOT%{_appdir}/htdocs/init.php
bb01d732 568
cfc3bce6 569# config
8a37ad9d 570> $RPM_BUILD_ROOT%{_webappdir}/setup.php
31dabce6 571> $RPM_BUILD_ROOT%{_webappdir}/config.php
cfc3bce6 572
085e39c0
ER
573install -d $RPM_BUILD_ROOT%{_smartyplugindir}
574# These plugins are not in Smarty package (Smarty-2.6.2-3)
15502563
ER
575cp -a \
576 include/Smarty/plugins/function.{calendar,get_{display_style,innerhtml,textarea_size}}.php \
577 include/Smarty/plugins/modifier.highlight_quoted.php \
9500cdeb 578 $RPM_BUILD_ROOT%{_smartyplugindir}
085e39c0 579
a6d2ad69 580# qmail router
37996833 581%if %{with qmail}
a6d2ad69
ER
582d=$RPM_BUILD_ROOT/var/lib/%{name}
583echo 'root' > $d/.qmail
584echo 'root' > $d/.qmail-default
585echo '| %{_libdir}/router-qmail drafts' > $d/.qmail-draft-default
586echo '| %{_libdir}/router-qmail emails 1' > $d/.qmail-issue-default
587echo '| %{_libdir}/router-qmail notes' > $d/.qmail-note-default
cfcdd0a9 588install %{SOURCE10} $RPM_BUILD_ROOT%{_libdir}/router-qmail
37996833 589%endif
410d72c7 590# postfix router
cfcdd0a9 591install %{SOURCE13} $RPM_BUILD_ROOT%{_libdir}/router-postfix
a6d2ad69 592
cfcdd0a9 593install -D %{SOURCE14} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
465c3ab7
ER
594# locale
595cd misc/localization
78cfacd5
ER
596for a in */LC_MESSAGES/*.mo; do
597 d=${a%/*}
598 install -d $RPM_BUILD_ROOT%{_datadir}/locale/$d
599 cp -a $a $RPM_BUILD_ROOT%{_datadir}/locale/$d
465c3ab7
ER
600done
601cd -
602
600d96a0 603%find_lang %{name}
c1e74aa1 604
bb01d732
ER
605%clean
606rm -rf $RPM_BUILD_ROOT
607
01b84746
ER
608%pre
609%addusertogroup http %{name}
610
82121306 611%post
ec185415 612# check if the package is configured.
2bf6ebce 613if grep -q "Header('Location: setup/')" %{_webappdir}/config.php; then
ac9278b5 614if [ -f %{_appdir}/htdocs/setup/index.php ]; then
ec185415
ER
615%banner %{name} -e <<EOF
616
617You haven't yet configured Eventum!
ac9278b5
ER
618Please open in browser <http://localhost/eventum/>
619If you need access from elsewhere, you need to edit
8a37ad9d 620%{_webappdir}/apache.conf and restart apache.
ec185415 621
ac9278b5
ER
622IMPORTANT: When You have configured Eventum, please uninstall the
623setup package, so that %{name}-setup is able to secure your Eventum
624installation.
ec185415 625
ac9278b5 626EOF
5b165428 627#' vim syntax hack
ac9278b5
ER
628else
629%banner %{name} -e <<EOF
630
631You haven't yet configured Eventum!
632
633To setup eventum, please install %{name}-setup and open in browser
634<http://localhost/eventum/>.
635If you need access from elsewhere, you need to edit
2bf6ebce 636%{_webappdir}/*.conf depending on webserver and restart the webserver.
ac9278b5
ER
637
638IMPORTANT: When You have configured Eventum, please uninstall the
639setup package, so that %{name}-setup is able to secure your Eventum
640installation.
ec185415
ER
641
642EOF
5b165428 643#' vim syntax hack
ac9278b5 644fi
47033007 645
8a37ad9d 646elif grep -q 'DEFAULTPRIVATEKEY' %{_webappdir}/private_key.php; then
47033007
ER
647%banner %{name} -e <<EOF
648
649You have default private key installed!
650
651Install %{name}-setup and open up http://yourserver/eventum/setup/
652-- that will help you setup initial config.
653
654when have configured Eventum, please uninstall the setup package,
655so that %{name}-setup is able to secure your Eventum installation.
656
657EOF
658 elif [ -d %{_appdir}/setup ]; then
107fc31b
ER
659%banner %{name} -e <<EOF
660
661If you have have configured Eventum, please uninstall the setup package,
662so that %{name}-setup is able to secure your Eventum installation.
663
664EOF
ec185415 665fi
94bd779f 666
847270fe
ER
667# database update
668%{_appdir}/upgrade/update-database.php || :
669
da8d6134
ER
670# nuke Smarty templates cache after upgrade
671rm -f /var/cache/eventum/*.php
672
82121306
ER
673%preun
674if [ "$1" = "0" ]; then
dfe0f6d6
ER
675 # nuke cache
676 rm -f /var/cache/eventum/*.php 2>/dev/null || :
677fi
cfc3bce6 678
01b84746 679%pre base
1d760108
ER
680%groupadd -P %{name}-base -g 146 %{name}
681%useradd -P %{name}-base -u 146 -d /var/lib/%{name} -g %{name} -c "Eventum User" %{name}
01b84746
ER
682
683%postun base
684if [ "$1" = "0" ]; then
a6d2ad69 685 %userremove %{name}
1f52d1fe 686 %groupremove %{name}
a6d2ad69
ER
687fi
688
689%post router-qmail
690CF=/etc/qmail/control/virtualdomains
691if ! grep -q ':%{name}\b' $CF 2>/dev/null; then
8a37ad9d 692 FQDN=$(awk -F'"' '/define/ && $2 ~ /APP_HOSTNAME/ {print $4}' %{_webappdir}/config.php 2>/dev/null)
1f52d1fe 693 [ "$FQDN" ] || FQDN=$(hostname -f 2>/dev/null || echo localhost)
a6d2ad69
ER
694 umask 022
695 echo "#${FQDN}:%{name}" >> $CF
696
697%banner %{name}-qmail -e <<EOF
698
699Added "#${FQDN}:%{name}" to $CF,
700Please verify that it is correct and restart qmail:
701# service qmail reload
702
1f52d1fe 703Consult qmail-send(8) for more information on virtualdomains.
a6d2ad69
ER
704
705EOF
706fi
707
708%preun router-qmail
709if [ "$1" = "0" ]; then
710 sed -i -e '/:%{name}\b/d' /etc/qmail/control/virtualdomains
01b84746
ER
711fi
712
94bd779f 713%post setup
8a37ad9d
ER
714chmod 660 %{_webappdir}/{config,private_key}.php
715chown root:eventum %{_webappdir}/{config,private_key}.php
94bd779f
ER
716
717%postun setup
718if [ "$1" = "0" ]; then
8a37ad9d
ER
719 chmod 640 %{_webappdir}/{config,private_key}.php
720 chown root:eventum %{_webappdir}/{config,private_key}.php
94bd779f
ER
721fi
722
e1c0f343
ER
723%post irc
724/sbin/chkconfig --add eventum-irc
99bbe3cb 725%service eventum-irc restart "Eventum IRC Bot"
e1c0f343 726
add0e245
ER
727%preun irc
728if [ "$1" = 0 ]; then
729 %service eventum-irc stop
730 /sbin/chkconfig --del eventum-irc
731fi
732
09f58a75 733%triggerin -- apache1 < 1.3.37-3, apache1-base
bdf85dc8 734%webapp_register apache %{_webapp}
1d760108 735
09f58a75 736%triggerun -- apache1 < 1.3.37-3, apache1-base
bdf85dc8 737%webapp_unregister apache %{_webapp}
1d760108 738
00e0fc89 739%triggerin -- apache < 2.2.0, apache-base
bdf85dc8 740%webapp_register httpd %{_webapp}
1d760108 741
00e0fc89 742%triggerun -- apache < 2.2.0, apache-base
bdf85dc8 743%webapp_unregister httpd %{_webapp}
1d760108 744
f399f1c0
ER
745%triggerin -- lighttpd
746%webapp_register lighttpd %{_webapp}
747
748%triggerun -- lighttpd
749%webapp_unregister lighttpd %{_webapp}
750
847270fe 751%triggerpostun -- eventum < 2.1.1-2.13
0bb7ad7c 752%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v2.1.1_to_v2.2 <<EOF
847270fe 753db_version.php Add eventum_version table
0bb7ad7c 754EOF
847270fe
ER
755# automated database update
756%{_appdir}/upgrade/update-database.php || :
fb0b2f83 757
600d96a0 758%files -f %{name}.lang
bb01d732 759%defattr(644,root,root,755)
5e8e4e5e 760%doc ChangeLog FAQ INSTALL README UPGRADE CONTRIB
3d92cbd2 761%doc docs/* setup/schema.sql mysql-permissions.sql
8a37ad9d
ER
762%attr(751,root,root) %dir %{_webappdir}
763%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
764%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
f399f1c0 765%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
8a37ad9d
ER
766%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/config.php
767%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/private_key.php
768%attr(660,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/setup.php
f399f1c0 769%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/htpasswd
d2e501e8 770
01b84746
ER
771%dir %attr(731,root,eventum) /var/log/%{name}
772%attr(620,root,eventum) %ghost /var/log/%{name}/*
3c6aa7a9 773%dir %attr(750,root,root) /var/log/archive/%{name}
8fd047ac 774%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
35f9d6a3 775
cfc3bce6
ER
776%dir %{_appdir}/htdocs
777%{_appdir}/htdocs/*.php
da8d6134 778%{_appdir}/htdocs/*.ico
cfc3bce6
ER
779%{_appdir}/htdocs/css
780%{_appdir}/htdocs/customer
781%{_appdir}/htdocs/images
782%{_appdir}/htdocs/js
783%{_appdir}/htdocs/manage
784%{_appdir}/htdocs/reports
785%{_appdir}/htdocs/rpc
786%{_appdir}/htdocs/misc
9748a8c3 787%{_appdir}/templates
847270fe 788
c9165420
ER
789%dir %{_appdir}/upgrade
790%attr(755,root,root) %{_appdir}/upgrade/upgrade.sh
847270fe
ER
791%attr(755,root,root) %{_appdir}/upgrade/update-database.php
792%dir %{_appdir}/upgrade/v*
793%attr(755,root,root) %{_appdir}/upgrade/v*/*.php
794%{_appdir}/upgrade/patches
795
ddcd51d0 796%{_smartyplugindir}
085e39c0 797
9748a8c3
ER
798%dir %{_appdir}/include
799%{_appdir}/include/customer
1c9d2c71 800%{_appdir}/include/custom_field
9748a8c3 801%{_appdir}/include/jpgraph
9748a8c3 802%{_appdir}/include/workflow
847270fe 803%{_appdir}/include/class.*.php
c96aabf5 804%{_appdir}/include/db_access.php
847270fe 805%exclude %{_appdir}/include/class.monitor.php
9748a8c3 806
01b84746
ER
807%dir %attr(730,root,eventum) /var/run/%{name}
808%dir %attr(730,root,eventum) /var/cache/%{name}
ab983aaa 809
d2e501e8
ER
810%files base
811%defattr(644,root,root,755)
812%attr(751,root,root) %dir %{_sysconfdir}
a392a259 813%dir %{_libdir}
cfc3bce6 814%dir %{_appdir}
1f52d1fe
ER
815# qmail will ignore user, if it's home directory is not owned
816%attr(750,eventum,eventum) %dir /var/lib/%{name}
89522a33 817# saved mail copies
1d760108 818%attr(770,root,eventum) %dir /var/lib/%{name}/routed_emails
89522a33
ER
819%attr(770,root,eventum) %dir /var/lib/%{name}/routed_drafts
820%attr(770,root,eventum) %dir /var/lib/%{name}/routed_notes
d2e501e8 821
ab983aaa
ER
822%files setup
823%defattr(644,root,root,755)
cfc3bce6 824%{_appdir}/htdocs/setup
0da8e1f2
ER
825
826%files mail-queue
827%defattr(644,root,root,755)
16902912 828%attr(755,root,root) %{_appdir}/process_mail_queue.php
ea084bcb
ER
829%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-queue
830
831%files mail-download
832%defattr(644,root,root,755)
790ebceb 833%attr(755,root,root) %{_appdir}/download_emails.php
ea084bcb 834%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-mail-download
5cb2e61d 835
cd719538
ER
836%files reminder
837%defattr(644,root,root,755)
16902912 838%attr(755,root,root) %{_appdir}/check_reminders.php
cd719538
ER
839%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-reminder
840
841%files monitor
842%defattr(644,root,root,755)
c96aabf5 843%{_appdir}/include/class.monitor.php
16902912 844%attr(755,root,root) %{_appdir}/monitor.php
cd719538
ER
845%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
846
5b165428
ER
847%files route-drafts
848%defattr(644,root,root,755)
410d72c7 849%attr(755,root,root) %{_appdir}/route_drafts.php
5b165428 850
cd719538
ER
851%files route-emails
852%defattr(644,root,root,755)
410d72c7 853%attr(755,root,root) %{_appdir}/route_emails.php
cd719538
ER
854
855%files route-notes
856%defattr(644,root,root,755)
410d72c7 857%attr(755,root,root) %{_appdir}/route_notes.php
cd719538 858
5e76225b 859%if %{with qmail}
a6d2ad69
ER
860%files router-qmail
861%defattr(644,root,root,755)
862%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /var/lib/%{name}/.qmail*
863%attr(755,root,root) %{_libdir}/router-qmail
6ee43cd6 864%endif
a6d2ad69
ER
865
866%files router-postfix
867%defattr(644,root,root,755)
410d72c7 868%attr(755,root,root) %{_libdir}/router-postfix
a6d2ad69 869
cd719538
ER
870%files irc
871%defattr(644,root,root,755)
77b3db3b 872%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/irc_config.php
01b84746 873%attr(640,root,eventum) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/eventum-irc
71f56750 874%attr(755,root,root) %{_sbindir}/%{name}-bot
cd719538
ER
875%attr(754,root,root) /etc/rc.d/init.d/%{name}-irc
876
abd490e4
ER
877%files cli
878%defattr(644,root,root,755)
879%doc eventumrc
ca6b8520 880%config %verify(not md5 mtime size) %{_sysconfdir}/cli.php
d2e501e8 881%attr(755,root,root) %{_bindir}/%{name}
cfc3bce6 882%{_appdir}/cli
abd490e4 883
5cb2e61d
ER
884%files scm
885%defattr(644,root,root,755)
ca6b8520 886%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/scm.php
bd7564e0
ER
887%attr(755,root,root) %{_libdir}/process_cvs_commits
888%attr(755,root,root) %{_libdir}/process_svn_commits
889# legacy
890%ghost %{_libdir}/scm
This page took 0.34748 seconds and 4 git commands to generate.