2015-03-17 00:59:41 +00:00
|
|
|
%global appname org.gnome.Characters
|
|
|
|
|
2019-03-15 12:57:41 +00:00
|
|
|
%global gjs_version 1.50
|
|
|
|
|
2015-03-17 00:59:41 +00:00
|
|
|
Name: gnome-characters
|
2019-03-15 12:57:41 +00:00
|
|
|
Version: 3.32.0
|
2019-03-20 18:51:10 +00:00
|
|
|
Release: 2%{?dist}
|
2015-03-17 00:59:41 +00:00
|
|
|
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
|
2019-03-15 12:57:41 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-characters/3.32/%{name}-%{version}.tar.xz
|
2015-03-17 00:59:41 +00:00
|
|
|
|
2018-03-05 09:40:40 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2018-03-05 09:33:09 +00:00
|
|
|
BuildRequires: gettext
|
2019-03-15 12:57:41 +00:00
|
|
|
BuildRequires: gjs-devel >= %{gjs_version}
|
2018-03-05 09:40:40 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: libappstream-glib
|
2018-03-05 09:46:25 +00:00
|
|
|
BuildRequires: libunistring-devel
|
2018-03-05 09:41:50 +00:00
|
|
|
BuildRequires: meson
|
2019-03-15 12:57:41 +00:00
|
|
|
|
|
|
|
Requires: gjs >= %{gjs_version}
|
2019-03-20 18:51:10 +00:00
|
|
|
Requires: gnome-desktop3
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Characters is a simple utility application to find and insert unusual
|
|
|
|
characters.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2015-09-29 23:47:05 +00:00
|
|
|
%autosetup -p1
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-03-05 09:41:50 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2018-03-05 09:41:50 +00:00
|
|
|
%meson_install
|
2015-03-17 00:59:41 +00:00
|
|
|
%find_lang %{appname}
|
|
|
|
|
2018-01-06 09:28:15 +00:00
|
|
|
|
2015-03-17 00:59:41 +00:00
|
|
|
%check
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{appname}.lang
|
2018-03-05 09:33:09 +00:00
|
|
|
%doc NEWS
|
2015-03-17 00:59:41 +00:00
|
|
|
%license COPYING COPYINGv2
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/dbus-1/services/%{appname}.BackgroundService.service
|
|
|
|
%{_datadir}/applications/%{appname}.desktop
|
|
|
|
%{_datadir}/dbus-1/services/%{appname}.service
|
|
|
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
|
|
|
%{_datadir}/%{appname}
|
|
|
|
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
|
2019-03-15 12:57:41 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
2018-03-05 09:33:09 +00:00
|
|
|
%{_datadir}/metainfo/%{appname}.appdata.xml
|
2015-03-17 00:59:41 +00:00
|
|
|
%{_libdir}/%{appname}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-03-20 18:51:10 +00:00
|
|
|
* Wed Mar 20 2019 Matthias Clasen <mclasen@redhat.com> - 3.32.0-2
|
|
|
|
- Add a missing runtime dep. This was causing the
|
|
|
|
flatpak build to miss gnome-desktop3, which is
|
|
|
|
used by introspection
|
|
|
|
|
2019-03-15 12:57:41 +00:00
|
|
|
* Fri Mar 15 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
2019-01-31 23:04:43 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-09 20:08:46 +00:00
|
|
|
* Tue Oct 09 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
2018-09-06 13:11:50 +00:00
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.29.91-1
|
|
|
|
- Update to 3.29.91
|
|
|
|
|
2018-07-13 02:50:21 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-08 09:07:49 +00:00
|
|
|
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
|
|
|
- Update to 3.28.2
|
|
|
|
|
2018-03-12 12:08:21 +00:00
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
|
2018-03-05 09:33:09 +00:00
|
|
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
|
|
|
- Update to 3.27.92
|
2018-03-05 09:41:50 +00:00
|
|
|
- Switch to the meson build system
|
2018-03-05 09:46:25 +00:00
|
|
|
- Build with system libunistring
|
2018-03-05 09:33:09 +00:00
|
|
|
|
2018-02-07 13:15:42 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-06 09:28:15 +00:00
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2017-11-01 21:20:34 +00:00
|
|
|
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
|
|
|
|
- Update to 3.26.2
|
|
|
|
|
2017-10-08 21:50:51 +00:00
|
|
|
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
|
|
|
- Update to 3.26.1
|
|
|
|
|
2017-09-07 14:11:59 +00:00
|
|
|
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
|
|
|
- Update to 3.25.92
|
|
|
|
|
2017-08-02 21:59:56 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:39:05 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-18 08:52:47 +00:00
|
|
|
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
2017-02-10 11:20:19 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-21 07:10:39 +00:00
|
|
|
* Wed Sep 21 2016 Daiki Ueno <dueno@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
2016-08-27 08:49:13 +00:00
|
|
|
* Sat Aug 27 2016 Kalev Lember <klember@redhat.com> - 3.21.91.1-1
|
|
|
|
- Update to 3.21.91.1
|
|
|
|
|
2016-04-13 15:45:41 +00:00
|
|
|
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2016-03-22 06:47:59 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-14 10:35:13 +00:00
|
|
|
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
2016-02-16 11:22:55 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
2016-02-03 22:21:14 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-14 14:40:40 +00:00
|
|
|
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
|
|
|
|
- Update to 3.19.3
|
|
|
|
|
2015-10-11 10:14:25 +00:00
|
|
|
* Sun Oct 11 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-10-09 21:05:45 +00:00
|
|
|
* Fri Oct 09 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.18.0-3
|
|
|
|
- Disable the search provider by default.
|
|
|
|
|
2015-09-29 23:47:05 +00:00
|
|
|
* Tue Sep 29 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.18.0-2
|
|
|
|
- Add symbolic icon and X-GNOME-Utilities desktop category.
|
|
|
|
|
2015-09-21 21:42:24 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-08-31 07:43:43 +00:00
|
|
|
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
2015-08-22 01:16:30 +00:00
|
|
|
* Fri Aug 21 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.90-2
|
|
|
|
- Force-update the icon cache for the gnome theme. This is necessary
|
|
|
|
because icons were moved from gnome to hicolor, and if we don't update
|
|
|
|
the gnome icon cache, it hides the icons in lower hicolor theme.
|
|
|
|
This is a one-shot fix, and should be removed in the next package
|
|
|
|
update.
|
|
|
|
|
2015-08-18 09:24:51 +00:00
|
|
|
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
|
|
|
- Update to 3.17.90
|
|
|
|
|
2015-07-29 06:42:18 +00:00
|
|
|
* Wed Jul 29 2015 Daiki Ueno <dueno@redhat.com> - 3.17.4.1-1
|
|
|
|
- Update to 3.17.4.1
|
|
|
|
|
2015-06-17 08:49:03 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-12 08:46:44 +00:00
|
|
|
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
|
|
|
|
2015-04-14 10:12:39 +00:00
|
|
|
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
2015-03-23 09:58:20 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-03-17 00:59:41 +00:00
|
|
|
* Tue Mar 17 2015 Daiki Ueno <dueno@redhat.com> - 3.15.92-1
|
|
|
|
- Initial packaging for Fedora
|