Fix an error in spec-file, that leads to an empty version-number.

merge-requests/218/head
Jens Lody 9 years ago
parent b16bfdcaca
commit bcd4b78b5a
  1. 2
      gnome-shell-extension-openweather.spec

@ -37,7 +37,7 @@ of the world in GNOME Shell.
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix} GIT_VERSION=${checkout} %configure --prefix=%{_prefix} GIT_VERSION=%{checkout}
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install

Loading…
Cancel
Save