r5151 - trunk/varnish-cache/lib/libvmod_std

phk at varnish-cache.org phk at varnish-cache.org
Mon Aug 30 14:02:17 CEST 2010


Author: phk
Date: 2010-08-30 14:02:17 +0200 (Mon, 30 Aug 2010)
New Revision: 5151

Added:
   trunk/varnish-cache/lib/libvmod_std/vmod.vcc
Removed:
   trunk/varnish-cache/lib/libvmod_std/vmod.spec
Modified:
   trunk/varnish-cache/lib/libvmod_std/Makefile.am
   trunk/varnish-cache/lib/libvmod_std/vmod.py
Log:
Rename vmod.spec to vmod.vcc to compensate for old RedHat package megalomania.



Modified: trunk/varnish-cache/lib/libvmod_std/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-08-30 12:01:05 UTC (rev 5150)
+++ trunk/varnish-cache/lib/libvmod_std/Makefile.am	2010-08-30 12:02:17 UTC (rev 5151)
@@ -10,9 +10,9 @@
 	$(builddir)/vmod.c \
 	vmod_std.c
 
-$(builddir)/vmod.c $(builddir)/vmod.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.spec
-	@PYTHON@ $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.spec
+$(builddir)/vmod.c $(builddir)/vmod.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
+	@PYTHON@ $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
 
-EXTRA_DIST = vmod.py
+EXTRA_DIST = vmod.py vmod.vcc
 
 CLEANFILES = $(builddir)/vmod.c $(builddir)/vmod.h

Modified: trunk/varnish-cache/lib/libvmod_std/vmod.py
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/vmod.py	2010-08-30 12:01:05 UTC (rev 5150)
+++ trunk/varnish-cache/lib/libvmod_std/vmod.py	2010-08-30 12:02:17 UTC (rev 5151)
@@ -44,7 +44,7 @@
 if len(sys.argv) == 2:
 	specfile = sys.argv[1]
 else:
-	specfile = "vmod.psec"
+	specfile = "vmod.vcc"
 
 type_tab = dict()
 

Deleted: trunk/varnish-cache/lib/libvmod_std/vmod.spec
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/vmod.spec	2010-08-30 12:01:05 UTC (rev 5150)
+++ trunk/varnish-cache/lib/libvmod_std/vmod.spec	2010-08-30 12:02:17 UTC (rev 5151)
@@ -1,3 +0,0 @@
-Module std
-Function STRING toupper(STRING_LIST)
-Function STRING tolower(STRING_LIST)

Copied: trunk/varnish-cache/lib/libvmod_std/vmod.vcc (from rev 5147, trunk/varnish-cache/lib/libvmod_std/vmod.spec)
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/vmod.vcc	                        (rev 0)
+++ trunk/varnish-cache/lib/libvmod_std/vmod.vcc	2010-08-30 12:02:17 UTC (rev 5151)
@@ -0,0 +1,3 @@
+Module std
+Function STRING toupper(STRING_LIST)
+Function STRING tolower(STRING_LIST)




More information about the varnish-commit mailing list