Fix version in nix.spec

http://hydra.nixos.org/build/8715502
This commit is contained in:
Eelco Dolstra 2014-02-04 11:08:41 +01:00
parent 4ee6001f95
commit 80b691316c

View file

@ -3,14 +3,14 @@
Summary: The Nix software deployment system
Name: nix
Version: @version@
Version: @PACKAGE_VERSION@
Release: 2%{?dist}
License: LGPLv2+
%if 0%{?rhel}
Group: Applications/System
%endif
URL: http://nixos.org/
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.bz2
%if 0%{?el5}
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%endif