1 |
jpp |
1.1 |
Name: smeserver-nginx |
2 |
|
|
Version: 0.0.5 |
3 |
jpp |
1.4 |
Release: 3%{?dist} |
4 |
jpp |
1.1 |
Summary: nginx for Koozali SME Server |
5 |
|
|
License: GPL |
6 |
|
|
Source0: %{name}-%{version}.tar.gz |
7 |
jpp |
1.2 |
Patch0: smeserver-nginx-0.0.5-template.patch |
8 |
jpp |
1.4 |
Patch1: smeserver-nginx-0.0.5-bz12397.patch |
9 |
|
|
|
10 |
jpp |
1.1 |
BuildArch: noarch |
11 |
|
|
BuildRequires: e-smith-devtools |
12 |
|
|
Requires: nginx |
13 |
|
|
|
14 |
|
|
%description |
15 |
|
|
nginx for Koozali SME Server, fast scalable webserver with advanced reverse proxy functions |
16 |
|
|
|
17 |
|
|
%prep |
18 |
|
|
%setup -q |
19 |
jpp |
1.3 |
%autopatch -p1 |
20 |
jpp |
1.1 |
|
21 |
|
|
%build |
22 |
|
|
perl createlinks |
23 |
|
|
|
24 |
|
|
%install |
25 |
|
|
rm -rf %{buildroot} |
26 |
|
|
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
27 |
|
|
/sbin/e-smith/genfilelist %{buildroot} > %{name}-%{version}-%{release}-filelist |
28 |
|
|
|
29 |
|
|
|
30 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
31 |
|
|
%defattr(-,root,root) |
32 |
|
|
|
33 |
|
|
|
34 |
|
|
%changelog |
35 |
jpp |
1.4 |
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-3.sme |
36 |
|
|
- remove nginx restart from post-upgrade [SME: 12397] |
37 |
|
|
|
38 |
jpp |
1.2 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme |
39 |
|
|
- fix fragment order |
40 |
|
|
|
41 |
jpp |
1.1 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme |
42 |
|
|
- Initial import to Koozali SME 10 |
43 |
|
|
|
44 |
|
|
* Fri Mar 09 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-1 |
45 |
|
|
- First release |