b9de4fa9c0ea290b19c0+ bcal-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/utilities/bcal?expand=0&rev=13
58 lines
2.0 KiB
RPMSpec
58 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package bcal
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
# Copyright (c) 2018 Dilawar Singh <dilawar.s.rajput@gmail.com>
|
|
#
|
|
# 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: bcal
|
|
Summary: Command-line utility for storage conversions and calculations
|
|
License: GPL-3.0-only
|
|
Group: Productivity/Scientific/Math
|
|
URL: http://www.github.com/jarun/bcal
|
|
Version: 2.4
|
|
Release: 0
|
|
Source0: https://github.com/jarun/bcal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
# https://github.com/jarun/bcal/commit/b9de4fa9c0e29c2a4d55ddde007111c029364f6c
|
|
Patch0: bcal-gcc15.patch
|
|
BuildRequires: readline-devel
|
|
ExcludeArch: %ix86 %arm %ppc
|
|
|
|
%description
|
|
bcal (Byte CALculator) is a command-line utility for storage, hardware and
|
|
firmware developers who deal with storage-specific numerical calculations,
|
|
expressions, unit conversions or address calculations frequently. If you are one
|
|
and cannot calculate the hex address offset for (512 - 16) MiB immediately, or
|
|
the value when the 43rd bit of a 64-bit address is set, bcal is for you.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
%make_build
|
|
|
|
%install
|
|
%make_install PREFIX=%{_prefix} DOCDIR=%{buildroot}/%{_prefix}/share/doc/%{name}
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%dir %{_prefix}/share/doc/bcal
|
|
%{_prefix}/share/doc/bcal/README.md
|
|
|
|
%changelog
|