diff options
author | Timothy Allen <Timothy.Allen@optiver.com.au> | 2016-07-01T03·20+1000 |
---|---|---|
committer | Timothy Allen <Timothy.Allen@optiver.com.au> | 2016-07-01T04·09+1000 |
commit | f32c6ed8730628d0cf32f7e124681b1011192a73 (patch) | |
tree | 0d8c3d559135d87c9557cf436a2c57ddaddf207d /nix.spec.in | |
parent | 85ec6a6a4486699954e26e576fb434625a9fa4e6 (diff) |
nix.spec.in: Build from the .tar.xz file.
The Nix download page only mentions the .xz source tarball, so that's what people are likely to have available. This means that somebody who downloads a Nix source tarball can turn it directly into an RPM with `rpmbuild -ta nix-*.tar.xz`.
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 3b6bfcdd1b5a..e139fcb00345 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -10,7 +10,7 @@ License: LGPLv2+ Group: Applications/System %endif URL: http://nixos.org/ -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.xz %if 0%{?el5} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif |