2018-01-26 16:31:12 +00:00
|
|
|
Name: cjose
|
2018-08-01 21:35:57 +00:00
|
|
|
Version: 0.6.1
|
2020-07-27 14:00:21 +00:00
|
|
|
Release: 6%{?dist}
|
2018-01-26 16:31:12 +00:00
|
|
|
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/cisco/cjose
|
|
|
|
Source0: https://github.com/cisco/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
2018-11-26 22:29:56 +00:00
|
|
|
Patch1: concatkdf.patch
|
|
|
|
|
2018-07-09 17:06:43 +00:00
|
|
|
BuildRequires: gcc
|
2018-01-26 16:31:12 +00:00
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: jansson-devel
|
|
|
|
BuildRequires: check-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
Implementation of JOSE for C/C++
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2018-11-26 22:29:56 +00:00
|
|
|
%autosetup -n %{name}-%{version} -p1
|
2018-01-26 16:31:12 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
2019-01-22 17:38:38 +00:00
|
|
|
%ldconfig_scriptlets
|
2018-01-26 16:31:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
2018-11-26 22:29:56 +00:00
|
|
|
make check || (cat test/test-suite.log; exit 1)
|
2018-01-26 16:31:12 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%doc /usr/share/doc/cjose
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/cjose.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-07-27 14:00:21 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-28 14:04:58 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-24 20:17:45 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 15:37:57 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-26 22:29:56 +00:00
|
|
|
* Thu Aug 2 2018 <jdennis@redhat.com> - 0.6.1-2
|
|
|
|
- fix concatkdf big endian architecture problem.
|
|
|
|
Upstream issue #77.
|
|
|
|
|
2018-08-01 21:35:57 +00:00
|
|
|
* Wed Aug 1 2018 <jdennis@redhat.com> - 0.6.1-1
|
|
|
|
- upgrade to latest upstream 0.6.1
|
|
|
|
|
2018-07-12 21:48:46 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 04:59:36 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 16:31:12 +00:00
|
|
|
* Fri Jan 26 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 0.5.1-1
|
|
|
|
- Initial packaging
|