## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global debug_package %{nil} Name: appflowy-web Version: 0.1.18 Release: %autorelease Summary: yay License: AGPL-3.0 URL: https://codeberg.org/grillo-delmal/AppFlowy-Web Source0: https://codeberg.org/grillo-delmal/AppFlowy-Web/archive/refs/tags/v%{version}.tar.gz Source1: appflowy-web.service Source2: appflowy-web.sysconfig Source3: appflowy-web-nginx-conf BuildRequires: yarnpkg BuildRequires: nodejs BuildRequires: nodejs-npm BuildRequires: git BuildRequires: systemd-rpm-macros Requires: supervisor Requires: appflowy-cloud Requires: nginx-filesystem %description yay %prep %setup -q -n appflowy-web # autopatch -p1 %build export PATH="$(yarn global bin):$PATH" yarn global add pnpm@8.5.0 pnpm install pnpm build cat > appflowy-web.bin < - 0.1.18-2 - Make server port configurable 4000 * Mon Oct 27 2025 Grillo del Mal - 0.1.18-1 - Initial commit ## END: Generated by rpmautospec