Update to 42.alpha
This commit is contained in:
parent
761051fc3d
commit
2657e924d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/gnome-characters-40.beta.tar.xz
|
||||
/gnome-characters-40.0.tar.xz
|
||||
/gnome-characters-41.0.tar.xz
|
||||
/gnome-characters-42.alpha.tar.xz
|
||||
|
@ -1,32 +1,33 @@
|
||||
%global appname org.gnome.Characters
|
||||
|
||||
%global gjs_version 1.50
|
||||
%global libadwaita_version 1.0.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-characters
|
||||
Version: 41.0
|
||||
Version: 42~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Character map application for GNOME
|
||||
# Files from gtk-js-app are licensed under 3-clause BSD.
|
||||
# Other files are GPL 2.0 or later.
|
||||
License: BSD and GPLv2+
|
||||
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
||||
Source0: https://download.gnome.org/sources/gnome-characters/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gjs-devel >= %{gjs_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libhandy1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= %{gjs_version}
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
|
||||
Requires: gjs >= %{gjs_version}
|
||||
Requires: gnome-desktop3
|
||||
Requires: libhandy1
|
||||
Requires: gnome-desktop4%{_isa}
|
||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||
|
||||
%description
|
||||
Characters is a simple utility application to find and insert unusual
|
||||
@ -52,7 +53,7 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
|
||||
|
||||
%files -f %{appname}.lang
|
||||
%doc NEWS
|
||||
%doc NEWS README.md
|
||||
%license COPYING COPYINGv2
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/dbus-1/services/%{appname}.BackgroundService.service
|
||||
@ -68,6 +69,9 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 12 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||
- Update to 42.alpha
|
||||
|
||||
* Tue Sep 21 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
||||
- Update to 41.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-characters-41.0.tar.xz) = faa76b8ced642d5a1c4641fc4670800f851dd0aae98cd227fd0847c5b930d572f6838e677e11858d62f672a6cabfb1c5aa582a534cd8e37541e9fc1bb16fcc04
|
||||
SHA512 (gnome-characters-42.alpha.tar.xz) = f72e67808a5ea53e42fc2185470e66b8e0450d506f0e6b6aeea45d4779c38909eda424f7a217953a8e0b92c8c55de56fa7f91359e671ca2f67bc0c57798626c6
|
||||
|
Loading…
Reference in New Issue
Block a user