ec51aa5578
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libjcat.git#b7deebeb9c7b3a8604458aaf1dffd5f6d1718f7f
121 lines
3.1 KiB
RPMSpec
121 lines
3.1 KiB
RPMSpec
%global glib2_version 2.45.8
|
|
%global json_glib_version 1.1.1
|
|
|
|
Summary: Library for reading Jcat files
|
|
Name: libjcat
|
|
Version: 0.1.4
|
|
Release: 1%{?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 23 2020 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
|
- New upstream release
|
|
- Export the old JCatEngine property to preserve internal ABI
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
- Second attempt - Rebuilt for
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* 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
|