Update to 3.1.5
This commit is contained in:
parent
24566c082e
commit
6ceb9117f8
13
pmix.spec
13
pmix.spec
@ -1,12 +1,10 @@
|
|||||||
%global name_version %{name}-%{version}rc4
|
|
||||||
|
|
||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 3.1.5
|
Version: 3.1.5
|
||||||
Release: 0.4.rc4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Process Management Interface Exascale (PMIx)
|
Summary: Process Management Interface Exascale (PMIx)
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pmix.org/
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -72,13 +70,13 @@ based starters (e.g., mpirun).
|
|||||||
* pevent - inject an event into the system
|
* pevent - inject an event into the system
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name_version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
echo touching lexer sources to recompile them ...
|
echo touching lexer sources to recompile them ...
|
||||||
find src -name \*.l -print -exec touch --no-create {} \;
|
find src -name \*.l -print -exec touch --no-create {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{_builddir}/%{name_version}/autogen.pl
|
%{_builddir}/%{name}-%{version}/autogen.pl
|
||||||
%configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--sysconfdir=%{_sysconfdir}/%{name} \
|
--sysconfdir=%{_sysconfdir}/%{name} \
|
||||||
@ -133,6 +131,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 24 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-1
|
||||||
|
- Update to 3.1.5
|
||||||
|
|
||||||
* Thu Feb 20 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-0.4.rc4
|
* Thu Feb 20 2020 Philip Kovacs <pkfed@fedoraproject.org> - 3.1.5-0.4.rc4
|
||||||
- Update to 3.1.5rc4
|
- Update to 3.1.5rc4
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pmix-3.1.5rc4.tar.bz2) = a6d8927de02b422aefb5321ffd74bafe8290af3996636852038276711eddedb69bcc1769640a72d0d7f4af5980b0049f4742cc8aab6f6d8098120c73791ae67c
|
SHA512 (pmix-3.1.5.tar.bz2) = 8afa665ddebfebbb84db4a897639525aec0b8a0403ca4caa728c99d78457d486a3c99830bd3fdcd38fd458d3a23dca0e8c0249e504d4a216a9bc0f2918510095
|
||||||
|
Loading…
Reference in New Issue
Block a user