Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 8dbb0c5556cd05f9f5aa97cc105347a1 > files > 3

dmg2img-1.6.7-8.mga7.src.rpm

Name:       dmg2img
Version:    1.6.7
Release:    %mkrel 8
Summary:    Converts dmg archives to HFS+ images
Group:      Archiving/Compression
License:    GPLv2
URL:        http://vu1tur.eu.org/tools/
Source:     http://vu1tur.eu.org/tools/%{name}-%{version}.tar.gz
Patch0:     dmg2img-1.6.2-nostrip.patch
Patch1:     f16f247d30f868e84f31e24792b4464488f1c009.patch
BuildRequires: pkgconfig(openssl)
BuildRequires: libbzip2-devel

%description
DMG2IMG is a tool which allows converting Apple compressed dmg
archives to standard (hfsplus) image disk files.  This tool handles
z-lib compressed dmg images.

%prep
%autosetup

%build
%make_build CFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m755 %{name} %{buildroot}%{_bindir}/
install -m755 vfdecrypt %{buildroot}%{_bindir}/
install -m644 vfdecrypt.1 %{buildroot}%{_mandir}/man1/

%files
%{_bindir}/%{name}
%{_bindir}/vfdecrypt
%{_mandir}/man1/vfdecrypt.1*
%doc COPYING README


%changelog
* Sun Sep 23 2018 umeabot <umeabot> 1.6.7-8.mga7
  (not released yet)
+ Revision: 1297467
- Mageia 7 Mass Rebuild

* Tue Sep 19 2017 guillomovitch <guillomovitch> 1.6.7-7.mga7
+ Revision: 1155497
- new version 1.6.7
- fix build with openssl 1.1

* Thu Feb 11 2016 umeabot <umeabot> 1.6.5-7.mga6
+ Revision: 953791
- Mageia 6 Mass Rebuild

* Wed Sep 16 2015 tv <tv> 1.6.5-6.mga6
+ Revision: 879881
- reenable debuginfo & fix empty debuginfo (patch 0)

* Wed Sep 09 2015 neoclust <neoclust> 1.6.5-5.mga6
+ Revision: 875167
- Fix build with new rpm ( empty debuginfo)

* Wed Oct 15 2014 umeabot <umeabot> 1.6.5-4.mga5
+ Revision: 744120
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.6.5-3.mga5
+ Revision: 678772
- Mageia 5 Mass Rebuild

* Mon Oct 21 2013 umeabot <umeabot> 1.6.5-2.mga4
+ Revision: 539535
- Mageia 4 Mass Rebuild

* Mon Oct 07 2013 joequant <joequant> 1.6.5-1.mga4
+ Revision: 492388
- save dmg
- imported package dmg2img