]> git.pld-linux.org Git - packages/egroupware.git/blob - egroupware.spec
c0ca6530574465b0672172188282946635b0e6e2
[packages/egroupware.git] / egroupware.spec
1 # TODO
2 # - separate htdocs and includedirs
3 # - list of bundled software (to use pld packages instead):
4 # - everything
5
6 %define _rel 0.20
7 Summary:        eGroupWare - a web-based groupware suite written in PHP
8 Summary(pl):    eGroupWAre - oparte na WWW oprogramowanie do pracy grupowej napisane w PHP
9 Name:           egroupware
10 Version:        1.2
11 Release:        2.%{_rel}
12 License:        GPL
13 Group:          Applications/WWW
14 Source0:        http://dl.sourceforge.net/egroupware/eGroupWare-%{version}-2.tar.bz2
15 # Source0-md5:  2758792188125086f815e0e412a30904
16 Source1:        http://dl.sourceforge.net/egroupware/eGroupWare-contrib-%{version}-2.tar.bz2
17 # Source1-md5:  574b71590449f7650aecd61cda496aec
18 Source2:        %{name}.conf
19 Source3:        %{name}.cron
20 Patch0:         %{name}-setup.patch
21 Patch1:         %{name}-ttfdir.patch
22 URL:            http://www.egroupware.org/
23 BuildRequires:  rpmbuild(macros) >= 1.304
24 BuildRequires:  sed >= 4.0
25 Requires:       %{name}-addressbook = %{version}-%{release}
26 Requires:       %{name}-bookmarks = %{version}-%{release}
27 Requires:       %{name}-calendar = %{version}-%{release}
28 Requires:       %{name}-core = %{version}-%{release}
29 Requires:       %{name}-developer_tools = %{version}-%{release}
30 Requires:       %{name}-emailadmin = %{version}-%{release}
31 Requires:       %{name}-felamimail = %{version}-%{release}
32 Requires:       %{name}-filemanager = %{version}-%{release}
33 Requires:       %{name}-infolog = %{version}-%{release}
34 Requires:       %{name}-manual = %{version}-%{release}
35 Requires:       %{name}-mydms = %{version}-%{release}
36 Requires:       %{name}-news_admin = %{version}-%{release}
37 Requires:       %{name}-phpbrain = %{version}-%{release}
38 Requires:       %{name}-polls = %{version}-%{release}
39 Requires:       %{name}-projectmanager = %{version}-%{release}
40 Requires:       %{name}-registration = %{version}-%{release}
41 Requires:       %{name}-resources = %{version}-%{release}
42 Requires:       %{name}-sambaadmin = %{version}-%{release}
43 Requires:       %{name}-sitemgr = %{version}-%{release}
44 Requires:       %{name}-syncml = %{version}-%{release}
45 Requires:       %{name}-timesheet = %{version}-%{release}
46 Requires:       %{name}-wiki = %{version}-%{release}
47 BuildArch:      noarch
48 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50 %define         _webapps        /etc/webapps
51 %define         _webapp         %{name}
52 %define         _sysconfdir     %{_webapps}/%{_webapp}
53 %define         _appdir         %{_datadir}/%{_webapp}
54 %define         schemadir       /usr/share/openldap/schema
55
56 %description
57 eGroupWare is a multi-user, web-based groupware suite developed on a
58 custom set of PHP-based APIs.
59
60 This package provides the eGroupWare default applications:
61
62 egroupware core with: admin, api, docs, etemplate, preferences,
63 addressbook, bookmarks, calendar, translation-tools, emailadmin,
64 felamimail, filemanager, infolog, manual, mydms, news admin,
65 knowledgebase, polls, projectmanager, resources, sambaadmin, sitemgr,
66 syncml, timesheet, wiki, workflow
67
68 It also provides an API for developing additional applications.
69
70 Further contributed applications are avalible in single packages.
71
72 %description -l pl
73 eGroupWare to wielou¿ytkownikowe, oparte na WWW oprogramowanie do
74 pracy grupowej stworzone na w³asnym zestawie API opartych na PHP.
75 Aktualnie dostêpne modu³y obejmuj±: pocztê elektroniczn±, ksi±¿kê
76 adresow±, kalendarz, infolog (notatki, rzeczy do zrobienia, rozmowy
77 telefoniczne), zarz±dzanie tre¶ci±, forum, zak³adki, wiki.
78
79 %package core
80 Summary:        The eGroupWare core package
81 Group:          Applications/WWW
82 Requires:       %{name}(DB_Driver) = %{version}-%{release}
83 Requires:       /usr/bin/php
84 Requires:       crondaemon
85 Requires:       fonts-TTF-bitstream-vera
86 Requires:       php >= 3:4.3
87 Requires:       php-cli
88 Requires:       php-gd
89 Requires:       php-imap
90 Requires:       php-mbstring
91 Requires:       php-pcre
92 Requires:       webapps
93 Provides:       %{name}-etemplate = %{version}-%{release}
94 Provides:       %{name}-syncml = %{version}-%{release}
95
96 %description core
97 This package provides the eGroupWare core applications.
98
99 %package addressbook
100 Summary:        The eGroupWare addressbook application
101 Group:          Applications/WWW
102 Requires:       %{name}-core = %{version}-%{release}
103
104 %description addressbook
105 Contact manager with Vcard support. addressbook is the egroupware
106 default contact application. It makes use of the egroupware contacts
107 class to store and retrieve contact information via SQL, LDAP or
108 Active Directory.
109
110 %package backup
111 Summary:        The eGroupWare backup application
112 Group:          Applications/WWW
113 Requires:       %{name}-core = %{version}-%{release}
114
115 %description backup
116 An online configurable backup app to store data offline. Can store
117 files in zip, tar.gz and tar.bz2 on the local machine or Remote via
118 FTP, SMBMOUNT or NFS
119
120 %package browser
121 Summary:        The eGroupWare browser application
122 Group:          Applications/WWW
123 Requires:       %{name}-core = %{version}-%{release}
124
125 %description browser
126 Intergrated browser to surf the web within eGroupWare.
127
128 %package bookmarks
129 Summary:        The eGroupWare bookmarks application
130 Group:          Applications/WWW
131 Requires:       %{name}-core = %{version}-%{release}
132
133 %description bookmarks
134 Manage your bookmarks with eGroupWare. Has Netscape plugin.
135
136 %package calendar
137 Summary:        The eGroupWare calendar application
138 Group:          Applications/WWW
139 Requires:       %{name}-core = %{version}-%{release}
140 Requires:       %{name}-etemplate = %{version}-%{release}
141
142 %description calendar
143 Powerful calendar with meeting request system, Alarms, ICal and E-Mail
144 support, and ACL security.
145
146 %package chatty
147 Summary:        Instant messenger for eGroupWare
148 Group:          Applications/WWW
149 Requires:       %{name}-core = %{version}-%{release}
150
151 %description chatty
152 Instant messenger application using AJAX.
153
154 %package comic
155 Summary:        The eGroupWare comic application
156 Group:          Applications/WWW
157 Requires:       %{name}-core = %{version}-%{release}
158
159 %description comic
160 This application display comic strips.
161
162 %package developer_tools
163 Summary:        The eGroupWare developer_tools application
164 Group:          Applications/WWW
165
166 %description developer_tools
167 The TranslationTools allow to create and extend translations-files for
168 eGroupWare. They can search the sources for new / added phrases and
169 show you the ones missing in your language.
170
171 %package email
172 Summary:        The eGroupWare email application
173 Group:          Applications/WWW
174 Requires:       %{name}-addressbook = %{version}-%{release}
175 Requires:       %{name}-core = %{version}-%{release}
176
177 %description email
178 AngleMail for eGroupWare at www.anglemail.org is an Email reader with
179 multiple accounts and mailbox filtering. Also Anglemail support IMAP,
180 IMAPS, POP3 and POP3S accounts.
181
182 %package emailadmin
183 Summary:        The eGroupWare emailadmin application
184 Group:          Applications/WWW
185 Requires:       %{name}-core = %{version}-%{release}
186
187 %description emailadmin
188 EmailAdmin allow to maintain User email accounts
189
190 %package egwical
191 Summary:        The eGroupWare egwical application
192 Group:          Applications/WWW
193 Requires:       %{name}-core = %{version}-%{release}
194
195 %description egwical
196 This is the egwical app for eGroupWare.
197
198 %package felamimail
199 Summary:        The eGroupWare felamimail application
200 Group:          Applications/WWW
201 Requires:       %{name}-core = %{version}-%{release}
202 Requires:       %{name}-emailadmin = %{version}-%{release}
203
204 %description felamimail
205 The felamimail Email Reader is a other Email application for
206 eGroupWare.
207
208 %package filemanager
209 Summary:        The eGroupWare filemanager application
210 Group:          Applications/WWW
211 Requires:       %{name}-core = %{version}-%{release}
212
213 %description filemanager
214 This is the filemanager app for eGroupWare.
215
216 %package filescenter
217 Summary:        The eGroupWare filescenter application
218 Group:          Applications/WWW
219 Requires:       %{name}-core = %{version}-%{release}
220
221 %description filescenter
222 This is the filescenter app for eGroupWare.
223
224 %package forum
225 Summary:        The eGroupWare forum application
226 Group:          Applications/WWW
227 Requires:       %{name}-core = %{version}-%{release}
228
229 %description forum
230 This is the forum app for eGroupWare.
231
232 %package ftp
233 Summary:        The eGroupWare ftp application
234 Group:          Applications/WWW
235 Requires:       %{name}-core = %{version}-%{release}
236
237 %description ftp
238 This is the ftp app for eGroupWare.
239
240 %package fudforum
241 Summary:        The eGroupWare fudforum application
242 Group:          Applications/WWW
243 Requires:       %{name}-core = %{version}-%{release}
244
245 %description fudforum
246 This is the fudforum app for eGroupWare.
247
248 %package headlines
249 Summary:        The eGroupWare headlines application
250 Group:          Applications/WWW
251 Requires:       %{name}-core = %{version}-%{release}
252
253 %description headlines
254 This is the headlines app for eGroupWare.
255
256 %package icalsrv
257 Summary:        The eGroupWare icalsrv application
258 Group:          Applications/WWW
259 Requires:       %{name}-core = %{version}-%{release}
260
261 %description icalsrv
262 This is the icalsrv app for eGroupWare.
263
264 %package infolog
265 Summary:        The eGroupWare infolog application
266 Group:          Applications/WWW
267 Requires:       %{name}-core = %{version}-%{release}
268 Requires:       %{name}-etemplate = %{version}-%{release}
269
270 %description infolog
271 This is the infolog app for eGroupWare (Notes, ToDo, Phonelogs, CRM).
272
273 %package jinn
274 Summary:        The eGroupWare jinn application
275 Group:          Applications/WWW
276 Requires:       %{name}-core = %{version}-%{release}
277
278 %description jinn
279 The jinn app is a multi-site, multi-database, multi-user/-group,
280 database driven Content Management System written in and for the
281 eGroupWare Framework.
282
283 %package manual
284 Summary:        The eGroupWare manual application
285 Group:          Applications/WWW
286 Requires:       %{name}-core = %{version}-%{release}
287
288 %description manual
289 This is the manual app for eGroupWare: online help system.
290
291 %package messenger
292 Summary:        The eGroupWare messenger application
293 Group:          Applications/WWW
294 Requires:       %{name}-core = %{version}-%{release}
295
296 %description messenger
297 This is the messenger app for eGroupWare.
298
299 %package mydms
300 Summary:        The eGroupWare mydms application
301 Group:          Applications/WWW
302 Requires:       %{name}-core = %{version}-%{release}
303
304 %description mydms
305 This is a mydms port to eGroupWare.
306
307 %package news_admin
308 Summary:        The eGroupWare news_admin application
309 Group:          Applications/WWW
310 Requires:       %{name}-core = %{version}-%{release}
311
312 %description news_admin
313 This is the news_admin app for eGroupWare.
314
315 %package phpbrain
316 Summary:        The eGroupWare phpbrain application
317 Group:          Applications/WWW
318 Requires:       %{name}-addressbook = %{version}-%{release}
319 Requires:       %{name}-core = %{version}-%{release}
320
321 %description phpbrain
322 This is the phpbrain app for eGroupWare.
323
324 %package phpldapadmin
325 Summary:        The eGroupWare phpldapadmin application
326 Group:          Applications/WWW
327 Requires:       %{name}-core = %{version}-%{release}
328
329 %description phpldapadmin
330 This is the cire phpldapadmin of eGroupWare.
331
332 %package phpsysinfo
333 Summary:        The eGroupWare phpsysinfo application
334 Group:          Applications/WWW
335 Requires:       %{name}-core = %{version}-%{release}
336
337 %description phpsysinfo
338 This is the phpsysinfo app for eGroupWare.
339
340 %package polls
341 Summary:        The eGroupWare polls application
342 Group:          Applications/WWW
343 Requires:       %{name}-core = %{version}-%{release}
344
345 %description polls
346 This is the polls app for eGroupWare.
347
348 %package projectmanager
349 Summary:        The eGroupWare projectmanager application
350 Group:          Applications/WWW
351 Requires:       %{name}-core = %{version}-%{release}
352 Requires:       %{name}-etemplate = %{version}-%{release}
353
354 %description projectmanager
355 The projectmanager is eGroupWare's new project management application.
356 It's fully integrated into eGroupWare and use the data of InfoLog and
357 Calendar. Plugable datasources allow to support and manage further
358 applications.
359
360 %package projects
361 Summary:        The eGroupWare projects application
362 Group:          Applications/WWW
363 Requires:       %{name}-core = %{version}-%{release}
364 Requires:       %{name}-infolog = %{version}-%{release}
365
366 %description projects
367 This is the projects app for eGroupWare.
368
369 %package registration
370 Summary:        The eGroupWare registration application
371 Group:          Applications/WWW
372 Requires:       %{name}-core = %{version}-%{release}
373
374 %description registration
375 This is the registration app for eGroupWare.
376
377 %package resources
378 Summary:        The eGroupWare resources application
379 Group:          Applications/WWW
380 Requires:       %{name}-core = %{version}-%{release}
381 Requires:       %{name}-etemplate = %{version}-%{release}
382
383 %description resources
384 resources is a resource booking sysmtem for eGroupWare. Which
385 integrates into the calendar.
386
387 %package sambaadmin
388 Summary:        The eGroupWare sambaadmin application
389 Group:          Applications/WWW
390 Requires:       %{name}-core = %{version}-%{release}
391
392 %description sambaadmin
393 Manage LDAP based sambaacounts and workstations.
394
395 %package sitemgr
396 Summary:        The eGroupWare Sitemanager CMS application
397 Group:          Applications/WWW
398 Requires:       %{name}-core = %{version}-%{release}
399
400 %description sitemgr
401 This is the Sitemanager CMS app for eGroupWare.
402
403 %package stocks
404 Summary:        The eGroupWare stocks application
405 Group:          Applications/WWW
406 Requires:       %{name}-core = %{version}-%{release}
407
408 %description stocks
409 This is the stocks app for eGroupWare.
410
411 %package timesheet
412 Summary:        The eGroupWare timesheet application
413 Group:          Applications/WWW
414 Requires:       %{name}-core = %{version}-%{release}
415 Requires:       %{name}-etemplate = %{version}-%{release}
416
417 %description timesheet
418 Simple timesheet application, which allow to record and report the
419 times and other expenses. It can be uses as well standalone as
420 together with the ProjectManager application.
421
422 %package tts
423 Summary:        The eGroupWare trouble ticket system application
424 Group:          Applications/WWW
425 Requires:       %{name}-core = %{version}-%{release}
426
427 %description tts
428 This is the trouble ticket system} app for eGroupWare.
429
430 %package wiki
431 Summary:        The eGroupWare wiki application
432 Group:          Applications/WWW
433 Requires:       %{name}-core = %{version}-%{release}
434
435 %description wiki
436 This is the wiki app for eGroupWare.
437
438 %package workflow
439 Summary:        The eGroupWare workflow application
440 Group:          Applications/WWW
441 Requires:       %{name}-core = %{version}-%{release}
442
443 %description workflow
444 This is the workflow app for eGroupWare.
445
446 %package setup
447 Summary:        eGroupware setup package
448 Summary(pl):    Pakiet do wstêpnej konfiguracji eGroupware
449 Group:          Applications/WWW
450 Requires:       %{name}-core = %{version}-%{release}
451
452 %description setup
453 Install this package to configure initial eGroupware installation. You
454 should uninstall this package when you're done, as it considered
455 insecure to keep the setup files in place.
456
457 %description setup -l pl
458 Ten pakiet nale¿y zainstalowaæ w celu wstêpnej konfiguracji eGroupware
459 po pierwszej instalacji. Potem nale¿y go odinstalowaæ, jako ¿e
460 pozostawienie plików instalacyjnych mog³oby byæ niebezpieczne.
461
462 %package db-mysql
463 Summary:        eGroupware DB Driver for MySQL
464 Summary(pl):    Sterownik bazy danych eGroupware dla MySQL-a
465 Group:          Applications/WWW
466 Requires:       php-mysql
467 Provides:       %{name}(DB_Driver) = %{version}-%{release}
468
469 %description db-mysql
470 This virtual package provides MySQL database backend for eGroupware.
471
472 You will need MySQL server >= 4.0 to use this driver.
473
474 %description db-mysql -l pl
475 Ten wirtualny pakiet dostarcza backend bazy danych MySQL dla
476 eGroupware.
477
478 %package db-pgsql
479 Summary:        eGroupware DB Driver for PostgreSQL
480 Summary(pl):    Sterownik bazy danych eGroupware dla PostgreSQL-a
481 Group:          Applications/WWW
482 Requires:       php-pgsql
483 Provides:       %{name}(DB_Driver) = %{version}-%{release}
484
485 %description db-pgsql
486 This virtual package provides PostgreSQL database backend for
487 eGroupware.
488
489 %description db-pgsql -l pl
490 Ten wirtualny pakiet dostarcza backend bazy danych PostgreSQL dla
491 eGroupware.
492
493 %package db-mssql
494 Summary:        eGroupware DB Driver for MS SQL
495 Summary(pl):    Sterownik bazy danych eGroupware dla MS SQL-a
496 Group:          Applications/WWW
497 Requires:       php-mssql
498 Provides:       %{name}(DB_Driver) = %{version}-%{release}
499
500 %description db-mssql
501 This virtual package provides MS SQL database backend for eGroupware.
502
503 %description db-mssql -l pl
504 Ten wirtualny pakiet dostarcza backend bazy danych MS SQL dla
505 eGroupware.
506
507 %package -n openldap-schema-egroupware
508 Summary:        eGroupWare LDAP schemas
509 Group:          Networking/Daemons
510 Requires(post,postun):  sed >= 4.0
511 Requires:       openldap-servers
512 Requires:       sed >= 4.0
513
514 %description -n openldap-schema-egroupware
515 This package contains phpgwaccount.schema and phpgwcontact.schema for openldap.
516
517 %prep
518 %setup -q -n %{name} -a1
519 mv %{name}/* .
520
521 # remove as did upstream
522 rm -rf rpc.php
523 rm -rf xmlrpc
524 rm -rf switchuser
525 rm -rf skel
526 rm -rf soap
527
528 # remove CVS control files
529 find -name .svn -print0 | xargs -0 rm -rf
530 # undos the sources
531 find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,\r$,,'
532
533 %patch0 -p1
534 %patch1 -p1
535
536 # GPL
537 rm doc/LICENSE
538
539 # no need.
540 rm -r doc/rpm-build
541
542 # using PLD package
543 rm -r projectmanager/inc/ttf-bitstream-vera-1.10
544
545 # support just OpenLDAP
546 mv phpgwapi/doc/ldap/phpgw{account,contact}.schema .
547 mv phpgwapi/doc/ldap/README README.ldap
548 rm -rf phpgwapi/doc/ldap
549
550 %install
551 rm -rf $RPM_BUILD_ROOT
552 install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir},/var/{lib/%{name}/default/{files,backup},run/%{name}}}
553
554 cp -a *.php $RPM_BUILD_ROOT%{_appdir}
555 cp -a */ $RPM_BUILD_ROOT%{_appdir}
556
557 > $RPM_BUILD_ROOT%{_sysconfdir}/header.php
558 ln -s %{_sysconfdir}/header.php $RPM_BUILD_ROOT%{_appdir}/header.inc.php
559
560 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
561 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
562 install -D %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.d/%{name}
563
564 # needed by setup script
565 install header.inc.php.template $RPM_BUILD_ROOT%{_appdir}
566
567 # LDAP Schemas
568 install -d $RPM_BUILD_ROOT%{schemadir}
569 cp -a *.schema $RPM_BUILD_ROOT%{schemadir}
570
571 rm -rf $RPM_BUILD_ROOT%{_appdir}/doc
572
573 %clean
574 rm -rf $RPM_BUILD_ROOT
575
576 %triggerin core -- apache1
577 %webapp_register apache %{_webapp}
578
579 %triggerun core -- apache1
580 %webapp_unregister apache %{_webapp}
581
582 %triggerin core -- apache < 2.2.0, apache-base
583 %webapp_register httpd %{_webapp}
584
585 %triggerun core -- apache < 2.2.0, apache-base
586 %webapp_unregister httpd %{_webapp}
587
588 %post -n openldap-schema-egroupware
589 %openldap_schema_register %{schemadir}/phpgw{account,contact}.schema
590 %service -q ldap restart
591
592 %postun -n openldap-schema-egroupware
593 if [ "$1" = "0" ]; then
594         %openldap_schema_unregister %{schemadir}/phpgw{account,contact}.schema
595         %service -q ldap restart
596 fi
597
598 %files
599 %defattr(644,root,root,755)
600 %doc doc/* README.ldap
601
602 %files core
603 %defattr(644,root,root,755)
604 %dir %attr(750,root,http) %{_sysconfdir}
605 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
606 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
607 %attr(660,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/header.php
608 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
609 %dir %{_appdir}
610 %{_appdir}/*.php
611
612 %dir %{_appdir}/phpgwapi
613 %{_appdir}/phpgwapi/*.php
614 %{_appdir}/phpgwapi/cron
615 %{_appdir}/phpgwapi/doc
616 %{_appdir}/phpgwapi/inc
617 %{_appdir}/phpgwapi/js
618 %{_appdir}/phpgwapi/setup
619 %{_appdir}/phpgwapi/templates
620 %{_appdir}/phpgwapi/themes
621 %{_appdir}/phpgwapi/tests
622 %dir %attr(775,root,http) %{_appdir}/phpgwapi/images
623 %{_appdir}/phpgwapi/images/*
624
625 # maybe separate these apps?
626 %{_appdir}/syncml
627 %{_appdir}/admin
628 %{_appdir}/etemplate
629 %{_appdir}/preferences
630 %{_appdir}/home
631
632 %dir /var/lib/%{name}/default
633 %dir %attr(775,root,http) /var/lib/%{name}/default/backup
634 %dir %attr(775,root,http) /var/lib/%{name}/default/files
635 %dir %attr(775,root,http) /var/run/%{name}
636
637 %files addressbook
638 %defattr(644,root,root,755)
639 %{_appdir}/addressbook
640
641 %files backup
642 %defattr(644,root,root,755)
643 %{_appdir}/backup
644
645 %files bookmarks
646 %defattr(644,root,root,755)
647 %{_appdir}/bookmarks
648
649 %files browser
650 %defattr(644,root,root,755)
651 %{_appdir}/browser
652
653 %files calendar
654 %defattr(644,root,root,755)
655 %{_appdir}/calendar
656
657 %files chatty
658 %defattr(644,root,root,755)
659 %{_appdir}/chatty
660
661 %files comic
662 %defattr(644,root,root,755)
663 %{_appdir}/comic
664
665 %files developer_tools
666 %defattr(644,root,root,755)
667 %{_appdir}/developer_tools
668
669 %files email
670 %defattr(644,root,root,755)
671 %{_appdir}/email
672
673 %files emailadmin
674 %defattr(644,root,root,755)
675 %{_appdir}/emailadmin
676
677 %files egwical
678 %defattr(644,root,root,755)
679 %{_appdir}/egwical
680
681 %files felamimail
682 %defattr(644,root,root,755)
683 %{_appdir}/felamimail
684
685 %files filemanager
686 %defattr(644,root,root,755)
687 %{_appdir}/filemanager
688
689 %files filescenter
690 %defattr(644,root,root,755)
691 %{_appdir}/filescenter
692
693 %files forum
694 %defattr(644,root,root,755)
695 %{_appdir}/forum
696
697 %files ftp
698 %defattr(644,root,root,755)
699 %{_appdir}/ftp
700
701 %files fudforum
702 %defattr(644,root,root,755)
703 %{_appdir}/fudforum
704
705 %files headlines
706 %defattr(644,root,root,755)
707 %{_appdir}/headlines
708
709 %files icalsrv
710 %defattr(644,root,root,755)
711 %{_appdir}/icalsrv
712
713 %files infolog
714 %defattr(644,root,root,755)
715 %{_appdir}/infolog
716
717 %files jinn
718 %defattr(644,root,root,755)
719 %{_appdir}/jinn
720
721 %files manual
722 %defattr(644,root,root,755)
723 %{_appdir}/manual
724
725 %files messenger
726 %defattr(644,root,root,755)
727 %{_appdir}/messenger
728
729 %files mydms
730 %defattr(644,root,root,755)
731 %{_appdir}/mydms
732
733 %files news_admin
734 %defattr(644,root,root,755)
735 %{_appdir}/news_admin
736
737 %files phpbrain
738 %defattr(644,root,root,755)
739 %{_appdir}/phpbrain
740
741 %files phpldapadmin
742 %defattr(644,root,root,755)
743 %{_appdir}/phpldapadmin
744
745 %files phpsysinfo
746 %defattr(644,root,root,755)
747 %{_appdir}/phpsysinfo
748
749 %files polls
750 %defattr(644,root,root,755)
751 %{_appdir}/polls
752
753 %files projectmanager
754 %defattr(644,root,root,755)
755 %{_appdir}/projectmanager
756
757 %files projects
758 %defattr(644,root,root,755)
759 %{_appdir}/projects
760
761 %files registration
762 %defattr(644,root,root,755)
763 %{_appdir}/registration
764
765 %files resources
766 %defattr(644,root,root,755)
767 %{_appdir}/resources
768
769 %files sambaadmin
770 %defattr(644,root,root,755)
771 %{_appdir}/sambaadmin
772
773 %files sitemgr
774 %defattr(644,root,root,755)
775 %{_appdir}/sitemgr
776
777 %files stocks
778 %defattr(644,root,root,755)
779 %{_appdir}/stocks
780
781 %files timesheet
782 %defattr(644,root,root,755)
783 %{_appdir}/timesheet
784
785 %files tts
786 %defattr(644,root,root,755)
787 %{_appdir}/tts
788
789 %files wiki
790 %defattr(644,root,root,755)
791 %{_appdir}/wiki
792
793 %files workflow
794 %defattr(644,root,root,755)
795 %{_appdir}/workflow
796
797 %files setup
798 %defattr(644,root,root,755)
799 %{_appdir}/header.inc.php.template
800 %{_appdir}/setup
801
802 %files db-mysql
803 %defattr(644,root,root,755)
804
805 %files db-pgsql
806 %defattr(644,root,root,755)
807
808 %files db-mssql
809 %defattr(644,root,root,755)
810
811 %files -n openldap-schema-egroupware
812 %defattr(644,root,root,755)
813 %{schemadir}/phpgwaccount.schema
814 %{schemadir}/phpgwcontact.schema
This page took 0.122032 seconds and 3 git commands to generate.