Compare commits

..

2 Commits

Author SHA1 Message Date
madomado 050ec61751 Merge branch 'frawhide' into mado/fix/v2ray-nightly-versioning 2026-06-15 21:33:54 +08:00
madomado 2a273ce742 fix(v2ray-nightly): versioning
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-12 14:04:44 +08:00
4 changed files with 1 additions and 41 deletions
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "linsh.spec"
}
}
-34
View File
@@ -1,34 +0,0 @@
%define debug_package %{nil}
Name: linsh
Version: 0.02
Release: 1%{?dist}
Summary: Linux shell
License: GPL-2.0-or-later
URL: https://github.com/maxskiier/linsh
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: make
BuildRequires: gcc
%description
%{summary}.
%prep
%autosetup
%build
%make_build
%install
install -Dm755 linsh %{buildroot}%{_bindir}/linsh
%files
%license LICENSE
%doc README.txt
%{_bindir}/linsh
%changelog
* Mon Jun 15 2026 Owen Zimmerman <owen@fyralabs.com> - 0.02-1
- Initial package
-1
View File
@@ -1 +0,0 @@
rpm.version(gh_tag("maxskiier/linsh"));
@@ -4,7 +4,7 @@
%global commit_date 20260611
%global goipath github.com/v2fly/v2ray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
Version: %(echo %ver | sed -E 's/^v//')^%{commit_date}git.%{shortcommit}
%global golicenses LICENSE
%global godocs README.md SECURITY.md