Compare commits

..

No commits in common. "rawhide" and "f39" have entirely different histories.

4 changed files with 20 additions and 44 deletions

10
.gitignore vendored
View file

@ -1 +1,9 @@
/ytree-*.tar.gz
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

View file

@ -1,28 +0,0 @@
# 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.13.tar.gz) = 0a46f38d5d4a10ea69c4f5d9c09b5f9b48a31beafb05ceac15cfaf9fb70bcd296fc409a2d48295dad53ec248616c27e309f63221a35ff8e4f31f1a20f28b76cb
SHA512 (ytree-2.09.tar.gz) = 6220345d89791b0ac7a68c4ac477e669cd2c50fb25002b1c4742f811f2dd4ec89385e5a920e5ef815e8eb1efa935d388f096216a94971a0ef3b90789ead8663b

View file

@ -1,12 +1,12 @@
Summary: A file manager similar to XTree
%global debug_package %{nil}
Summary: A filemanager similar to XTree
Name: ytree
Version: 2.13
Version: 2.09
Release: %autorelease
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
License: GPLv2+
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
@ -22,17 +22,13 @@ A console based file manager in the tradition of Xtree.
%make_build
%install
install -D -p -m 0755 ytree %{buildroot}%{_bindir}/ytree
install -D -p -m 0644 ytree.1 %{buildroot}%{_mandir}/man1/ytree.1
install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1
install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
%files
%license COPYING
%doc CHANGES README THANKS ytree.conf
%files
%doc CHANGES COPYING README THANKS ytree.conf
%doc %{_mandir}/man1/ytree.1.gz
%{_bindir}/ytree
%{_mandir}/man1/ytree.1*
%check
%{buildroot}%{_bindir}/ytree -v 2>&1 | grep -q Usage
%changelog
%autochangelog