From 3db3ca8a212d00cd96e77d76351709936a8c6695 Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 23 Nov 2009 23:31:47 +0000 Subject: [PATCH] - rpmldflags - removed url from source0, does not work Changed files: bin2iso.spec -> 1.25 --- bin2iso.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin2iso.spec b/bin2iso.spec index 28ffb07..8435600 100644 --- a/bin2iso.spec +++ b/bin2iso.spec @@ -5,8 +5,8 @@ Version: 1.9b Release: 8 License: unknown Group: Applications/File -Source0: http://users.andara.com/~doiron/bin2iso/linux/%{name}19b_linux.c -# NoSource0-md5: 01dab72496175a772bcf6e08c854d440 +# http://users.andara.com/~doiron/bin2iso/linux/%{name}19b_linux.c +Source0: %{name}19b_linux.c Source1: http://users.andara.com/~doiron/bin2iso/readme.txt # Source1-md5: 703e50ee80e5c15a742458aab8a93340 Patch0: %{name}-warnings.patch @@ -26,7 +26,7 @@ install %{SOURCE1} readme.txt %patch0 -p0 %build -%{__cc} -Wall %{rpmcflags} %{name}.c -o %{name} +%{__cc} -Wall %{rpmcflags} %{rpmldflags} %{name}.c -o %{name} %install rm -rf $RPM_BUILD_ROOT -- 2.44.0