First commit
This commit is contained in:
28
netoik-rp.spec
Normal file
28
netoik-rp.spec
Normal file
@@ -0,0 +1,28 @@
|
||||
Name: netoik-rp
|
||||
Version: %(make version)
|
||||
Release: 1%{?dist}
|
||||
Summary: Netoik Reverse Proxy
|
||||
License: MIT
|
||||
|
||||
URL: https://git.netoik.io/samuel/netoik-rp
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
Buildarch: x86_64
|
||||
BuildRequires: make
|
||||
|
||||
Requires: nginx
|
||||
|
||||
%description
|
||||
Install the reverse proxy called nginx with a predefined configuration and with TLS certificates attached to netoik.io
|
||||
|
||||
%prep
|
||||
%autosetup -v
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%attr(644, root, root) /%{_sysconfdir}/nginx/nginx.conf
|
||||
|
||||
%changelog
|
||||
# let's skip this for now
|
||||
Reference in New Issue
Block a user