debugging
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 17 Jan 2011 22:44:52 +0000 (17:44 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 17 Jan 2011 22:44:52 +0000 (17:44 -0500)
openvswitch.spec

index cb06c76..a05876d 100644 (file)
@@ -5,6 +5,7 @@
 %define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
+%define upstream http://openvswitch.org/releases/openvswitch-%{version}.tar.gz
 
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>
 
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>
@@ -20,14 +21,13 @@ Group: System Environment/Kernel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 #Requires: 
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 #Requires: 
 
-Source: http://openvswitch.org/releases/openvswitch-%{version}.tar.gz
 
 %description
 Openvswitch - virtual switches on PlanetLab
 
 %prep
 %setup
 
 %description
 Openvswitch - virtual switches on PlanetLab
 
 %prep
 %setup
-wget %{Source}
+wget %{upstream}
 tar xvfz openvswitch-%{version}.tar.gz
 cd openvswitch-%{version}
 
 tar xvfz openvswitch-%{version}.tar.gz
 cd openvswitch-%{version}