diff --git a/appweb-src.tgz b/appweb-src.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ffe2d9f6717c7b4f87c6000e85e56b3fea4e1f8c Binary files /dev/null and b/appweb-src.tgz differ diff --git a/appweb.spec b/appweb.spec new file mode 100755 index 0000000000000000000000000000000000000000..1b31739f012eae49e1bb3ddeebaf9facf4330674 --- /dev/null +++ b/appweb.spec @@ -0,0 +1,41 @@ +Name: appweb +Version: 8.2.1 +Release: 1 +Summary: Appweb Community Edition is a fast embedded web server for securely hosting embedded web management application. +License: GPL open source license +URL: https://www.embedthis.com/licensing/index.html +Source0: https://s3.amazonaws.com/embedthis.public/appweb-src.tgz + +BuildRequires: ncurses-devel, asciidoc + +%description +Appweb Community Edition is a fast embedded web server for securely hosting embedded web management applications. + +%prep +%setup -q -n %{name}-%{version} +%define debug_package %{nil} + +%build +%configure +CFLAGS="$RPM_OPT_FLAGS -DVERSION=appweb-%{version}-%{release}" +%{__make} %{_smp_mflags} --no-print-directory -f projects/appweb-linux-default.mk all + +%install +%{__make} --no-print-directory -f projects/appweb-linux-default.mk install + +%pre +%preun +%post +%postun + +%check + +%files + +%changelog +* Mon Nov 23 2020 StrongTiger_001 - 8.2.1-1 +- Bump version to 8.2.1 + +* Sun Aug 23 2020 StrongTiger_001 - 8.2.1-0 +- Package init + diff --git a/appweb.yaml b/appweb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6165e424a43effebb512abfaba46cac5f7baf329 --- /dev/null +++ b/appweb.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://github.com/ni-webtech/appweb-4 +tag_prefix: Appweb- +separator: "."