1 |
# $Id$ |
# $Id: smeserver-phpmyadmin.spec,v 1.1 2008/04/21 17:43:27 slords Exp $ |
2 |
# Authority: darrellmay |
# Authority: darrellmay |
3 |
# Name: Darrell May |
# Name: Darrell May |
4 |
|
|
6 |
%define name smeserver-phpmyadmin |
%define name smeserver-phpmyadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.11.1.2 |
%define version 2.11.1.2 |
9 |
%define release 1 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
19 |
|
Requires: phpmyadmin |
20 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
Obsoletes: e-smith-phpmyadmin |
Obsoletes: e-smith-phpmyadmin |
22 |
|
Obsoletes: smeserver-phpmyadmin <= 2.11.1.2-1 |
23 |
|
|
24 |
%description |
%description |
25 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
26 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu May 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> |
30 |
|
- Converted RPM to be an integrational RPM [SME: 4298]: |
31 |
|
- Removed PHPMyAdmin core |
32 |
|
- Changed template alias to file location Fedora/RPMForge install location |
33 |
|
|
34 |
* Mon Apr 21 2008 Shad L. Lords <slords@mail.com> |
* Mon Apr 21 2008 Shad L. Lords <slords@mail.com> |
35 |
- Prep for import into buildsys |
- Prep for import into buildsys |
36 |
- Clean up spec |
- Clean up spec |