/[smecontribs]/rpms/smeserver-nginx/contribs10/smeserver-nginx.spec
ViewVC logotype

Contents of /rpms/smeserver-nginx/contribs10/smeserver-nginx.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jun 23 18:38:53 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-nginx-0_0_5-1_el7_sme
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme
- Initial import to Koozali SME 10

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed