Skip to content

Commit

Permalink
Add runtime requirements
Browse files Browse the repository at this point in the history
In order to get a working install on a machine other than the build machine, Requires: line is needed.  Added that.
  • Loading branch information
rfrancis committed Oct 7, 2016
1 parent 6bfda96 commit f662921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Source8: package-manager.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{ver}-%{rel}

BuildRequires: clang,libicu-devel,gcc-c++,cmake,libuuid-devel,libedit-devel,swig,pkgconfig,libbsd-devel,libxml2-devel,libsqlite3x-devel,python-devel,ninja-build
Requires: clang,libicu-devel

%description
Build apple swift compiler from source
Expand Down

0 comments on commit f662921

Please sign in to comment.