make the sign of return values match the specs
[sliver-openvswitch.git] / sliver-openvswitch.spec
index ded8d6e..d9241aa 100644 (file)
@@ -1,7 +1,11 @@
 %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}
+
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
 Vendor: OneLab
@@ -27,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