## START: Set by rpmautospec
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autochangelog
## END: Set by rpmautospec

Name:      gnome-app-list
Version:   1.0
Release:   0%{?dist}
BuildArch: noarch
Summary:   A curated list of apps to feature or highlight in GNOME
License:   LGPL-2.1-or-later
URL:       https://gitlab.gnome.org/GNOME/gnome-app-list/
Source0:   https://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz

BuildRequires: meson
BuildRequires: /usr/bin/python3
BuildRequires: /usr/bin/xmllint

%description
The %{name} provides an AppStream data, which marks
some apps as featured or highlighted in GNOME.

%prep
%autosetup -p1 -n %{name}-%{version}

%build
%meson
%meson_build

%install
%meson_install

%check
%meson_test

%files
%license LICENSES/LGPL-2.1-or-later.txt
%dir %{_datadir}/swcatalog
%dir %{_datadir}/swcatalog/xml
%{_datadir}/swcatalog/xml/org.gnome.App-list.xml

%changelog
## START: Generated by rpmautospec
* Thu Sep 19 2024 Milan Crha <mcrha@redhat.com> - 1.0-2
- Uncommitted changes

* Mon Sep 16 2024 Milan Crha <mcrha@redhat.com> - 1.0-1
- Update to 1.0

* Tue Sep 10 2024 nmontero <nmontero@redhat.com> - 0.2-1
- New package
## END: Generated by rpmautospec