71 lines
1.8 KiB
RPMSpec
71 lines
1.8 KiB
RPMSpec
Name: wireguard-tools
|
|
Version: 1.0.20210914
|
|
Release: 1mamba
|
|
Summary: Userspace tools to configure WireGuard implementations
|
|
Group: Network/Security
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.wireguard.com
|
|
Source: https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Userspace tools to configure WireGuard implementations.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
cd src
|
|
%make \
|
|
PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir} \
|
|
MANDIR=%{_mandir} \
|
|
RUNSTATEDIR=/run
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
cd src
|
|
%makeinstall \
|
|
PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir} \
|
|
MANDIR=%{_mandir} \
|
|
RUNSTATEDIR=/run
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/wg
|
|
%{_bindir}/wg-quick
|
|
%{_unitdir}/wg-quick.target
|
|
%{_unitdir}/wg-quick@.service
|
|
%{_datadir}/bash-completion/completions/wg
|
|
%{_datadir}/bash-completion/completions/wg-quick
|
|
%{_mandir}/man8/wg.8*
|
|
%{_mandir}/man8/wg-quick.8*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Tue Sep 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.20210914-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 1.0.20210424-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 18 2021 Automatic Build System <autodist@mambasoft.it> 1.0.20210315-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 1.0.20210223-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.20200827-1mamba
|
|
- package created using the webbuild interface
|