* Update to 3.1.6rc1
This commit is contained in:
parent
196e523526
commit
b09ea7cec1
19
pmix.spec
19
pmix.spec
@ -1,10 +1,12 @@
|
||||
%global name_version %{name}-%{version}rc1
|
||||
|
||||
Name: pmix
|
||||
Version: 3.1.5
|
||||
Release: 6%{?dist}
|
||||
Version: 3.1.6
|
||||
Release: 0.1.rc1%{?dist}
|
||||
Summary: Process Management Interface Exascale (PMIx)
|
||||
License: BSD
|
||||
URL: https://pmix.org/
|
||||
Source0: https://github.com/pmix/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/pmix/%{name}/releases/download/v%{version}/%{name_version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -70,17 +72,13 @@ based starters (e.g., mpirun).
|
||||
* pevent - inject an event into the system
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name_version}
|
||||
|
||||
# touch lexer sources to recompile them
|
||||
find src -name \*.l -print -exec touch --no-create {} \;
|
||||
|
||||
# give tests more time to complete
|
||||
find test -name run_tests\*.pl\* -exec \
|
||||
sed -i 's/preserve-status -k 35 30/preserve-status -k 305 300/' {} \;
|
||||
|
||||
%build
|
||||
%{_builddir}/%{name}-%{version}/autogen.pl
|
||||
%{_builddir}/%{name_version}/autogen.pl
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
--sysconfdir=%{_sysconfdir}/%{name} \
|
||||
@ -135,6 +133,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.6.0.1.rc1
|
||||
* Update to 3.1.6rc1
|
||||
|
||||
* Fri Aug 7 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-6
|
||||
- Give post-build checks more time to complete
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pmix-3.1.5.tar.bz2) = 8afa665ddebfebbb84db4a897639525aec0b8a0403ca4caa728c99d78457d486a3c99830bd3fdcd38fd458d3a23dca0e8c0249e504d4a216a9bc0f2918510095
|
||||
SHA512 (pmix-3.1.6rc1.tar.bz2) = 3177f9a39ab083e865b6a0e17478d870e9af8293ae9ede767b7c7e5e33be2795cac2779f6fe73dbfa122e994eda5b7fc1a7db25d7c47ffdd53a9ccf088977859
|
||||
|
Loading…
Reference in New Issue
Block a user