Compare commits

..

5 commits

Author SHA1 Message Date
Filipe Rosset
41afc4b034 drop ix86 support 2026-07-20 17:37:17 -03:00
Fedora Release Engineering
e6e75443f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:36:19 +00:00
5f1bd78584 update to 2.13
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
2026-06-11 15:14:05 -03:00
Filipe Rosset
b3ae497460 update gitignore 2026-06-02 02:40:30 -03:00
Filipe Rosset
9f7098ca15 opt-in to packit 2026-05-30 19:22:26 -03:00
4 changed files with 42 additions and 21 deletions

12
.gitignore vendored
View file

@ -1,11 +1 @@
ytree-1.94.tar.gz
/ytree-1.97.tar.gz
/ytree-1.99pl1.tar.gz
/ytree-2.01.tar.gz
/ytree-2.03.tar.gz
/ytree-2.04.tar.gz
/ytree-2.05.tar.gz
/ytree-2.07.tar.gz
/ytree-2.09.tar.gz
/ytree-2.10.tar.gz
/ytree-2.12.tar.gz
/ytree-*.tar.gz

28
.packit.yaml Normal file
View file

@ -0,0 +1,28 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: ytree.spec
copy_upstream_release_description: false
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-all
- epel-all
- job: koji_build
trigger: commit
allowed_committers: ['packit','all_admins']
dist_git_branches:
- fedora-all
- epel-all
- job: bodhi_update
trigger: commit
allowed_builders: ['packit','all_users']
dist_git_branches:
- fedora-all
- epel-all

View file

@ -1 +1 @@
SHA512 (ytree-2.12.tar.gz) = e3cb76907fbfa425acda3627cdb0dd46e84005a040c3db688aa3ff3cf4454f072a227c5ce6faf496d87122cad33a1b99f21772c32035fbcd980bb3e96d33b220
SHA512 (ytree-2.13.tar.gz) = 0a46f38d5d4a10ea69c4f5d9c09b5f9b48a31beafb05ceac15cfaf9fb70bcd296fc409a2d48295dad53ec248616c27e309f63221a35ff8e4f31f1a20f28b76cb

View file

@ -1,13 +1,12 @@
%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
URL: https://www.han.de/~werner/ytree.html
Source0: https://www.han.de/~werner/%{name}-%{version}.tar.gz
ExcludeArch: %{ix86}
BuildRequires: gcc
BuildRequires: make
BuildRequires: ncurses-devel >= 5.4
@ -23,13 +22,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