Blame dynamic-wallpaper-editor.spec

4679777
%global uuid    com.github.maoschanz.DynamicWallpaperEditor
f33d2b2
f33d2b2
Name:           dynamic-wallpaper-editor
402882d
Version:        2.5
48b9bda
Release:        2%{?dist}
f33d2b2
Summary:        Utility for creation or edition GNOME desktop's XML wallpapers
f33d2b2
f33d2b2
License:        GPLv3+
f33d2b2
URL:            https://github.com/maoschanz/dynamic-wallpaper-editor
f33d2b2
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
f33d2b2
BuildArch:      noarch
f33d2b2
f33d2b2
BuildRequires:  desktop-file-utils
f33d2b2
BuildRequires:  intltool
f33d2b2
BuildRequires:  libappstream-glib
f33d2b2
BuildRequires:  meson
4679777
BuildRequires:  python3-devel
f33d2b2
BuildRequires:  pkgconfig(glib-2.0)
f33d2b2
BuildRequires:  pkgconfig(gtk+-3.0)
402882d
f33d2b2
Requires:       hicolor-icon-theme
f33d2b2
f33d2b2
%description
f33d2b2
The GNOME desktop allows the wallpaper to change with time.
f33d2b2
402882d
These dynamic wallpapers are XML files, and you don't want to write these files
402882d
yourself: Dynamic Wallpaper Editor is a little utility for the creation or the
402882d
edition of these XML wallpapers.
f33d2b2
4679777
f33d2b2
%prep
402882d
%autosetup -p1
f33d2b2
4679777
f33d2b2
%build
f33d2b2
%meson
f33d2b2
%meson_build
f33d2b2
4679777
f33d2b2
%install
f33d2b2
%meson_install
f33d2b2
%find_lang %{name} --with-gnome
f33d2b2
4679777
f33d2b2
%check
feab89c
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
feab89c
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
4679777
f33d2b2
f33d2b2
%files -f %{name}.lang
f33d2b2
%license LICENSE
f33d2b2
%doc README.md
f33d2b2
%{_bindir}/%{name}
402882d
%{_datadir}/%{name}/
f33d2b2
%{_datadir}/applications/*.desktop
eba8807
%{_datadir}/glib-2.0/schemas/*.gschema.xml
f33d2b2
%{_datadir}/icons/hicolor/*/*/*
4679777
%{_metainfodir}/*.xml
4679777
f33d2b2
f33d2b2
%changelog
48b9bda
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
48b9bda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
48b9bda
402882d
* Thu May 07 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.5-1
402882d
- Update to 2.5
402882d
36bd3ba
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
36bd3ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
36bd3ba
feab89c
* Mon Oct 21 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.4-1
feab89c
- Update to 2.4
feab89c
71c4f74
* Sun Sep 29 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3-1
71c4f74
- Update to 2.3
71c4f74
eba8807
* Thu Sep 26 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-2
eba8807
- Tiny fix
eba8807
4679777
* Thu Sep 26 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-1
4679777
- Update to 2.2.1
4679777
f33d2b2
* Wed Jul 31 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.1.0-2
f33d2b2
- Update to 2.1.0
f33d2b2
f33d2b2
* Mon Jul 29 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 2.0.0-2
f33d2b2
- Initial package