Update to 42.alpha
This commit is contained in:
parent
cb356d9432
commit
4c699f6aae
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@ gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
||||
/gsettings-desktop-schemas-41.alpha.tar.xz
|
||||
/gsettings-desktop-schemas-41.rc.tar.xz
|
||||
/gsettings-desktop-schemas-41.0.tar.xz
|
||||
/gsettings-desktop-schemas-42.alpha.tar.xz
|
||||
|
@ -3,14 +3,14 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 41.0
|
||||
Version: 42~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
# no homepage exists for this component
|
||||
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
Source1: org.gnome.desktop.interface.rhel.gschema.override
|
||||
|
||||
BuildRequires: gettext
|
||||
@ -51,7 +51,7 @@ and header files for developing applications that use %{name}.
|
||||
%meson_install
|
||||
|
||||
%if 0%{?rhel}
|
||||
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
||||
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
||||
%endif
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
@ -78,6 +78,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||
- Update to 42.alpha
|
||||
|
||||
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
||||
- Update to 41.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gsettings-desktop-schemas-41.0.tar.xz) = 58f9f60d818f0ddce20ad70e6ca64d3e1fb5a5dfd45b737cc055901f7dd5f1625902451e765a26969bdd72e3b37300dacbd3555a4bc3f33c6667dbf9b1869739
|
||||
SHA512 (gsettings-desktop-schemas-42.alpha.tar.xz) = 777693f657d785e84dc76025a8c85e50ac9a6394a0d69ea0d315a53ef1d44cd0068215fb604b4249279d73b76a7fdb5993db1072c31ddf0a296db591f9bc9881
|
||||
|
Loading…
Reference in New Issue
Block a user