Update to 3.0.2
This commit is contained in:
parent
31cb8cc60b
commit
d44e22080a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/prte-2.0.0.tar.bz2
|
/prte-2.0.0.tar.bz2
|
||||||
/prte-2.0.2.tar.bz2
|
/prte-2.0.2.tar.bz2
|
||||||
|
/prrte-3.0.2.tar.bz2
|
||||||
|
23
prrte.spec
23
prrte.spec
@ -1,17 +1,17 @@
|
|||||||
Name: prrte
|
Name: prrte
|
||||||
Version: 2.0.2
|
Version: 3.0.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PMIx Reference RunTime Environment (PRRTE)
|
Summary: PMIx Reference RunTime Environment (PRRTE)
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/openpmix/%{name}
|
URL: https://github.com/openpmix/%{name}
|
||||||
Source0: https://github.com/openpmix/%{name}/releases/download/v%{version}/prte-%{version}.tar.bz2
|
Source0: https://github.com/openpmix/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: hwloc-devel
|
BuildRequires: hwloc-devel
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
BuildRequires: pmix-devel >= 4.1.0
|
BuildRequires: pmix-devel >= 4.2.2
|
||||||
# For pmixcc - https://bugzilla.redhat.com/show_bug.cgi?id=2078048
|
# For pmixcc - https://bugzilla.redhat.com/show_bug.cgi?id=2078048
|
||||||
BuildRequires: pmix-tools
|
BuildRequires: pmix-tools
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
@ -48,7 +48,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
# touch lexer sources to recompile them
|
# touch lexer sources to recompile them
|
||||||
find src -name \*.l -print -exec touch --no-create {} \;
|
find src -name \*.l -print -exec touch --no-create {} \;
|
||||||
@ -83,7 +83,7 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_bindir}/prte
|
%{_bindir}/prte
|
||||||
%{_bindir}/prte_info
|
%{_bindir}/prte_info
|
||||||
%{_bindir}/prted
|
%{_bindir}/prted
|
||||||
@ -91,23 +91,28 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_bindir}/prun
|
%{_bindir}/prun
|
||||||
%{_bindir}/pterm
|
%{_bindir}/pterm
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man7/*.7*
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_sysconfdir}/prte
|
%dir %{_sysconfdir}/prte
|
||||||
%config(noreplace) %{_sysconfdir}/prte/prte-*
|
%config(noreplace) %{_sysconfdir}/prte/*
|
||||||
%{_datadir}/prte/
|
%{_datadir}/prte/
|
||||||
%{_libdir}/lib%{name}.so.2*
|
%{_libdir}/lib%{name}.so.3*
|
||||||
%{_libdir}/prte/
|
%{_libdir}/prte/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/pcc
|
%{_bindir}/pcc
|
||||||
|
%{_docdir}/prrte/
|
||||||
%{_includedir}/prte*.h
|
%{_includedir}/prte*.h
|
||||||
|
%{_includedir}/prte/
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 27 2023 Orion Poplawski <orion@nwra.com> - 3.0.2-1
|
||||||
|
- Update to 3.0.2
|
||||||
|
|
||||||
* Mon Sep 25 2023 Michel Lind <salimma@fedoraproject.org> - 2.0.2-5
|
* Mon Sep 25 2023 Michel Lind <salimma@fedoraproject.org> - 2.0.2-5
|
||||||
- Rebuild for pmix 4.1.3
|
- Rebuild for pmix 4.1.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (prte-2.0.2.tar.bz2) = 2739e3b0cd23a4f4d14db8bf792996d9bdd745bf237bf33d9504e370c011b96b0683dc4dd8cd2df76b0c0699caec4dafcd57b0ba5e073744faa0335c04c630d7
|
SHA512 (prrte-3.0.2.tar.bz2) = 7fe5098bab0b3c3762969391449bcc5aa1589b0668b3ad8ed7ae0c61beb8b801a17688e4dea98111aee4a6ebb75107e4ed02ce1ace08dbbb7c8e24ec3dfba80a
|
||||||
|
Loading…
Reference in New Issue
Block a user