From: Tomasz Pala Date: Mon, 11 Aug 2003 14:03:58 +0000 (+0000) Subject: - upgraded to 0.5, X-Git-Tag: auto/ac/cyclone-0_5-0_1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcyclone.git;a=commitdiff_plain;h=c3d2884dd850e4ce37d5fa65230f1ff411bd3a67 - upgraded to 0.5, - use %configure macro, TODO: - commented out options patch, - check building and CFLAGS passing. Changed files: cyclone.spec -> 1.11 --- diff --git a/cyclone.spec b/cyclone.spec index 63e9fbd..7c2ddcb 100644 --- a/cyclone.spec +++ b/cyclone.spec @@ -1,14 +1,14 @@ Summary: The Cyclone compiler Summary(pl): Kompilator jêzyka Cyclone Name: cyclone -Version: 0.2 -Release: 2 +Version: 0.5 +Release: 0.1 License: GPL Group: Development/Languages -Source0: http://www.cs.cornell.edu/projects/%{name}/%{name}-%{version}.tar.gz -# Source0-md5: f27081a442bff470f9e477e5d017d2d9 -Source1: http://www.cs.cornell.edu/projects/%{name}-%{version}-docs.tar.gz -# Source1-md5: 395c1b64bee877a69c314cf33fda1a1e +Source0: http://www.cs.cornell.edu/projects/cyclone/software/%{name}-%{version}.tar.gz +# Source0-md5: 20d2177e8bc432831fbdaa10aca462ee +Source1: http://www.cs.cornell.edu/projects/cyclone/software/%{name}-%{version}-docs.tar.gz +# Source1-md5: a3e557032b3444613089894a0e11dff7 Patch0: %{name}-DESTDIR.patch Patch1: %{name}-options.patch URL: http://www.cs.cornell.edu/projects/cyclone/ @@ -26,19 +26,14 @@ bezpiecznym: wolnym od SEGV, przepe attacks, itd. %prep -%setup -q -n %{name} -a1 +%setup -q -n %{name}-%{version}-%{version} -a1 %patch0 -p1 -%patch1 -p1 +#%patch1 -p1 %build -%ifarch ppc -echo "y" | \ -%endif -./configure \ - -sh /bin/sh \ - -bindir %{_bindir} \ - -libdir %{_libdir}/%{name} \ - -incdir %{_includedir}/%{name} +CFLAGS="%{rpmcflags}" +LDFLAGS="%{rpmldflags}" +%configure %{__make} %{__make} cyclone_src