SPECS: dmg2img.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Jan 20 01:09:15 CET 2008
Author: qboosh Date: Sun Jan 20 00:09:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
dmg2img.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dmg2img.spec
diff -u /dev/null SPECS/dmg2img.spec:1.1
--- /dev/null Sun Jan 20 01:09:15 2008
+++ SPECS/dmg2img.spec Sun Jan 20 01:09:10 2008
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+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
+Release: 1
+License: GPL v2
+Group: Applications/File
+Source0: http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz
+# Source0-md5: e3fa1bc5f38e961230100c1c2274bd28
+URL: http://vu1tur.eu.org/tools/
+BuildRequires: zlib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dmg2img is an Apple's compressed DMG to standard (hfsplus) image disk file
+convert tool.
+
+%description -l pl.UTF-8
+dwg2img to konwerter skompresowanych plików Apple DMG na standardowe
+pliki obrazów dysków (hfsplus).
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D dmg2img $RPM_BUILD_ROOT%{_bindir}/dmg2img
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/dmg2img
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-01-20 00:09:10 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list