diff --git a/opengnb-1.3.0.c.tar.gz b/opengnb-1.3.0.c.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d29fc6667ff36be40edb45861ce26f244772ae8 Binary files /dev/null and b/opengnb-1.3.0.c.tar.gz differ diff --git a/opengnb.spec b/opengnb.spec new file mode 100644 index 0000000000000000000000000000000000000000..00836e283f5633e865e42c63cf8c672558d60d9a --- /dev/null +++ b/opengnb.spec @@ -0,0 +1,37 @@ +%global _empty_manifest_terminate_build 0 +Name: opengnb +Version: 1.3.0.c +Release: 1%{?dist} +Summary: GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB + +Group: System +License: GPL +URL: https://github.com/gnbdev/opengnb +Source0: opengnb-1.3.0.c.tar.gz + +BuildRequires: gcc +BuildRequires: make + + +%description +OpenGNB is an open source P2P decentralized VPN with extreme intranet penetration capability,Allows you to combine your company-home network into a direct-access LAN. + +%prep +%setup -q + + +%build +mv Makefile.linux Makefile +make %{?_smp_mflags} + +%install +%make_install +mkdir -p %{buildroot}%{_bindir} +install %{_builddir}/%{name}-%{version}/bin/* %{buildroot}%{_bindir} + +%files +%{_bindir}* + +%changelog +* Thu Nov 3 2022 Wenlong Zhang - 2.0.3-16 +- add spec for opengnb