File dmg2img.spec of Package dmg2img
Name: dmg2img
Version: 1609093700.a3e4134
Release: 0
Summary: A tool for converting Apple compressed dmg archives
License: GPL-2.0
Url: https://github.com/Lekensteyn/dmg2img.git
Source: %{name}-%{version}.tar.zst
Patch1: RPM_OPT_FLAGS.patch
BuildRequires: lzfse-devel
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
BuildRequires: zstd
%description
A tool which allows converting Apple compressed dmg archives to standard (hfsplus) image disk files.
This tool handles zlib, bzip2, and LZFSE compressed dmg images.
%prep
%autosetup
%build
%make_build HAVE_LZFSE=1
%install
%make_install
%__install -Dm 0644 vfdecrypt.1 %{buildroot}%{_mandir}/man1/vfdecrypt.1
%files
%license COPYING
%doc README
%{_bindir}/dmg2img
%{_bindir}/vfdecrypt
%{_mandir}/man1/vfdecrypt.1%{?ext_man}
%changelog