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

Annotation of /rpms/smeserver-phpmyadmin-multiuser/contribs7/smeserver-phpmyadmin-multiuser.spec

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


Revision 1.3 - (hide annotations) (download)
Sat May 17 13:40:51 2008 UTC (16 years ago) by snetram
Branch: MAIN
CVS Tags: smeserver-phpmyadmin-multiuser-2_11_3-2_el4_sme
Changes since 1.2: +23 -62 lines
* Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.3-2
- Move database entries out of spec file
- Removed phpmyadmin core from contrib
- Removed createlinks script as it is not used
- Removed GPL license from the package
- Removed warning messages from SPEC file
- Removed MySQL commands from SPEC file

1 snetram 1.3 # $Id: smeserver-phpmyadmin-multiuser.spec,v 1.2 2008/04/02 15:03:59 slords Exp $
2 slords 1.2 # Authority: nocvs
3     # Name: Michel Van hees
4    
5 slords 1.1 Summary: PhpMyAdmin for SME server
6     %define name smeserver-phpmyadmin-multiuser
7     Name: %{name}
8     %define version 2.11.3
9 snetram 1.3 %define release 2
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: Freely distributable
13     Group: Apache
14     Source: %{name}-%{version}.tar.gz
15 snetram 1.3 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 slords 1.1 BuildRoot: /var/tmp/e-smith-buildroot
22     BuildRequires: e-smith-devtools
23     BuildArchitectures: noarch
24     Requires: smeserver-release >= 7
25 snetram 1.3 Requires: phpmyadmin
26 slords 1.1 AutoReqProv: no
27    
28     %changelog
29 snetram 1.3 * 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 slords 1.1 * 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 snetram 1.3 rm -rf root/opt
101     %patch0 -p1 -E
102     %patch1 -p1 -E
103     %patch2 -p1
104     %patch3 -p1
105     %patch4 -p1
106 slords 1.1
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)

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