/[smecontribs]/rpms/smeserver-phpmyadmin/contribs7/smeserver-phpmyadmin.spec
ViewVC logotype

Contents of /rpms/smeserver-phpmyadmin/contribs7/smeserver-phpmyadmin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Apr 21 17:43:27 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: smeserver-phpmyadmin-2_11_1_2-1_el4_sme
Initial import of smeserver-phpmyadmin-2.11.1.2-1.el4.sme.src.rpm

1 # $Id$
2 # 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 %define release 1
10 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 BuildRequires: e-smith-devtools >= 1.13.1-03
20 Obsoletes: e-smith-phpmyadmin
21
22 %description
23 Implementation of phpMyAdmin for SME Server.
24 Access with admin username/password via: https://yourdomain/phpmyadmin.
25
26 %changelog
27 * Mon Apr 21 2008 Shad L. Lords <slords@mail.com>
28 - Prep for import into buildsys
29 - Clean up spec
30
31 * Fri Oct 19 2007 Darrell May <dmay@myezserver.com>
32 - accounts and configuration db phpmyadmin defaults added
33 - default access restricted to private (private|public)
34 - phpMyAdmin 2.11.1.2
35 - [ 2.11.1.2-0]
36 * Fri Mar 09 2007 Darrell May <dmay@myezserver.com>
37 - phpMyAdmin 2.10.0.2
38 - [ 2.10.0.2-0]
39 * Thu Oct 12 2006 Darrell May <dmay@myezserver.com>
40 - phpMyAdmin 2.9.0.2
41 - [ 2.9.0.2-0]
42 * Thu Dec 15 2005 Darrell May <dmay@myezserver.com>
43 - phpMyAdmin 2.6.4-pl4
44 - [ 2.6.4-pl4]
45 * Fri Apr 22 2005 Darrell May <dmay@myezserver.com>
46 - added support for SME 7.x
47 - [ 2.6.2-2]
48 * Mon Apr 18 2005 Darrell May <dmay@myezserver.com>
49 - Release 2.6.2 of phpMyAdmin
50 - change rpm name to smeserver-phpmyadmin
51 - change install dir to /opt/phpmyadmin
52 - [ 2.6.2-1]
53
54 %prep
55 %setup
56
57 %install
58 /bin/rm -rf $RPM_BUILD_ROOT
59 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
60 /bin/rm -f %{name}-%{version}-filelist
61 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
62
63 %files -f %{name}-%{version}-filelist
64 %defattr(-,root,root)
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed