r3148 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Fri Aug 29 22:44:00 CEST 2008


Author: ingvar
Date: 2008-08-29 22:44:00 +0200 (Fri, 29 Aug 2008)
New Revision: 3148

Modified:
   trunk/varnish-cache/redhat/varnish.spec
Log:
specfile changes
- Added the LICENSE file to the libs-devel package
- Moved make check to its proper place


Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec	2008-08-29 20:25:37 UTC (rev 3147)
+++ trunk/varnish-cache/redhat/varnish.spec	2008-08-29 20:44:00 UTC (rev 3148)
@@ -83,7 +83,6 @@
         s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 %{__make} %{?_smp_mflags}
-%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
 
 head -6 etc/default.vcl > redhat/default.vcl
 
@@ -104,6 +103,9 @@
     redhat/varnish.initrc redhat/varnishlog.initrc
 %endif
 
+%check
+%{__make} check LD_LIBRARY_PATH="../../lib/libvarnish/.libs:../../lib/libvarnishcompat/.libs:../../lib/libvarnishapi/.libs:../../lib/libvcl/.libs"
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -161,6 +163,7 @@
 %{_includedir}/varnish/stats.h
 %{_includedir}/varnish/varnishapi.h
 %{_libdir}/pkgconfig/varnishapi.pc
+%doc LICENSE
 
 #%files libs-static
 #%{_libdir}/libvarnish.a
@@ -202,6 +205,8 @@
 * Fri Aug 29 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-0.5.beta1
 - Bumped version numbers and source url for first beta release \o/
 - Added a missing directory to the libs-devel package (Michael Schwendt)
+- Added the LICENSE file to the libs-devel package
+- Moved make check to its proper place
 
 * Wed Aug 27 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-0.4.20080827svn3136
 - Fixed up init script for varnishlog too




More information about the varnish-commit mailing list