1 |
%define phpversion 56 |
%define phpversion 74 |
2 |
|
|
3 |
Summary: sme server integration of dl |
Summary: sme server integration of dl |
4 |
Name: smeserver-dl |
Name: smeserver-dl |
5 |
Version: 0.2.3 |
Version: 0.2.3 |
6 |
Release: 1%{?dist} |
Release: 5%{?dist} |
7 |
Epoch: 9 |
Epoch: 9 |
8 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
9 |
URL: http://www.thregr.org/~wavexx/software/dl/ |
URL: http://www.thregr.org/~wavexx/software/dl/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch0: smeserver-dl-0.2.3-Add-Update-event-to-createlinks.patch |
13 |
|
Patch1: smeserver-dl-0.2.3-Fix-httpd-syntax.patch |
14 |
|
Patch2: smeserver-dl-0.2.3-Fix-up-update-routine.patch |
15 |
|
Patch3: smeserver-dl-0.2.3-Fix-php74-dl-call-in-httpd-fragment.patch |
16 |
|
|
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
25 |
smserver integration of dl |
smserver integration of dl |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Nov 03 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-5.sme |
29 |
|
- php74-dl-call-in-httpd-fragment [SME: 11567] |
30 |
|
|
31 |
|
* Tue Sep 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-4.sme |
32 |
|
- fix up update routine to create sql db on install [SME: 11567] |
33 |
|
- Update php to 74 |
34 |
|
|
35 |
|
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-3.sme |
36 |
|
- Fix httpd syntax and expand it intially [SME: 11567] |
37 |
|
|
38 |
|
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-2.sme |
39 |
|
- Initial import to SME10 tree [SME: 11567] |
40 |
|
- Add Update event to createlinks |
41 |
|
|
42 |
|
* Mon Apr 19 2021 BogusDateBot |
43 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
44 |
|
by assuming the date is correct and changing the weekday. |
45 |
|
|
46 |
* Sun Jan 21 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1 |
* Sun Jan 21 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1 |
47 |
- Use alt php binary when expiring tickets [SME: 10495] (daniel@firewall- |
- Use alt php binary when expiring tickets [SME: 10495] (daniel@firewall- |
48 |
services.com) |
services.com) |
75 |
|
|
76 |
%prep |
%prep |
77 |
%setup -q |
%setup -q |
78 |
|
%patch0 -p1 |
79 |
|
%patch1 -p1 |
80 |
|
%patch2 -p1 |
81 |
|
%patch3 -p1 |
82 |
|
|
83 |
%build |
%build |
84 |
perl ./createlinks |
perl ./createlinks |