From f32c6ed8730628d0cf32f7e124681b1011192a73 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Fri, 1 Jul 2016 13:20:41 +1000 Subject: 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`. --- nix.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix.spec.in') 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 -- cgit 1.4.1