/[packages]/cauldron/task-lamp/current/SPECS/task-lamp.spec
ViewVC logotype

Contents of /cauldron/task-lamp/current/SPECS/task-lamp.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2025548 - (show annotations) (download)
Mon Jan 1 17:57:25 2024 UTC (3 months, 2 weeks ago) by mokraemer
File size: 2579 byte(s)
adapted the required/recommended packages of lamp-php
1 Name: task-lamp
2 Version: 3
3 Release: %mkrel 11
4 Epoch: 1
5 Summary: Metapackage for the Linux, Apache, MySQL, PHP and Perl server
6 Group: System/Servers
7 License: GPLv2+
8 Requires: task-lamp-php
9 Requires: task-lamp-perl
10 # Requires: task-lamp-python
11 Requires: mariadb
12 Recommends: task-lamp-extras
13
14 BuildArch: noarch
15
16 %description
17 This package is a meta-package, meaning that its purpose is to contain
18 dependencies for running LAMP-server, allowing easy installation of a
19 comprehensive LAMP testing/development setup. For a production server,
20 you may prefer to install a subset of the dependencies.
21
22 %package php
23 Summary: Metapackage for the Linux, Apache, MySQL, PHP server
24 Group: System/Servers
25 License: GPLv2+
26 Requires: apache
27 Recommends: apache-mpm-prefork
28 Requires: mariadb
29 Requires: php-gd
30 Requires: php-gettext
31 Requires: php-mysqli
32 Requires: php-openssl
33 Requires: php-webinterface
34 Requires: php-xml
35 Recommends: php-calendar
36 Recommends: php-dom
37 Recommends: php-latest
38 Recommends: php-mbstring
39 Recommends: php-pear
40 Recommends: php-session
41 Recommends: phpmyadmin
42
43 %description php
44 This package is a meta-package, meaning that its purpose is to contain
45 dependencies for running LAMP (PHP) server
46
47 %package perl
48 Summary: Metapackage for the Linux, Apache, MySQL, Perl server
49 Group: System/Servers
50 License: GPLv2+
51 Requires: apache
52 Requires: apache-mod_perl
53 Requires: perl-DBD-mysql
54 #Requires: perl-DBD-SQLite2 ??
55 Recommends: mariadb
56
57 %description perl
58 This package is a meta-package, meaning that its purpose is to contain
59 dependencies for running LAMP (Perl) server
60
61 # %package python
62 # Summary: Metapackage for the Linux, Apache, MySQL, Python server
63 # Group: System/Servers
64 # License: GPLv2+
65 # Requires: apache-base
66 # Requires: apache-mod_python
67 # Requires: python-mysql
68 # Requires: python-sqlite
69 # Suggests: mysql
70
71 # %description python
72 # This package is a meta-package, meaning that its purpose is to contain
73 # dependencies for running LAMP (Python) server
74
75 %package extras
76 Summary: Metapackage for the Linux, Apache, MySQL, PHP/Perl/Python extras
77 Group: System/Servers
78 License: GPLv2+
79 Requires: apache-mod_userdir
80 Requires: apache-mod_dav
81 Recommends: proftpd
82 Recommends: mariadb-extra
83
84 %description extras
85 This package is a meta-package, meaning that its purpose is to add additional
86 packages for a LAMP setup that are not strictly required, but are often provided
87 in other similar bundles. These extra packages are usually a convenience, and not
88 recommended for use on production servers without securing them.
89
90 %files
91
92 %files php
93
94 %files perl
95
96 # %files python
97
98 %files extras
99
100

  ViewVC Help
Powered by ViewVC 1.1.30