/[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.4 - (hide annotations) (download)
Sat May 17 13:49:21 2008 UTC (16 years ago) by snetram
Branch: MAIN
CVS Tags: smeserver-phpmyadmin-multiuser-2_11_3-3_el4_sme
Changes since 1.3: +5 -3 lines
* Sat May 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.3-3
- Removed license from doc list as it made build fail

1 snetram 1.4 # $Id: smeserver-phpmyadmin-multiuser.spec,v 1.3 2008/05/17 13:40:51 snetram 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.4 %define release 3
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.4 * Sat May 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.3-3
30     - Removed license from doc list as it made build fail
31    
32 snetram 1.3 * Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.3-2
33     - Move database entries out of spec file
34     - Removed phpmyadmin core from contrib
35     - Removed createlinks script as it is not used
36     - Removed GPL license from the package
37     - Removed warning messages from SPEC file
38     - Removed MySQL commands from SPEC file
39    
40 slords 1.1 * Wed Dec 13 2007 Michel Van hees <michel@vanhees.cc>
41     - update contrib to phpmyadmin 2.11.3
42    
43     * Fri Nov 23 2007 Michel Van hees <michel@vanhees.cc>
44     - update contrib to phpmyadmin 2.11.2.2
45    
46     * Tue Nov 13 2007 Michel Van hees <michel@vanhees.cc>
47     - update contrib to phpmyadmin 2.11.2.1
48    
49     * Mon Oct 29 2007 Michel Van hees <michel@vanhees.cc>
50     - update contrib to phpmyadmin 2.11.2
51    
52     * Mon Oct 22 2007 Michel Van hees <michel@vanhees.cc>
53     - update contrib to phmyadmin 2.11.1.2
54    
55     * Sat Sep 22 2007 Michel Van hees <michel@vanhees.cc>
56     - Update contrib to phpmyadmin 2.11.1
57    
58     * Mon Aug 27 2007 Michel Van hees <michel@vanhees.cc>
59     - Update contrib to phpmyadmin 2.11.0
60     - Add all available themes
61    
62     * Wed Jul 25 2007 Michel Van hees <michel@vanhees.cc>
63     - Update contrib to phpmyadmin 2.10.3
64    
65     * Mon Jun 18 2007 Michel Van hees <michel@vanhees.cc>
66     - Update contrib to phpmyadmin 2.10.2
67     - Adding redirection from http to https
68     - Securing httpd.conf configuration
69     - Adding ability to limit access to internal network - That's the default option!
70    
71     * Thu May 24 2007 Michel Van hees <michel@vanhees.cc>
72     - update contrib to phpmyadmin 2.10.1
73    
74     * Sun Mar 04 2007 Michel Van hees <michel@vanhees.cc>
75     - update contrib to phpmyadmin 2.10.0.2
76    
77     * Thu Jan 18 2007 Michel Van hees <michel@vanhees.cc>
78     - update contrib to phpmyadmin 2.9.2
79    
80     * Wed Jan 10 2007 Michel Van hees <michel@vanhees.cc>
81     - Template move
82    
83     * Mon Nov 20 2006 Michel Van hees <michel@vanhees.cc>
84     - update contrib to phpmyadmin 2.9.1.1
85    
86     * Fri Nov 17 2006 Michel Van hees <michel@vanhees.cc>
87     - update contrib to phpmyadmin 2.9.1
88    
89     * Fri Nov 03 2006 Michel Van hees <michel@vanhees.cc>
90     - update contrib to phpmyadmin version 2.9.0.3
91    
92     * Sun Oct 29 2006 Michel Van hees <michel@vanhees.cc>
93     - update contrib to last version of phpmyadmin
94    
95     * Sat Jun 06 2006 Michel Van hees <mvanhees@vanhees.homeip.net>
96     - initial release
97    
98     %description
99     SME server - phpmyadmin multiuser for smeserver
100    
101     %prep
102     %setup
103 snetram 1.3 rm -rf root/opt
104     %patch0 -p1 -E
105     %patch1 -p1 -E
106     %patch2 -p1
107     %patch3 -p1
108     %patch4 -p1
109 slords 1.1
110     %build
111    
112     %install
113     rm -rf $RPM_BUILD_ROOT
114     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
115     rm -f %{name}-%{version}-filelist
116     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
117    
118     %clean
119     rm -rf $RPM_BUILD_ROOT
120    
121     %files -f %{name}-%{version}-filelist
122     %defattr(-,root,root)

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