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: 3%{?dist} |
Release: 8%{?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/ |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
Patch0: smeserver-dl-0.2.3-Add-Update-event-to-createlinks.patch |
Patch0: smeserver-dl-0.2.3-Add-Update-event-to-createlinks.patch |
13 |
Patch1: smeserver-dl-0.2.3-Fix-httpd-syntax.patch |
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 |
|
Patch4: smeserver-dl-0.2.3-Fix-clamd-path.patch |
17 |
|
Patch5: smeserver-dl-0.2.3-Correct-clam-dir-in-60clamscan.patch |
18 |
|
Patch6: smeserver-dl-0.2.3-24syntax-bz12042.patch |
19 |
|
Patch7: smeserver-dl-0.2.3-bz12004-backup.patch |
20 |
|
|
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
24 |
Requires: e-smith-base |
Requires: e-smith-base |
25 |
Requires: dl |
Requires: dl |
26 |
Requires: smeserver-webapps-common |
Requires: e-smith-apache >= 2.6.0-19 |
27 |
|
Requires: smeserver-php >= 3.0.0-43 |
28 |
|
|
29 |
%description |
%description |
30 |
smserver integration of dl |
smserver integration of dl |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2.3-8.sme |
34 |
|
- use httpd 2.4 syntax [SME: 12042] |
35 |
|
smeserver-php provides smeserver-webapps-common |
36 |
|
- backup contrib [SME: 12004] |
37 |
|
|
38 |
|
* Thu Dec 23 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-7.sme |
39 |
|
- Correct-clam-dir-in-60clamscan [SME: 11820] |
40 |
|
|
41 |
|
* Fri Dec 03 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2.3-6.sme |
42 |
|
- Fix clamd path |
43 |
|
- Fix typo |
44 |
|
|
45 |
|
* Wed Nov 03 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-5.sme |
46 |
|
- php74-dl-call-in-httpd-fragment [SME: 11567] |
47 |
|
|
48 |
|
* Tue Sep 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-4.sme |
49 |
|
- fix up update routine to create sql db on install [SME: 11567] |
50 |
|
- Update php to 74 |
51 |
|
|
52 |
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-3.sme |
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.2.3-3.sme |
53 |
- Fix httpd syntax and expand it intially [SME: 11567] |
- Fix httpd syntax and expand it intially [SME: 11567] |
54 |
|
|
94 |
%setup -q |
%setup -q |
95 |
%patch0 -p1 |
%patch0 -p1 |
96 |
%patch1 -p1 |
%patch1 -p1 |
97 |
|
%patch2 -p1 |
98 |
|
%patch3 -p1 |
99 |
|
%patch4 -p1 |
100 |
|
%patch5 -p1 |
101 |
|
%patch6 -p1 |
102 |
|
%patch7 -p1 |
103 |
|
|
104 |
%build |
%build |
105 |
perl ./createlinks |
perl ./createlinks |