]> git.pld-linux.org Git - packages/dmg2img.git/commitdiff
- updated to 1.6 (works, tested on Lexmark X5400_Series_Web_Installer_LPD.dmg). auto/th/dmg2img-1_6-1
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 6 May 2009 16:12:33 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmg2img.spec -> 1.2

dmg2img.spec

index 30a8a8eb791a27d24681ccd8608aaf3841e97d01..d4406477819d12d9b9e57cb3648f1cdde4bc01b6 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Tool to convert Apple's compressed DMG to standard (hfsplus) disk image file
 Summary(pl.UTF-8):     Narzędzie konwertujące skomplesowane pliki Apple DMG na obrazy dysków (hfsplus)
 Name:          dmg2img
-Version:       0.3a
+Version:       1.6
 Release:       1
 License:       GPL v2
 Group:         Applications/File
-Source0:       http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz
-# Source0-md5: e3fa1bc5f38e961230100c1c2274bd28
+# http://vu1tur.eu.org/tools/download.pl?dmg2img-1.6.tar.gz
+Source0:       dmg2img-1.6.tar.gz
+# Source0-md5: 532f5096f0a38349afc5738f1fa0a9d3
 URL:           http://vu1tur.eu.org/tools/
+BuildRequires: bzip2-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,7 +22,7 @@ dwg2img to konwerter skompresowanych plików Apple DMG na standardowe
 pliki obrazów dysków (hfsplus).
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %{__make} \
@@ -29,8 +31,11 @@ pliki obrazów dysków (hfsplus).
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install -D dmg2img $RPM_BUILD_ROOT%{_bindir}/dmg2img
+install dmg2img $RPM_BUILD_ROOT%{_bindir}
+install vfdecrypt $RPM_BUILD_ROOT%{_bindir}
+install vfdecrypt.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,3 +44,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/dmg2img
+%attr(755,root,root) %{_bindir}/vfdecrypt
+%{_mandir}/man1/vfdecrypt.1*
This page took 0.102726 seconds and 4 git commands to generate.