1 |
slords |
1.2 |
# $Id: smeserver-phpmyadmin.spec,v 1.1 2008/04/21 17:43:27 slords Exp $ |
2 |
slords |
1.1 |
# Authority: darrellmay |
3 |
|
|
# Name: Darrell May |
4 |
|
|
|
5 |
|
|
Summary: phpMyAdmin for SME Server |
6 |
|
|
%define name smeserver-phpmyadmin |
7 |
|
|
Name: %{name} |
8 |
|
|
%define version 2.11.1.2 |
9 |
slords |
1.2 |
%define release 2 |
10 |
slords |
1.1 |
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Mitel/addon |
14 |
|
|
Source: %{name}-%{version}.tar.gz |
15 |
|
|
URL: http://www.phpmyadmin.net/ |
16 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
|
|
BuildArchitectures: noarch |
18 |
|
|
Requires: e-smith-base |
19 |
slords |
1.2 |
Requires: phpmyadmin |
20 |
slords |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
|
|
Obsoletes: e-smith-phpmyadmin |
22 |
slords |
1.2 |
Obsoletes: smeserver-phpmyadmin <= 2.11.1.2-1 |
23 |
slords |
1.1 |
|
24 |
|
|
%description |
25 |
|
|
Implementation of phpMyAdmin for SME Server. |
26 |
|
|
Access with admin username/password via: https://yourdomain/phpmyadmin. |
27 |
|
|
|
28 |
|
|
%changelog |
29 |
slords |
1.2 |
* 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 |
slords |
1.1 |
* Mon Apr 21 2008 Shad L. Lords <slords@mail.com> |
35 |
|
|
- Prep for import into buildsys |
36 |
|
|
- Clean up spec |
37 |
|
|
|
38 |
|
|
* Fri Oct 19 2007 Darrell May <dmay@myezserver.com> |
39 |
|
|
- accounts and configuration db phpmyadmin defaults added |
40 |
|
|
- default access restricted to private (private|public) |
41 |
|
|
- phpMyAdmin 2.11.1.2 |
42 |
|
|
- [ 2.11.1.2-0] |
43 |
|
|
* Fri Mar 09 2007 Darrell May <dmay@myezserver.com> |
44 |
|
|
- phpMyAdmin 2.10.0.2 |
45 |
|
|
- [ 2.10.0.2-0] |
46 |
|
|
* Thu Oct 12 2006 Darrell May <dmay@myezserver.com> |
47 |
|
|
- phpMyAdmin 2.9.0.2 |
48 |
|
|
- [ 2.9.0.2-0] |
49 |
|
|
* Thu Dec 15 2005 Darrell May <dmay@myezserver.com> |
50 |
|
|
- phpMyAdmin 2.6.4-pl4 |
51 |
|
|
- [ 2.6.4-pl4] |
52 |
|
|
* Fri Apr 22 2005 Darrell May <dmay@myezserver.com> |
53 |
|
|
- added support for SME 7.x |
54 |
|
|
- [ 2.6.2-2] |
55 |
|
|
* Mon Apr 18 2005 Darrell May <dmay@myezserver.com> |
56 |
|
|
- Release 2.6.2 of phpMyAdmin |
57 |
|
|
- change rpm name to smeserver-phpmyadmin |
58 |
|
|
- change install dir to /opt/phpmyadmin |
59 |
|
|
- [ 2.6.2-1] |
60 |
|
|
|
61 |
|
|
%prep |
62 |
|
|
%setup |
63 |
|
|
|
64 |
|
|
%install |
65 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
66 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
67 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
68 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
69 |
|
|
|
70 |
|
|
%files -f %{name}-%{version}-filelist |
71 |
|
|
%defattr(-,root,root) |
72 |
|
|
|
73 |
|
|
%clean |
74 |
|
|
rm -rf $RPM_BUILD_ROOT |
75 |
|
|
|