2015-03-17 00:59:41 +00:00
|
|
|
%global appname org.gnome.Characters
|
|
|
|
|
|
|
|
Name: gnome-characters
|
2015-08-18 09:24:51 +00:00
|
|
|
Version: 3.17.90
|
2015-08-22 01:16:30 +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
|
2015-08-18 09:24:51 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-characters/3.17/%{name}-%{version}.tar.xz
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
# 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: libappstream-glib, gobject-introspection-devel
|
|
|
|
Requires: gjs >= 1.43.3
|
|
|
|
|
|
|
|
# This package contains libunistring modules from Gnulib. If a recent
|
|
|
|
# enough version of libunistring is installed on the system, it will
|
|
|
|
# be used instead. However, as of today, the libunistring package in
|
|
|
|
# F22 is older and we try to avoid unnecessary dependency.
|
|
|
|
|
|
|
|
# BuildRequires: libunistring-devel
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Characters is a simple utility application to find and insert unusual
|
|
|
|
characters.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{appname}
|
|
|
|
|
|
|
|
%check
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.desktop
|
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2015-08-22 01:16:30 +00:00
|
|
|
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2015-08-22 01:16:30 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
|
2015-03-17 00:59:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{appname}.lang
|
|
|
|
%doc NEWS README
|
|
|
|
%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
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
2015-07-29 06:42:18 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/categories/characters*.svg
|
2015-03-17 00:59:41 +00:00
|
|
|
%{_datadir}/%{appname}
|
|
|
|
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
|
|
|
|
%{_libdir}/%{appname}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
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
|