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

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

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


Revision 1.2 - (hide annotations) (download)
Tue May 28 13:26:31 2013 UTC (11 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-phpmyadmin-multiuser-3_5_2_2-1_el5_sme, HEAD
Changes since 1.1: +26 -15 lines
*** empty log message ***

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

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