diff --git a/appweb-4.1.tar b/appweb-4.1.tar new file mode 100755 index 0000000000000000000000000000000000000000..ac34c3df21698cc375f6fce157043bb2bc346cd3 Binary files /dev/null and b/appweb-4.1.tar differ diff --git a/appweb.spec b/appweb.spec new file mode 100644 index 0000000000000000000000000000000000000000..90f58dbd93d69942136108201482832438672070 --- /dev/null +++ b/appweb.spec @@ -0,0 +1,41 @@ +Name: appweb +Version: 4.1 +Release: 0 +Summary: Appweb is a fast embedded web server for securely hosting embedded web management applications +License: Open Source GPL License +URL: https://github.com/ni-webtech/appweb-4 +Source0: https://github.com/ni-webtech/%{name}-%{version}.tar + +BuildArch: noarch + +BuildRequires: make + +%description +Appweb is a fast embedded web server for securely hosting embedded web management applications. + +%prep +%setup -q -n %{name}-%{version} + +%build +make + +%install +make install DESTDIR="%{buildroot}" + +%pre +%preun +%post +%postun + +%check + +%files +%license COPYING +%doc AUTHORS NEWS README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%changelog +* Sun Aug 23 2020 StrongTiger_001 +- Package init + diff --git a/appweb.yaml b/appweb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ef3a8c2b417cd082998ebf2a5d9a0944fe68ed1e --- /dev/null +++ b/appweb.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/ni-webtech/appweb-4 +tag_prefix: +separator: "."