1 |
jpp |
1.1 |
Name: smeserver-nginx |
2 |
|
|
Version: 0.0.5 |
3 |
jpp |
1.2 |
Release: 2%{?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.1 |
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 |
|
|
|
18 |
|
|
%build |
19 |
|
|
perl createlinks |
20 |
|
|
|
21 |
|
|
%install |
22 |
|
|
rm -rf %{buildroot} |
23 |
|
|
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
24 |
|
|
/sbin/e-smith/genfilelist %{buildroot} > %{name}-%{version}-%{release}-filelist |
25 |
|
|
|
26 |
|
|
|
27 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
28 |
|
|
%defattr(-,root,root) |
29 |
|
|
|
30 |
|
|
|
31 |
|
|
%changelog |
32 |
jpp |
1.2 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme |
33 |
|
|
- fix fragment order |
34 |
|
|
|
35 |
jpp |
1.1 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme |
36 |
|
|
- Initial import to Koozali SME 10 |
37 |
|
|
|
38 |
|
|
* Fri Mar 09 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-1 |
39 |
|
|
- First release |