Commit 48a0c447 authored by Ingvar Hagelund's avatar Ingvar Hagelund Committed by Tollef Fog Heen

Stopped using macros for make and install, according to Fedora's packaging guidelines

parent 9d649d9a
......@@ -98,7 +98,7 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
# s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
head -6 etc/default.vcl > redhat/default.vcl
......@@ -138,7 +138,7 @@ cp -r doc/sphinx/\=build/html doc
%endif
%endif
%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs:../../lib/libvgz/.libs"
make check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs:../../lib/libvgz/.libs"
%install
rm -rf %{buildroot}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment