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