Author: pluto Date: Wed May 6 16:12:39 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.6 (works, tested on Lexmark X5400_Series_Web_Installer_LPD.dmg).
---- Files affected: packages/dmg2img: dmg2img.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/dmg2img/dmg2img.spec diff -u packages/dmg2img/dmg2img.spec:1.1 packages/dmg2img/dmg2img.spec:1.2 --- packages/dmg2img/dmg2img.spec:1.1 Sun Jan 20 01:09:10 2008 +++ packages/dmg2img/dmg2img.spec Wed May 6 18:12:33 2009 @@ -2,13 +2,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) @@ -21,7 +23,7 @@ pliki obrazów dysków (hfsplus). %prep -%setup -q -n %{name} +%setup -q %build %{__make} \ @@ -30,8 +32,11 @@ %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 @@ -40,6 +45,8 @@ %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/dmg2img +%attr(755,root,root) %{_bindir}/vfdecrypt +%{_mandir}/man1/vfdecrypt.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -47,5 +54,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/05/06 16:12:33 pluto +- updated to 1.6 (works, tested on Lexmark X5400_Series_Web_Installer_LPD.dmg). + Revision 1.1 2008/01/20 00:09:10 qboosh - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dmg2img/dmg2img.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
