Update to 45.0
This commit is contained in:
parent
ec2347ff44
commit
f605dcecd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/gnome-tweaks-40.beta.tar.xz
|
/gnome-tweaks-40.beta.tar.xz
|
||||||
/gnome-tweaks-40.0.tar.xz
|
/gnome-tweaks-40.0.tar.xz
|
||||||
/gnome-tweaks-42.beta.tar.xz
|
/gnome-tweaks-42.beta.tar.xz
|
||||||
|
/gnome-tweaks-45.0.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(tr '~' '.' <<<%{version})
|
||||||
%global major_version %%(cut -d '.' -f 1 <<<%{tarball_version})
|
%global major_version %%(cut -d '.' -f 1 <<<%{tarball_version})
|
||||||
|
|
||||||
Name: gnome-tweaks
|
Name: gnome-tweaks
|
||||||
Version: 42~beta
|
Version: 45.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Customize advanced GNOME 3 options
|
Summary: Customize advanced GNOME 3 options
|
||||||
|
|
||||||
# Software is GPL-3.0+, Appdata file is CC0-1.0
|
# Software is GPL-3.0+, Appdata file is CC0-1.0
|
||||||
License: GPL-3.0+ AND CC0-1.0
|
License: GPL-3.0-or-later AND CC0-1.0
|
||||||
URL: https://wiki.gnome.org/Apps/Tweaks
|
URL: https://wiki.gnome.org/Apps/Tweaks
|
||||||
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
@ -27,7 +27,6 @@ Requires: pango
|
|||||||
Requires: %{py3_dist pygobject}
|
Requires: %{py3_dist pygobject}
|
||||||
Recommends: gnome-settings-daemon
|
Recommends: gnome-settings-daemon
|
||||||
Recommends: gnome-shell
|
Recommends: gnome-shell
|
||||||
Recommends: gnome-themes-extra
|
|
||||||
Recommends: mutter
|
Recommends: mutter
|
||||||
Recommends: sound-theme-freedesktop
|
Recommends: sound-theme-freedesktop
|
||||||
Suggests: gnome-shell-extension-user-theme
|
Suggests: gnome-shell-extension-user-theme
|
||||||
@ -65,7 +64,6 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/metainfo/*.app
|
|||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libexecdir}/gnome-tweak-tool-lid-inhibitor
|
|
||||||
%{python3_sitelib}/gtweak/
|
%{python3_sitelib}/gtweak/
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
@ -76,6 +74,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/metainfo/*.app
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 24 2023 Mohamed El Morabity <melmorabity@fedoraproject.org> - 45.0-1
|
||||||
|
- Update to 45.0
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42~beta-8
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42~beta-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-tweaks-42.beta.tar.xz) = f641d62891efd8f198f520fd467e6b3c73540e54a506d07a4a4578ae793d273ee76844f5da7581c3562c6cfeb5bcb6e2d86b49db5f7a09d506e6d17fe6b32a14
|
SHA512 (gnome-tweaks-45.0.tar.xz) = 2bc6d64a412c13f84a971d157ce7ebfac31d791af8d4bfc80d7f6b8f88445ecd40dc9d9d12aee0688590ab6d9535add18f244dd9a216e3b59c82e1c88a1c7f86
|
||||||
|
Loading…
Reference in New Issue
Block a user