diff --git a/.gitignore b/.gitignore index b953a2f..ab1ca69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ cloog-ppl-0.15.7.tar.gz /cloog-ppl-0.15.9.tar.gz /cloog-ppl-0.15.11.tar.gz /cloog-parma-0.16.1.tar.gz +/cloog-0.18.3.tar.gz diff --git a/cloog.spec b/cloog.spec index 901a3cc..1d15439 100644 --- a/cloog.spec +++ b/cloog.spec @@ -65,7 +65,6 @@ make %{?_smp_mflags} AM_CFLAGS= LIBTOOL=%{_bindir}/libtool -C doc cloog.pdf # GCC wants the library to be named libcloog.so, as it's what it uses # at runtime. rm %{buildroot}%{_libdir}/*/*.cmake -ln -s %{_libdir}/libcloog-isl.so %{buildroot}%{_libdir}/libcloog.so mkdir -p %{buildroot}%{_docdir}/cloog-%{version} %{__install} -m0644 -p README LICENSE ChangeLog doc/cloog.pdf %{buildroot}%{_docdir}/cloog-%{version} @@ -82,7 +81,6 @@ rm -rf %{buildroot} %files devel %{_includedir}/cloog %{_libdir}/libcloog-isl.so -%{_libdir}/libcloog.so %{_libdir}/pkgconfig/cloog-isl.pc %exclude %{_libdir}/libcloog-isl.a %exclude %{_libdir}/libcloog-isl.la diff --git a/sources b/sources index 8529de1..9b80e59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -060ae4df6fb8176e021b4d033a6c0b9e cloog-ppl-0.15.11.tar.gz +a65195e2f1fe1b91826b18a185d82859 cloog-0.18.3.tar.gz