automatic version update by autodist [release 1.0.4-1mamba;Mon Dec 09 2024]
This commit is contained in:
parent
4b7b9124a1
commit
8851801f2c
@ -1,5 +1,5 @@
|
||||
Name: appstream
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Summary: Tools and libraries to work with AppStream metadata
|
||||
Group: System/Tools
|
||||
@ -12,6 +12,7 @@ Patch0: appstream-0.14.0-upstream-Do_not_automatically_clean_up_errors_th
|
||||
License: GPL, LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
@ -28,7 +29,6 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libxmlb-devel
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -92,8 +92,6 @@ export DESTDIR=%{buildroot}
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%posttrans
|
||||
%{_bindir}/appstreamcli refresh --force >& /dev/null ||:
|
||||
@ -156,6 +154,9 @@ export DESTDIR=%{buildroot}
|
||||
%{_libdir}/libAppStreamQt.so
|
||||
|
||||
%changelog
|
||||
* Mon Dec 09 2024 Automatic Build System <autodist@openmamba.org> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 1.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user