]> git.pld-linux.org Git - packages/cyclone.git/commitdiff
- noted download URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Nov 2003 22:33:02 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyclone.spec -> 1.14

cyclone.spec

index db2af8038f1d268b13b9c3f5f43ef48ea4ddaf3f..429f187e40956d84835ff8955ad0470ee2438829 100644 (file)
@@ -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
This page took 0.058986 seconds and 4 git commands to generate.