Update to new clevis upstream release, v11
This commit is contained in:
parent
ed8edb2b52
commit
f8019e8d4a
28
jose.spec
28
jose.spec
@ -1,18 +1,21 @@
|
|||||||
Name: jose
|
Name: jose
|
||||||
Version: 10
|
Version: 11
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools for JSON Object Signing and Encryption (JOSE)
|
Summary: Tools for JSON Object Signing and Encryption (JOSE)
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/latchset/%{name}
|
URL: https://github.com/latchset/%{name}
|
||||||
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: jansson-devel >= 2.10
|
BuildRequires: jansson-devel >= 2.10
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: make
|
BuildRequires: git-core
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: ninja-build
|
||||||
|
BuildRequires: asciidoc
|
||||||
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,28 +48,26 @@ Obsoletes: lib%{name}-zlib-devel < %{version}-%{release}
|
|||||||
This package contains development files for lib%{name}.
|
This package contains development files for lib%{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?rhel}
|
%meson
|
||||||
%__sed -i 's|libcrypto >= 1\.0\.2|libcrypto >= 1\.0\.1|' configure
|
%meson_build
|
||||||
%endif
|
|
||||||
%configure --disable-openmp
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%make_install
|
%meson_install
|
||||||
rm -rf %{buildroot}/%{_libdir}/lib%{name}.la
|
rm -rf %{buildroot}/%{_libdir}/lib%{name}.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%meson_test
|
||||||
|
|
||||||
%ldconfig_scriptlets -n lib%{name}
|
%ldconfig_scriptlets -n lib%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/jose*.1*
|
%{_mandir}/man1/jose*.1*
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -80,6 +81,9 @@ rm -rf %{buildroot}/%{_libdir}/lib%{name}.la
|
|||||||
%{_mandir}/man3/jose*.3*
|
%{_mandir}/man3/jose*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 07 2021 Sergio Correia <scorreia@redhat.com> - 11-1
|
||||||
|
- Update to new clevis upstream release, v11.
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10-9
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user