Commit 5056ea14 authored by Ingvar Hagelund's avatar Ingvar Hagelund

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

parent 353073cf
...@@ -101,7 +101,7 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples ...@@ -101,7 +101,7 @@ cp bin/varnishd/default.vcl etc/zope-plone.vcl examples
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g; #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 # 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 head -6 etc/default.vcl > redhat/default.vcl
...@@ -141,7 +141,7 @@ cp -r doc/sphinx/\=build/html doc ...@@ -141,7 +141,7 @@ cp -r doc/sphinx/\=build/html doc
%endif %endif
%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 %install
rm -rf %{buildroot} 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