File bin2iso.spec of Package bin2iso
#
# spec file for package bin2iso
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: bin2iso
Version: 2.0
Release: 0
Summary: Converter for bin/cue images
License: MIT
Group: Productivity/Multimedia/Other
URL: http://users.eastlink.ca/~doiron/bin2iso/
Source0: %{name}-%{version}.tar.xz
%description
Bin2iso converts bin/cue images to ISO images.
%prep
%setup -q
%build
%make_build
%install
%{__install} -dm 0755 %{buildroot}%{_bindir}
%{__install} -m 0755 -p -t %{buildroot}%{_bindir} %{name}
%files
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/%{name}
%doc CHANGELOG README.md
%changelog