SPECS: varnish.spec - use rpm macros for auto* tools

glen glen at pld-linux.org
Mon Jul 2 18:53:35 CEST 2007


Author: glen                         Date: Mon Jul  2 16:53:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use rpm macros for auto* tools

---- Files affected:
SPECS:
   varnish.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/varnish.spec
diff -u SPECS/varnish.spec:1.18 SPECS/varnish.spec:1.19
--- SPECS/varnish.spec:1.18	Mon Jul  2 18:50:33 2007
+++ SPECS/varnish.spec	Mon Jul  2 18:53:30 2007
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8):	Varnish - wydajny akcelerator HTTP
 Name:		varnish
 Version:	1.0.4
-Release:	1.4
+Release:	1.5
 License:	BSD-like
 Group:		Daemons
 Source0:	http://dl.sourceforge.net/varnish/%{name}-%{version}.tar.gz
@@ -68,7 +68,11 @@
 
 %build
 export CPPFLAGS="-I/usr/include/ncurses"
-./autogen.sh
+%{__aclocal}
+%{__libtoolize}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -148,6 +152,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/07/02 16:53:30  glen
+- use rpm macros for auto* tools
+
 Revision 1.18  2007/07/02 16:50:33  glen
 - fix vcl config
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/varnish.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list