Update to 40.beta
This commit is contained in:
parent
cb94007fd1
commit
d6cb1bc825
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/gnome-characters-3.32.0.tar.xz
|
||||
/gnome-characters-3.32.1.tar.xz
|
||||
/gnome-characters-3.34.0.tar.xz
|
||||
/gnome-characters-40.beta.tar.xz
|
||||
|
@ -2,15 +2,17 @@
|
||||
|
||||
%global gjs_version 1.50
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-characters
|
||||
Version: 3.34.0
|
||||
Release: 5%{?dist}
|
||||
Version: 40~beta
|
||||
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/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-characters/40/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
@ -18,11 +20,13 @@ BuildRequires: gjs-devel >= %{gjs_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libhandy1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: gjs >= %{gjs_version}
|
||||
Requires: gnome-desktop3
|
||||
Requires: libhandy1
|
||||
|
||||
%description
|
||||
Characters is a simple utility application to find and insert unusual
|
||||
@ -30,7 +34,7 @@ characters.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -64,6 +68,9 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-characters-3.34.0.tar.xz) = 4dc2f0027c7079034d50c2743607391a0e529bcaf4f8fdd495b05aa776027609a43686f4621bcf30f09a29fa6f4d5fba6ed6166e51ab66f03dedf3032bc65632
|
||||
SHA512 (gnome-characters-40.beta.tar.xz) = 6f64d8ba3851c113f959bcf3a58885c84e9b51fc9fe1aeac32266c3c946633c0928ae8bcad7fef7ea321246f3dbf22024779869333fbb67d72778d0e68b66c8c
|
||||
|
Loading…
Reference in New Issue
Block a user