commit 0587bd39164437fd20e556c5b545edd3b7cba7ff
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Feb 6 14:05:28 2022 +0000
Update to git snapshot
.gitignore | 1 +
sources | 2 +-
wf-recorder.spec | 22 +++++++++++++++++-----
3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56a4da2..0fd0680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/wf-recorder-0.2.tar.gz
/wf-recorder-0.2.1.tar.gz
+/wf-recorder-9b9b4712329698a2526a6f909a2e64c035340157.tar.gz
diff --git a/sources b/sources
index 9f7e157..c9887f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wf-recorder-0.2.1.tar.gz) =
5d4db0d70aa9121c095a512488f54729824918b8b3b775eba8c9d24abba869c9275cf0664dc7104d2e786279422aab1d258b36d0e1944ed4d02334bea9acdbd3
+SHA512 (wf-recorder-9b9b4712329698a2526a6f909a2e64c035340157.tar.gz) =
f544289ec46708e6863686f5a4f242fea993565fe80a663a0dccc99e3f0350b08f739f012e28708de7b6c5c0b79b3285a745b52e14f7e31b7dca81922dd70590
diff --git a/wf-recorder.spec b/wf-recorder.spec
index ccc906f..b464d94 100644
--- a/wf-recorder.spec
+++ b/wf-recorder.spec
@@ -1,12 +1,21 @@
# -*-Mode: rpm-spec -*-
+# Use 0 for release and 1 for git
+%global git 1
+Version: 0.2.2
+%global forgeurl
https://github.com/ammen99/wf-recorder
+%if %{?git}
+%global commit 9b9b4712329698a2526a6f909a2e64c035340157
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global date 20220129
+%endif
+%forgemeta
Name: wf-recorder
-Version: 0.2.1
-Release: 5%{?dist}
+Release: 0.1%{?dist}
Summary: Screen recorder for wlroots-based compositors eg swaywm
License: MIT
-URL:
https://github.com/ammen99/wf-recorder
-Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+URL: %{forgeurl}
+Source0: %{forgesource}
%ifarch ppc64le
# fix compilation on ppc64le (gcc#58241)
@@ -29,7 +38,7 @@ and xdg-output). Its dependencies are ffmpeg, wayland-client and
wayland-protocols.
%prep
-%autosetup
+%forgesetup -a
%build
%meson %{?configure_flags}
@@ -47,6 +56,9 @@ wayland-protocols.
%license LICENSE
%changelog
+* Sun Feb 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.2-0.1
+- Update to git snapshot
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
0.2.1-5
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild