Blame SPECS/gnome-dictionary.spec

da55a3
Name:           gnome-dictionary
da55a3
Version:        3.26.1
da55a3
Release:        2%{?dist}
da55a3
Summary:        A dictionary application for GNOME
da55a3
da55a3
License:        GPLv3+ and LGPLv2+ and GFDL
da55a3
URL:            https://wiki.gnome.org/Apps/Dictionary
da55a3
Source0:        https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
da55a3
da55a3
BuildRequires:  desktop-file-utils
da55a3
BuildRequires:  docbook-style-xsl
da55a3
BuildRequires:  gettext
da55a3
BuildRequires:  itstool
da55a3
BuildRequires:  meson
da55a3
BuildRequires:  pkgconfig(gobject-introspection-1.0)
da55a3
BuildRequires:  pkgconfig(gtk+-3.0)
da55a3
BuildRequires:  /usr/bin/appstream-util
da55a3
BuildRequires:  /usr/bin/xsltproc
0f3355
0f3355
Obsoletes: gnome-utils <= 1:3.3
0f3355
Obsoletes: gnome-utils-libs <= 1:3.3
0f3355
Obsoletes: gnome-utils-devel <= 1:3.3
da55a3
# Removed in F27
da55a3
Obsoletes: gnome-dictionary-devel < 3.26.0
da55a3
Obsoletes: gnome-dictionary-libs < 3.26.0
0f3355
0f3355
%description
0f3355
gnome-dictionary lets you look up words in dictionary sources.
0f3355
0f3355
%prep
0f3355
%setup -q
0f3355
0f3355
%build
da55a3
%meson
da55a3
%meson_build
0f3355
0f3355
%install
da55a3
%meson_install
0f3355
%find_lang %{name} --with-gnome
0f3355
63da9c
%check
63da9c
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml
63da9c
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
63da9c
0f3355
%postun
0f3355
if [ $1 -eq 0 ]; then
0f3355
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
0f3355
fi
0f3355
0f3355
%posttrans
0f3355
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
0f3355
da55a3
%files -f %{name}.lang
da55a3
%doc NEWS README.md
63da9c
%license COPYING COPYING.docs COPYING.libs
0f3355
%{_bindir}/gnome-dictionary
63da9c
%{_datadir}/appdata/org.gnome.Dictionary.appdata.xml
63da9c
%{_datadir}/applications/org.gnome.Dictionary.desktop
63da9c
%{_datadir}/dbus-1/services/org.gnome.Dictionary.service
da55a3
%{_datadir}/gdict-1.0/
0f3355
%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
63da9c
%{_mandir}/man1/gnome-dictionary.1*
63da9c
0f3355
%changelog
da55a3
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
da55a3
- Update to 3.26.1
da55a3
- Resolves: #1568169
da55a3
63da9c
* Wed Feb 22 2017 Matthias Clasen <mclasen@redhat.com> - 3.20.0-1
63da9c
- Rebase to 3.20.0
63da9c
  Resolves: rhbz#1386890
63da9c
e83ef0
* Wed Jun 29 2016 Matthias Clasen <mclasen@redhat.com> - 3.14.2-2
e83ef0
- Update translations
e83ef0
- Resolves: #1304290
e83ef0
e39cd4
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
e39cd4
- Update to 3.14.2
e39cd4
- Resolves: #1174558
e39cd4
f3ab03
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.0-4
f3ab03
- Mass rebuild 2014-01-24
f3ab03
f3ab03
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.0-3
f3ab03
- Mass rebuild 2013-12-27
f3ab03
f3ab03
* Tue Dec 3 2013 Alexander Larsson <alexl@redhat.com> - 3.8.0-2
f3ab03
- Rebuild to fix s390x intermittent issue
f3ab03
  Resolves: rhbz#1017314
f3ab03
0f3355
* Mon Jul 22 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.0-1
0f3355
- Update to 3.8.0
0f3355
- Translation updates
0f3355
- Rewritten help
0f3355
0f3355
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.0-3
0f3355
- Update the man page
0f3355
- Trim %%changelog
0f3355
0f3355
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-2
0f3355
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0f3355
0f3355
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
0f3355
- Update to 3.6.0
0f3355
0f3355
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-2
0f3355
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0f3355
0f3355
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
0f3355
- Update to 3.5.2
0f3355
0f3355
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
0f3355
- Silence rpm scriptlet output
0f3355
0f3355
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
0f3355
- Update to 3.4.0
0f3355
0f3355
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-3
0f3355
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0f3355
0f3355
* Thu Nov 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-2
0f3355
- Obsolete all gnome-utils subpackages, and handle the epoch
0f3355
0f3355
* Thu Nov 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
0f3355
- Initial packaging