Compare commits

...

2 Commits

Author SHA1 Message Date
madomado 686db8c4bd Merge branch 'f41' into mado/bp41/4381
Signed-off-by: madomado <madonuko@outlook.com>
2025-04-23 21:53:09 +08:00
madonuko 3f3b4e15bf add: flatpost 2025-04-23 21:50:54 +08:00
2 changed files with 5 additions and 5 deletions
+2 -4
View File
@@ -1,13 +1,11 @@
%global tag 1.0.5
Name: flatpost
Version: %{tag}
Version: 1.0.5
Release: 1%?dist
License: BSD-2-Clause
Summary: Desktop environment agnostic Flathub software center.
URL: https://github.com/gloriouseggroll/flatpost
Source0: %{url}/archive/refs/tags/%{tag}.tar.gz#/%{name}-%{tag}.tar.gz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Source1: flatpost-mime.xml
Patch0: flatpost-desktop-mimetype.patch
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt"));
let v = gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt");
v.trim();
rpm.version(v);