import appstream-0.14.5-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 11:45:36 -05:00 committed by Stepan Oksanichenko
parent 33249c7eb2
commit fd719b3f93
3 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
8ec25236df47d8f0fd964d01625905bea38cde9c SOURCES/AppStream-0.14.3.tar.xz
fc9f7a95fd117421ec8bb943fae2e9f49df90b55 SOURCES/AppStream-0.14.5.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/AppStream-0.14.3.tar.xz
SOURCES/AppStream-0.14.5.tar.xz

View File

@ -4,8 +4,8 @@
Summary: Utilities to generate, maintain and access the AppStream database
Name: appstream
Version: 0.14.3
Release: 4%{?dist}
Version: 0.14.5
Release: 1%{?dist}
# lib LGPLv2+, tools GPLv2+
License: GPLv2+ and LGPLv2+
@ -179,13 +179,18 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
## symlink pointing to ^^, but need to take care, since rpm has
## trouble replacing dirs with symlinks, omit it for now -- rex
%exclude %{_datadir}/gtk-doc/html/appstream
# Maybe this should be split out? -- ngompa
%{_datadir}/installed-tests/appstream/metainfo-validate.test
%ldconfig_scriptlets compose
%files compose
%{_libexecdir}/appstreamcli-compose
%{_mandir}/man1/appstreamcli-compose.1*
%{_libdir}/libappstream-compose.so.0*
%{_libdir}/libappstream-compose.so.%{version}
%{_libdir}/girepository-1.0/AppStreamCompose-1.0.typelib
%{_metainfodir}/org.freedesktop.appstream.compose.metainfo.xml
%files compose-devel
%{_includedir}/appstream-compose/
@ -205,6 +210,10 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
%{_libdir}/libAppStreamQt.so
%changelog
* Sun Aug 29 2021 Neal Gompa <ngompa@centosproject.org> - 0.14.5-1
- Rebase to 0.14.5
Resolves: rhbz#1998881
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.14.3-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688