summaryrefslogtreecommitdiffstats
path: root/legion/legion.spec
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2016-10-07 17:43:02 -0600
committerChristoph Junghans <junghans@votca.org>2016-10-07 17:57:27 -0600
commit5863b9b04937e0f7b550c1b928779d308f9d3e40 (patch)
tree1bbe4c7fe50139ba19c6672e7263423de70f1833 /legion/legion.spec
parent8ce9d595435e55e5d99da1adb52983ada0096998 (diff)
downloadfedora-review-5863b9b04937e0f7b550c1b928779d308f9d3e40.tar.gz
fedora-review-5863b9b04937e0f7b550c1b928779d308f9d3e40.tar.xz
fedora-review-5863b9b04937e0f7b550c1b928779d308f9d3e40.zip
legion: minor changes (bug #1382755)
Diffstat (limited to 'legion/legion.spec')
-rw-r--r--legion/legion.spec20
1 files changed, 12 insertions, 8 deletions
diff --git a/legion/legion.spec b/legion/legion.spec
index 76e5279..3eef776 100644
--- a/legion/legion.spec
+++ b/legion/legion.spec
@@ -2,11 +2,12 @@ Name: legion
Version: 16.10.0
Release: 1%{?dist}
Summary: A data-centric parallel programming system
-License: Apache-2.0
-Group: Productivity/Networking/Other
+License: ASL 2.0
Url: http://legion.stanford.edu/
Source0: https://github.com/StanfordLegion/legion/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires: gcc
+BuildRequires: gcc-c++
BuildRequires: hwloc-devel
BuildRequires: gasnet-devel
BuildRequires: cmake
@@ -26,7 +27,6 @@ applications to new architectures.
%package devel
Summary: Development headers and libraries for %{name} library
-Group: Development/Libraries/C and C++
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@@ -59,16 +59,20 @@ pushd %{_target_platform}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files devel
-%{_includedir}/*
-%{_libdir}/lib*.so
-%{_datadir}/Legion
-
%files
%doc README.md CHANGES.txt
%license LICENSE.txt
%{_libdir}/lib*.so.1
+%files devel
+%{_includedir}/*.h
+%{_includedir}/*.inl
+%{_includedir}/legion
+%{_includedir}/mappers
+%{_includedir}/realm
+%{_libdir}/lib*.so
+%{_datadir}/Legion
+
%changelog
* Fri Oct 07 2016 Christoph Junghans <junghans@votca.org> - 16.10.0-1
- initial import