[master] 5056ea1 Stopped using macros for make and install, according to Fedora's packaging guidelines

Ingvar ingvar at varnish-cache.org
Tue Apr 24 15:02:38 CEST 2012


commit 5056ea143dcd659abe89c1c92de72bba17e88894
Author: Ingvar Hagelund <ingvar at redpill-linpro.com>
Date:   Mon Apr 23 10:43:20 2012 +0200

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

diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index ead5745..d892f78 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -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;
 #	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
 
@@ -141,7 +141,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}



More information about the varnish-commit mailing list