1 |
# $Id: smeserver-phpmyadmin-multiuser.spec,v 1.2 2008/04/02 15:03:59 slords Exp $ |
2 |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
4 |
|
5 |
Summary: PhpMyAdmin for SME server |
6 |
%define name smeserver-phpmyadmin-multiuser |
7 |
Name: %{name} |
8 |
%define version 2.11.3 |
9 |
%define release 2 |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
13 |
Group: Apache |
14 |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-phpmyadmin-multiuser-2.11.3-RemoveCreatelinks.patch |
16 |
Patch1: smeserver-phpmyadmin-multiuser-2.11.3-RemoveLicense.patch |
17 |
Patch2: smeserver-phpmyadmin-multiuser-2.11.3-initDB.patch |
18 |
Patch3: smeserver-phpmyadmin-multiuser-2.11.3-Relocate.patch |
19 |
Patch4: smeserver-phpmyadmin-multiuser-2.11.3-Alias.patch |
20 |
|
21 |
BuildRoot: /var/tmp/e-smith-buildroot |
22 |
BuildRequires: e-smith-devtools |
23 |
BuildArchitectures: noarch |
24 |
Requires: smeserver-release >= 7 |
25 |
Requires: phpmyadmin |
26 |
AutoReqProv: no |
27 |
|
28 |
%changelog |
29 |
* Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.3-2 |
30 |
- Move database entries out of spec file |
31 |
- Removed phpmyadmin core from contrib |
32 |
- Removed createlinks script as it is not used |
33 |
- Removed GPL license from the package |
34 |
- Removed warning messages from SPEC file |
35 |
- Removed MySQL commands from SPEC file |
36 |
|
37 |
* Wed Dec 13 2007 Michel Van hees <michel@vanhees.cc> |
38 |
- update contrib to phpmyadmin 2.11.3 |
39 |
|
40 |
* Fri Nov 23 2007 Michel Van hees <michel@vanhees.cc> |
41 |
- update contrib to phpmyadmin 2.11.2.2 |
42 |
|
43 |
* Tue Nov 13 2007 Michel Van hees <michel@vanhees.cc> |
44 |
- update contrib to phpmyadmin 2.11.2.1 |
45 |
|
46 |
* Mon Oct 29 2007 Michel Van hees <michel@vanhees.cc> |
47 |
- update contrib to phpmyadmin 2.11.2 |
48 |
|
49 |
* Mon Oct 22 2007 Michel Van hees <michel@vanhees.cc> |
50 |
- update contrib to phmyadmin 2.11.1.2 |
51 |
|
52 |
* Sat Sep 22 2007 Michel Van hees <michel@vanhees.cc> |
53 |
- Update contrib to phpmyadmin 2.11.1 |
54 |
|
55 |
* Mon Aug 27 2007 Michel Van hees <michel@vanhees.cc> |
56 |
- Update contrib to phpmyadmin 2.11.0 |
57 |
- Add all available themes |
58 |
|
59 |
* Wed Jul 25 2007 Michel Van hees <michel@vanhees.cc> |
60 |
- Update contrib to phpmyadmin 2.10.3 |
61 |
|
62 |
* Mon Jun 18 2007 Michel Van hees <michel@vanhees.cc> |
63 |
- Update contrib to phpmyadmin 2.10.2 |
64 |
- Adding redirection from http to https |
65 |
- Securing httpd.conf configuration |
66 |
- Adding ability to limit access to internal network - That's the default option! |
67 |
|
68 |
* Thu May 24 2007 Michel Van hees <michel@vanhees.cc> |
69 |
- update contrib to phpmyadmin 2.10.1 |
70 |
|
71 |
* Sun Mar 04 2007 Michel Van hees <michel@vanhees.cc> |
72 |
- update contrib to phpmyadmin 2.10.0.2 |
73 |
|
74 |
* Thu Jan 18 2007 Michel Van hees <michel@vanhees.cc> |
75 |
- update contrib to phpmyadmin 2.9.2 |
76 |
|
77 |
* Wed Jan 10 2007 Michel Van hees <michel@vanhees.cc> |
78 |
- Template move |
79 |
|
80 |
* Mon Nov 20 2006 Michel Van hees <michel@vanhees.cc> |
81 |
- update contrib to phpmyadmin 2.9.1.1 |
82 |
|
83 |
* Fri Nov 17 2006 Michel Van hees <michel@vanhees.cc> |
84 |
- update contrib to phpmyadmin 2.9.1 |
85 |
|
86 |
* Fri Nov 03 2006 Michel Van hees <michel@vanhees.cc> |
87 |
- update contrib to phpmyadmin version 2.9.0.3 |
88 |
|
89 |
* Sun Oct 29 2006 Michel Van hees <michel@vanhees.cc> |
90 |
- update contrib to last version of phpmyadmin |
91 |
|
92 |
* Sat Jun 06 2006 Michel Van hees <mvanhees@vanhees.homeip.net> |
93 |
- initial release |
94 |
|
95 |
%description |
96 |
SME server - phpmyadmin multiuser for smeserver |
97 |
|
98 |
%prep |
99 |
%setup |
100 |
rm -rf root/opt |
101 |
%patch0 -p1 -E |
102 |
%patch1 -p1 -E |
103 |
%patch2 -p1 |
104 |
%patch3 -p1 |
105 |
%patch4 -p1 |
106 |
|
107 |
%build |
108 |
|
109 |
%install |
110 |
rm -rf $RPM_BUILD_ROOT |
111 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
112 |
rm -f %{name}-%{version}-filelist |
113 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
114 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
115 |
|
116 |
%clean |
117 |
rm -rf $RPM_BUILD_ROOT |
118 |
|
119 |
%files -f %{name}-%{version}-filelist |
120 |
%defattr(-,root,root) |