/[smecontribs]/rpms/smeserver-webhosting/contribs9/smeserver-webhosting.spec
ViewVC logotype

Contents of /rpms/smeserver-webhosting/contribs9/smeserver-webhosting.spec

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


Revision 1.4 - (show annotations) (download)
Thu Feb 2 03:54:15 2017 UTC (7 years, 4 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-5_el6_sme
Changes since 1.3: +6 -3 lines
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme
- apply locale 2017-02-02.patch

1 %define name smeserver-webhosting
2 %define version 0.0.9
3 %define release 5
4
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}%{?dist}
8 Summary: allow to change php/apache settings to ibays, only yet for sme9
9
10 Group: SMEserver/addon
11 License: GNU GPL version 2
12 URL: http://www.contribs.org
13 Source: %{name}-%{version}.tar.gz
14 BuildRoot: %{_tmppath}/%{name}-buildroot
15 BuildArchitectures: noarch
16 BuildRequires: e-smith-devtools
17 Requires: e-smith-release >= 9.0
18 Requires: smeserver-mod_dav
19 AutoReqProv: no
20 Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch
21 Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch
22 Patch2: smeserver-webhosting-0.0.9-locale-2017-02-02.patch
23
24 %description
25 allow to change php/apache settings to ibays, only yet for sme9
26
27 %prep
28 %setup
29 %patch0 -p1
30 %patch1 -p1
31 %patch2 -p1
32
33 %build
34 perl createlinks
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
39 rm -f %{name}-%{version}-filelist
40 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
41 echo "%doc COPYING" >> %{name}-%{version}-filelist
42
43 %clean
44 cd ..
45 rm -rf %{name}-%{version}
46
47 %pre
48 %preun
49 %post
50 %postun
51
52 %files -f %{name}-%{version}-filelist
53 %defattr(-,root,root)
54
55 %changelog
56 * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme
57 - apply locale 2017-02-02.patch
58
59 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme
60 - apply locale 2016-03-09 patch
61
62 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme
63 - Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch
64
65 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme
66 - Initial release to contribs9
67
68 * Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme
69 - added a box larger for writing the phpbasedir
70
71 * Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme
72 - add german translation, thanks to Rudolf Vielnascher
73 - add french translation, thanks to me :)
74
75 * Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme
76 - Add mod dav in dependency with an option enabled/disabled
77
78 * Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1
79 - Initial Release
80

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