* Fix URL/description.
This commit is contained in:
parent
803cb6e3b9
commit
f3584ff535
1 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,7 @@ Version: @version@
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Software Deployment
|
Group: Software Deployment
|
||||||
URL: http://www.cs.uu.nl/groups/ST/Trace/Nix
|
URL: http://nix.cs.uu.nl/
|
||||||
Source0: %{name}-@version@.tar.bz2
|
Source0: %{name}-@version@.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
%define _prefix /nix
|
%define _prefix /nix
|
||||||
|
@ -26,7 +26,12 @@ Provides: perl(readmanifest)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
Nix is a system for software deployment.
|
Nix is a purely functional package manager. It allows multiple
|
||||||
|
versions of a package to be installed side-by-side, ensures that
|
||||||
|
dependency specifications are complete, supports atomic upgrades and
|
||||||
|
rollbacks, allows non-root users to install software, and has many
|
||||||
|
other features. It is the basis of the NixOS Linux distribution, but
|
||||||
|
it can be used equally well under other Unix systems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
Loading…
Reference in a new issue