File conflict.spec of Package conflict
#
# spec file for package conflict
#
# Copyright (c) 2026 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: conflict
Version: 20250930
Release: 0
Summary: Display conflicting names in execution path
License: MIT
URL: https://invisible-island.net/conflict/conflict.html
Source: https://invisible-island.net/archives/conflict/conflict-%{version}.tgz
Source2: https://invisible-island.net/archives/conflict/conflict-%{version}.tgz.asc
# https://invisible-island.net/public/public.html
# https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc
Source3: %{name}.keyring
%description
conflict displays conflicting filenames in your execution path. Unlike the csh
command which, it displays all of the conflicting (non-alias) executable
filenames in your path.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%check
%make_build check
%files
%license COPYING
%doc CHANGES README MANIFEST
%{_bindir}/conflict
%{_mandir}/man1/conflict.1%{?ext_man}
%changelog