public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ytree] f43: update to 2.13
@ 2026-06-11 21:22 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-11 21:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ytree
Branch : f43
Commit : 5f1bd785847a48668663f6ea968bdd1c0ef7c9cb
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-11T15:14:05-03:00
Stats : +12/-10 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ytree/c/5f1bd785847a48668663f6ea968bdd1c0ef7c9cb?branch=f43
Log:
update to 2.13
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/sources b/sources
index 83db6ce..b377b99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ytree-2.12.tar.gz) = e3cb76907fbfa425acda3627cdb0dd46e84005a040c3db688aa3ff3cf4454f072a227c5ce6faf496d87122cad33a1b99f21772c32035fbcd980bb3e96d33b220
+SHA512 (ytree-2.13.tar.gz) = 0a46f38d5d4a10ea69c4f5d9c09b5f9b48a31beafb05ceac15cfaf9fb70bcd296fc409a2d48295dad53ec248616c27e309f63221a35ff8e4f31f1a20f28b76cb
diff --git a/ytree.spec b/ytree.spec
index c068edc..46a0a9c 100644
--- a/ytree.spec
+++ b/ytree.spec
@@ -1,8 +1,6 @@
-%global debug_package %{nil}
-
-Summary: A filemanager similar to XTree
+Summary: A file manager similar to XTree
Name: ytree
-Version: 2.12
+Version: 2.13
Release: %autorelease
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -23,13 +21,17 @@ A console based file manager in the tradition of Xtree.
%make_build
%install
-install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1
-install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
+install -D -p -m 0755 ytree %{buildroot}%{_bindir}/ytree
+install -D -p -m 0644 ytree.1 %{buildroot}%{_mandir}/man1/ytree.1
-%files
-%doc CHANGES COPYING README THANKS ytree.conf
-%doc %{_mandir}/man1/ytree.1.gz
+%files
+%license COPYING
+%doc CHANGES README THANKS ytree.conf
%{_bindir}/ytree
+%{_mandir}/man1/ytree.1*
+
+%check
+%{buildroot}%{_bindir}/ytree -v 2>&1 | grep -q Usage
%changelog
%autochangelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 21:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 21:22 [rpms/ytree] f43: update to 2.13 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox