2 |
%define name e-smith-php |
%define name e-smith-php |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.12.0 |
%define version 1.12.0 |
5 |
%define release 5 |
%define release 8 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-php-1.12.0-php5.patch |
Patch0: e-smith-php-1.12.0-php5.patch |
12 |
Patch1: e-smith-php-1.12.0-lib64.patch |
Patch1: e-smith-php-1.12.0-lib64.patch |
13 |
Patch2: e-smith-php-1.12.0-SplitModuleSettingSection.patch |
Patch2: e-smith-php-1.12.0-SplitModuleSettingSection.patch |
14 |
|
Patch3: e-smith-php-1.12.0-fixWhiteLines.patch |
15 |
|
Patch4: e-smith-php-1.12.0-fixSpacing.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
25 |
|
- Fix latest patches to prevent .orig file [SME: 4513] |
26 |
|
|
27 |
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
28 |
|
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
29 |
|
|
30 |
|
* Tue Aug 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-6 |
31 |
|
- Fix whiteline and spacing issues [SME: 4513] |
32 |
|
|
33 |
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5 |
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5 |
34 |
- Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282] |
- Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282] |
35 |
|
|
325 |
%patch0 -p 1 |
%patch0 -p 1 |
326 |
%patch1 -p 1 |
%patch1 -p 1 |
327 |
%patch2 -p 1 |
%patch2 -p 1 |
328 |
|
%patch3 -p 1 |
329 |
|
%patch4 -p 1 |
330 |
|
|
331 |
%build |
%build |
332 |
perl createlinks |
perl createlinks |