]> git.pld-linux.org Git - packages/bin2iso.git/commitdiff
- fix warnings
authorArtur Frysiak <artur@frysiak.net>
Fri, 30 Jan 2004 11:17:15 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 5
- please check on 64bit and/or big endians archs

Changed files:
    bin2iso.spec -> 1.17

bin2iso.spec

index aa05ffc9100bbc3e20840045feb9eba5d3e369e0..ead5931ba30f60fff3904a7514043728ceb68150 100644 (file)
@@ -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
This page took 0.117741 seconds and 4 git commands to generate.