X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=blobdiff_plain;f=openvswitch.spec;fp=openvswitch.spec;h=a05876de35c7b72f6f0c5cee98dcc93837d8891b;hp=cb06c7692d8f1d54119f2787f92199ce35afdad3;hb=ade3d3d0a03c4a1be91a4cb0a64bf2a4cf5b5146;hpb=cae3c47018202bf6c95d78d1d1bccb1835eb20b3 diff --git a/openvswitch.spec b/openvswitch.spec index cb06c76..a05876d 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -5,6 +5,7 @@ %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 @@ -20,14 +21,13 @@ Group: System Environment/Kernel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #Requires: -Source: http://openvswitch.org/releases/openvswitch-%{version}.tar.gz %description Openvswitch - virtual switches on PlanetLab %prep %setup -wget %{Source} +wget %{upstream} tar xvfz openvswitch-%{version}.tar.gz cd openvswitch-%{version}