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