From f9594e2e4f64a6e28afe2586f7f150a3db680492 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 8 Nov 2003 22:33:02 +0000 Subject: [PATCH] - noted download URLs Changed files: cyclone.spec -> 1.14 --- cyclone.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cyclone.spec b/cyclone.spec index db2af80..429f187 100644 --- a/cyclone.spec +++ b/cyclone.spec @@ -5,8 +5,10 @@ Version: 0.5 Release: 0.1 License: GPL Group: Development/Languages +#Source0Download: http://www.cs.cornell.edu/projects/cyclone/ Source0: http://www.cs.cornell.edu/projects/cyclone/software/%{name}-%{version}.tar.gz # Source0-md5: 20d2177e8bc432831fbdaa10aca462ee +#Source1Download: http://www.cs.cornell.edu/projects/cyclone/ Source1: http://www.cs.cornell.edu/projects/cyclone/software/%{name}-%{version}-docs.tar.gz # Source1-md5: a3e557032b3444613089894a0e11dff7 Patch0: %{name}-DESTDIR.patch @@ -44,7 +46,9 @@ echo 'clean:' > doc/Makefile %{__make} clean_nogc # here we got C sources generated from patched cyclone, # we can build for real. -%{__make} CFLAGS="%{rpmcflags}" CYC_FLAGS="%{rpmcflags}" +%{__make} \ + CFLAGS="%{rpmcflags}" \ + CYC_FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0