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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Sep 12 08:54:41 2015 UTC (8 years, 8 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-3_el6_sme
Changes since 1.1: +6 -1 lines
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme
- Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch

1 stephdl 1.1 %define name smeserver-webhosting
2     %define version 0.0.9
3 stephdl 1.2 %define release 3
4 stephdl 1.1
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 stephdl 1.2 Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch
21 stephdl 1.1
22     %description
23     allow to change php/apache settings to ibays, only yet for sme9
24    
25     %prep
26     %setup
27 stephdl 1.2 %patch0 -p1
28 stephdl 1.1
29     %build
30     perl createlinks
31    
32     %install
33     rm -rf $RPM_BUILD_ROOT
34     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
35     rm -f %{name}-%{version}-filelist
36     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
37     echo "%doc COPYING" >> %{name}-%{version}-filelist
38    
39     %clean
40     cd ..
41     rm -rf %{name}-%{version}
42    
43     %pre
44     %preun
45     %post
46     %postun
47    
48     %files -f %{name}-%{version}-filelist
49     %defattr(-,root,root)
50    
51     %changelog
52 stephdl 1.2 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme
53     - Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch
54    
55 stephdl 1.1 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme
56     - Initial release to contribs9
57    
58     * Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme
59     - added a box larger for writing the phpbasedir
60    
61     * Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme
62     - add german translation, thanks to Rudolf Vielnascher
63     - add french translation, thanks to me :)
64    
65     * Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme
66     - Add mod dav in dependency with an option enabled/disabled
67    
68     * Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1
69     - Initial Release
70    

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