From 9a27d92a898aedeb9ae42c5a78f813f78c10be95 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:30:49 +0100 Subject: [PATCH] rebuilt with rpm support enabled [release 0.7.17-2mamba;Wed May 06 2020] --- appstream-glib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/appstream-glib.spec b/appstream-glib.spec index 451119d..a694194 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -1,7 +1,7 @@ %define tagver %(echo %version | tr . _) Name: appstream-glib Version: 0.7.17 -Release: 1mamba +Release: 2mamba Summary: A library that provides GObjects and helper methods to make it easy to read and write AppStream metadata Group: System/Tools Vendor: openmamba @@ -13,6 +13,7 @@ Source: https://github.com/hughsie/appstream-glib.git/appstream_glib_%{ta License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libarchive-devel BuildRequires: libcairo-devel BuildRequires: libfontconfig-devel @@ -22,6 +23,7 @@ BuildRequires: libglib-devel BuildRequires: libgtk-devel BuildRequires: libjson-glib-devel BuildRequires: libpango-devel +BuildRequires: librpm-devel BuildRequires: libsoup-devel BuildRequires: libstemmer-devel BuildRequires: libuuid-devel @@ -62,7 +64,7 @@ This package contains libraries and header files for developing applications tha -Dgtk-doc=true \ -Dstemmer=true \ -Ddep11=false \ - -Drpm=false + -Drpm=true %meson_build @@ -119,6 +121,9 @@ export DESTDIR=%{buildroot} %doc NEWS README.md %changelog +* Wed May 06 2020 Silvan Calarco 0.7.17-2mamba +- rebuilt with rpm support enabled + * Sun Feb 23 2020 Automatic Build System 0.7.17-1mamba - automatic version update by autodist