Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66abb3bda3 | |||
| 6fa31ff7c0 | |||
| 54e1b51494 |
3
Makefile
3
Makefile
@@ -25,4 +25,5 @@ tarball: $(RPM_SOURCEDIR)/$(NAME)-$(VERSION).tar.gz
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -m 644 --target-directory=$(DESTDIR)/$(RPM_SYSCONFDIR)/nginx nginx.conf
|
||||
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/nginx
|
||||
install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/nginx nginx.conf
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
Name: netoik-rp
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: %(make name)
|
||||
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
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Buildarch: x86_64
|
||||
BuildRequires: make
|
||||
|
||||
Requires: nginx
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user