From 6819f675d5d64a0d2f0a20a855e437d4cc85b508 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 30 Jan 2004 11:17:15 +0000 Subject: [PATCH] - fix warnings - release 5 - please check on 64bit and/or big endians archs Changed files: bin2iso.spec -> 1.17 --- bin2iso.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin2iso.spec b/bin2iso.spec index aa05ffc..ead5931 100644 --- a/bin2iso.spec +++ b/bin2iso.spec @@ -2,11 +2,12 @@ Summary: Convert BIN into ISO images Summary(pl): Narzêdzie do konwersji plików obrazów z formatu BIN do iso Name: bin2iso Version: 1.9b -Release: 4 +Release: 5 License: Unknown Group: Applications/File Source0: http://users.andara.com/~doiron/bin2iso/linux/%{name}19b_linux.c # NoSource0-md5: 01dab72496175a772bcf6e08c854d440 +Patch0: %{name}-warnings.patch URL: http://users.andara.com/~doiron/bin2iso/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -18,9 +19,11 @@ Narz %prep %setup -q -c -T +install %{SOURCE0} %{name}.c +%patch -p0 %build -%{__cc} %{rpmcflags} %{SOURCE0} -o %{name} +%{__cc} -Wall %{rpmcflags} %{name}.c -o %{name} %install rm -rf $RPM_BUILD_ROOT -- 2.44.0