128 строки
3.3 KiB
Plaintext
128 строки
3.3 KiB
Plaintext
Vendor: Microsoft Corporation
|
|
Distribution: Mariner
|
|
%global glib2_version 2.45.8
|
|
%global json_glib_version 1.1.1
|
|
|
|
Summary: Library for reading Jcat files
|
|
Name: libjcat
|
|
Version: 0.1.6
|
|
Release: 2%{?dist}
|
|
License: LGPLv2+
|
|
URL: https://github.com/hughsie/libjcat
|
|
Source0: https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: meson
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
BuildRequires: json-glib-devel >= %{json_glib_version}
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: gnutls-utils
|
|
BuildRequires: gpgme-devel
|
|
BuildRequires: vala
|
|
BuildRequires: help2man
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
%description
|
|
This library allows reading and writing gzip-compressed JSON catalog files,
|
|
which can be used to store GPG, PKCS-7 and SHA-256 checksums for each file.
|
|
|
|
This provides equivalent functionality to the catalog files supported in
|
|
Microsoft Windows.
|
|
|
|
%package devel
|
|
Summary: Development package for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Files for development with %{name}.
|
|
|
|
%package tests
|
|
Summary: Files for installed tests
|
|
|
|
%description tests
|
|
Executable and data files for installed tests.
|
|
|
|
%prep
|
|
%autosetup -p0
|
|
|
|
%build
|
|
|
|
%meson \
|
|
-Dgtkdoc=true \
|
|
-Dtests=true
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/jcat-tool
|
|
%{_datadir}/man/man1/*.1*
|
|
%dir %{_libdir}/girepository-1.0
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
%{_libdir}/libjcat.so.1*
|
|
|
|
%files devel
|
|
%dir %{_datadir}/gir-1.0
|
|
%{_datadir}/gir-1.0/*.gir
|
|
%dir %{_datadir}/gtk-doc
|
|
%dir %{_datadir}/gtk-doc/html
|
|
%{_datadir}/gtk-doc/html/libjcat
|
|
%{_includedir}/libjcat-1
|
|
%{_libdir}/libjcat.so
|
|
%{_libdir}/pkgconfig/jcat.pc
|
|
%dir %{_datadir}/vala
|
|
%dir %{_datadir}/vala/vapi
|
|
%{_datadir}/vala/vapi/jcat.deps
|
|
%{_datadir}/vala/vapi/jcat.vapi
|
|
|
|
%files tests
|
|
%doc README.md
|
|
%{_libexecdir}/installed-tests/libjcat/*
|
|
%{_datadir}/installed-tests/libjcat/*
|
|
%dir %{_datadir}/installed-tests/libjcat
|
|
|
|
%changelog
|
|
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.1.6-2
|
|
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
|
|
|
|
* Mon Feb 08 2021 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
|
- New upstream release
|
|
- Fall back to the AliasId for validation
|
|
- Fix jcat_context_verify_blob() to use self verify for checksums
|
|
|
|
* Fri Jan 08 2021 Richard Hughes <richard@hughsie.com> 0.1.5-1
|
|
- New upstream release
|
|
- Allow verifying expired certificates with an additional argument
|
|
|
|
* Fri Oct 23 2020 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
|
- New upstream release
|
|
- Export the old JCatEngine property to preserve internal ABI
|
|
|
|
* Tue Jun 16 2020 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
|
- New upstream release
|
|
- Export the JcatBlobKind and JcatBlobMethod on the result
|
|
|
|
* Fri Jun 05 2020 Richard Hughes <richard@hughsie.com> 0.1.2-2
|
|
- Fix for CVE-2020-10759
|
|
|
|
* Mon Apr 27 2020 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
|
- New upstream release
|
|
- Build fixes mostly for RHEL
|
|
|
|
* Tue Apr 14 2020 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
|
- New upstream release
|
|
- Allow adding an item ID 'alias'
|
|
- Make the installed tests actually work
|
|
|
|
* Mon Mar 23 2020 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
|
- Initial release for Fedora package review
|