Update to 3.27.92
This commit is contained in:
parent
90673a3187
commit
667080626a
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/gnome-characters-3.25.92.tar.xz
|
||||
/gnome-characters-3.26.1.tar.xz
|
||||
/gnome-characters-3.26.2.tar.xz
|
||||
/gnome-characters-3.27.92.tar.xz
|
||||
|
@ -1,17 +1,18 @@
|
||||
%global appname org.gnome.Characters
|
||||
|
||||
Name: gnome-characters
|
||||
Version: 3.26.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.27.92
|
||||
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.26/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-characters/3.27/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
# This package uses GtkWidget template, which was added in Gjs 1.43.3.
|
||||
BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils
|
||||
BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, desktop-file-utils
|
||||
BuildRequires: libappstream-glib, gobject-introspection-devel
|
||||
Requires: gjs >= 1.43.3
|
||||
|
||||
@ -48,11 +49,10 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
|
||||
|
||||
%files -f %{appname}.lang
|
||||
%doc NEWS README
|
||||
%doc NEWS
|
||||
%license COPYING COPYINGv2
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/dbus-1/services/%{appname}.BackgroundService.service
|
||||
%{_datadir}/appdata/%{appname}.appdata.xml
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/dbus-1/services/%{appname}.service
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
@ -60,10 +60,14 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}-symbolic.svg
|
||||
%{_datadir}/%{appname}
|
||||
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
%{_libdir}/%{appname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
||||
- Update to 3.27.92
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-characters-3.26.2.tar.xz) = a9bce1810f4ba4de59275421e201838ede4781d636231307906ab10fd588ca4ba945aee6f6f8bb847c9b76a7a0db86613189542649cb8561542bec3c774645b0
|
||||
SHA512 (gnome-characters-3.27.92.tar.xz) = 0887f4cf9b01d6fa59c03101fc722796bd6cf1666e6361b0ee565d7b096786d96073d236bf3ac7a26ab8bfdabf8dc11ce7716fc85579281410c328bdc0a4c0e2
|
||||
|
Loading…
Reference in New Issue
Block a user