* Update to 3.2.1
This commit is contained in:
parent
c0fea75e26
commit
e289502e80
13
pmix.spec
13
pmix.spec
@ -1,12 +1,10 @@
|
||||
%global name_version %{name}-%{version}rc1
|
||||
|
||||
Name: pmix
|
||||
Version: 3.2.1
|
||||
Release: 0.1.rc1%{?dist}
|
||||
Release: 1%{?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
|
||||
@ -73,13 +71,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 {} \;
|
||||
|
||||
%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
|
||||
* Fri Nov 13 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.2.1-1
|
||||
* Update to 3.2.1
|
||||
|
||||
* Fri Oct 30 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.2.1.0.1.rc1
|
||||
* Update to 3.2.1rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pmix-3.2.1rc1.tar.bz2) = dababa7a2122e65daad4746511dae3820d926d84df578c6fad36cc1c2a47d5460139f51fadb3671dfc75f8e665fbb284d30e72e5cbd2138ef1836ca596cfea8d
|
||||
SHA512 (pmix-3.2.1.tar.bz2) = 4fea6850dad77a97210fc8e6ced09b8012fc8c0f69b0aa00271bff770b3316c25966da82912228e9ba9ae614218423de5c1c84991a34689803e4dfb30155cd9e
|
||||
|
Loading…
Reference in New Issue
Block a user