use builtin --if-exists/--may-exist
[sliver-openvswitch.git] / sliver-openvswitch.spec
index fff7309..d9241aa 100644 (file)
@@ -1,5 +1,7 @@
 %define name sliver-openvswitch
-%define version 0.1
+# to check for any change:
+# grep AC_INIT configure.ac 
+%define version 1.6.90
 %define taglevel 1
 
 %define debug_package %{nil}
@@ -29,7 +31,8 @@ Openvswitch tuned for running within a PlanetLab sliver
 
 %build
 ./boot.sh
-./configure --prefix=/usr
+# let's be as close as the regular linux/fedora layout
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 make
 
 %install