feat: first commit
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
38
netoik-git.spec
Normal file
38
netoik-git.spec
Normal file
@@ -0,0 +1,38 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: %(make name)
|
||||
Version: %(make version)
|
||||
Release: %(make release)
|
||||
Summary: Netoik Reverse Proxy
|
||||
License: MIT
|
||||
URL: https://git.netoik.io/samuel/%(make name)
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Buildarch: %(make build_arch)
|
||||
BuildRequires: make
|
||||
Requires: netoik-db git
|
||||
|
||||
%description
|
||||
Install the Git UI server called Gitea.
|
||||
|
||||
%prep
|
||||
%autosetup -v
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%post
|
||||
|
||||
%files
|
||||
%dir %attr(755, root, root) %{_sysconfdir}/gitea
|
||||
%attr(600, root, root) %{_sysconfdir}/gitea/app.ini
|
||||
|
||||
%attr(644, root, root) %{_unitdir}/gitea.service
|
||||
%attr(644, root, root) %{_unitdir}/actrunner@.service
|
||||
|
||||
%dir %attr(755, root, root) /opt/actrunners
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user