[packages/dmg2img] - updated to 1.6.5

qboosh qboosh at pld-linux.org
Sat Aug 24 09:57:39 CEST 2013


commit 4bedadf646345c2b2c23ea8f122a23b8905b21a0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Aug 24 09:57:01 2013 +0200

    - updated to 1.6.5

 dmg2img.spec | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/dmg2img.spec b/dmg2img.spec
index 1c61770..9a94bda 100644
--- a/dmg2img.spec
+++ b/dmg2img.spec
@@ -1,20 +1,22 @@
 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)
+Summary(pl.UTF-8):	Narzędzie konwertujące skompresowane pliki Apple DMG na obrazy dysków (hfsplus)
 Name:		dmg2img
-Version:	1.6.4
+Version:	1.6.5
 Release:	1
 License:	GPL v2
 Group:		Applications/File
-Source0:	http://vu1tur.eu.org/tools/dmg2img-1.6.4.tar.gz
-# Source0-md5:	3861da66bf0d2f7407aeeec93f9cfc5e
+Source0:	http://vu1tur.eu.org/tools/%{name}-%{version}.tar.gz
+# Source0-md5:	d01b01151759dd25e16d0c37d4a57b3c
 URL:		http://vu1tur.eu.org/tools/
 BuildRequires:	bzip2-devel
+BuildRequires:	openssl-devel
+BuildRequires:	sed >= 4.0
 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.
+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
@@ -23,10 +25,13 @@ pliki obrazów dysków (hfsplus).
 %prep
 %setup -q
 
+%{__sed} -i -e '/CC/s/-s /$(LDFLAGS)/' Makefile
+
 %build
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags} %{rpmcppflags}" \
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dmg2img.git/commitdiff/4bedadf646345c2b2c23ea8f122a23b8905b21a0



More information about the pld-cvs-commit mailing list