Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 94ab5e3ce3c000a9a361ba760fd55ff1 > files > 1

task-lamp-1-2.mga1.src.rpm

%define name	task-lamp
%define version	1
%define release %mkrel 2

Name: %{name}
Version: %{version}
Release: %{release}
Epoch:   1
Summary: Metapackage for the Linux, Apache, MySQL, PHP and Perl server
Group: System/Servers
License: GPLv2+
Requires: task-lamp-php
Requires: task-lamp-perl
# Requires: task-lamp-python
Requires: mysql
Suggests: task-lamp-extras

BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP-server, allowing easy installation of a 
comprehensive LAMP testing/development setup. For a production server, 
you may prefer to install a subset of the dependencies.

%package php
Summary: Metapackage for the Linux, Apache, MySQL, PHP server
Group: System/Servers
License: GPLv2+
Requires: apache-base
Suggests: apache-mpm-prefork
Requires: apache-mod_php
Requires: freetype
Requires: php-mysql
Requires: php-pear
Requires: php-gettext
Requires: php-xml
Requires: php-sqlite
Requires: php-imap
Requires: php-eaccelerator-admin
Requires: php-mcrypt
Requires: php-gd
Requires: php-sqlite3
Suggests: mysql
Suggests: phpmyadmin

%description php
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (PHP) server

%package perl
Summary: Metapackage for the Linux, Apache, MySQL, Perl server
Group: System/Servers
License: GPLv2+
Requires: apache-base
Requires: apache-mod_perl
Requires: perl-DBD-mysql
#Requires: perl-DBD-SQLite2 ??
Suggests: mysql

%description perl
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (Perl) server

# %package python
# Summary: Metapackage for the Linux, Apache, MySQL, Python server
# Group: System/Servers
# License: GPLv2+
# Requires: apache-base
# Requires: apache-mod_python
# Requires: python-mysql
# Requires: python-sqlite
# Suggests: mysql

# %description python
# This package is a meta-package, meaning that its purpose is to contain
# dependencies for running LAMP (Python) server

%package extras
Summary: Metapackage for the Linux, Apache, MySQL, PHP/Perl/Python extras
Group: System/Servers
License: GPLv2+
Requires: apache-mod_userdir
Requires: apache-mod_dav
Suggests: proftpd

%description extras
This package is a meta-package, meaning that its purpose is to add additional
packages for a LAMP setup that are not strictly required, but are often provided
in other similar bundles. These extra packages are usually a convenience, and not
recommended for use on production servers without securing them.

%files

%files php

%files perl

# %files python

%files extras




%changelog
* Tue May 17 2011 dmorgan <dmorgan> 1:1-2.mga1
+ Revision: 99385
- Remove phpmyadmin requires as this is already done by task-lamp-php

* Thu Apr 14 2011 dmorgan <dmorgan> 1:1-1.mga1
+ Revision: 85036
- Fix version for mageia

* Wed Apr 13 2011 philippem <philippem> 2009.1-3.mga1
+ Revision: 84755
- drop task-lamp-python

  + misc <misc>
    - fix License

* Mon Apr 04 2011 tv <tv> 2009.1-2.mga1
+ Revision: 80555
- imported package task-lamp


* Wed Jul 29 2009 Buchan Milne <bgmilne@mandriva.org> 2009.1-2mdv2010.0
+ Revision: 404045
- Drop deps on packages dropped from php (mhash,ming) and replace sqlite with sqlite3

* Wed Apr 15 2009 Buchan Milne <bgmilne@mandriva.org> 2009.1-1mdv2009.1
+ Revision: 367572
- Changes to address bug #40785:
- Require mysql in task-lamp, and suggest it in all task-lamp-language packages
- Move proftpd to task-lamp-extras (which is suggested by task-lamp), and
  add apache-mod_userdir and apache-mod_dav
- Suggest apache-mpm-prefork in task-lamp-php

* Fri Mar 06 2009 Antoine Ginies <aginies@mandriva.com> 2009.0-2mdv2009.1
+ Revision: 350085
- 2009.1 rebuild

* Mon Sep 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 2009.0-1mdv2009.0
+ Revision: 282561
- bump version

* Sat Aug 02 2008 Thierry Vignaud <tvignaud@mandriva.com> 2008-5mdv2009.0
+ Revision: 261399
- rebuild

* Wed Jul 30 2008 Thierry Vignaud <tvignaud@mandriva.com> 2008-4mdv2009.0
+ Revision: 254155
- rebuild

* Fri Mar 14 2008 Buchan Milne <bgmilne@mandriva.org> 2008-2mdv2008.1
+ Revision: 187797
- import task-lamp


* Wed Jan 23 2008 Knut-Perry G Brumoen <kbrumoen@start.no> 2008-1mdv2008.0
- Initial package