2012-03-29 14:17:08 +00:00
|
|
|
Name: gnome-font-viewer
|
2015-05-13 08:58:32 +00:00
|
|
|
Version: 3.16.2
|
2012-03-29 14:17:08 +00:00
|
|
|
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
2015-07-22 14:42:51 +00:00
|
|
|
Release: 3%{?dist}
|
2012-03-29 14:17:08 +00:00
|
|
|
Summary: Utility for previewing fonts for GNOME
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+
|
|
|
|
#No URL for the package specifically, as of now
|
|
|
|
URL: http://www.gnome.org/gnome-3/
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-font-viewer/%{release_version}/%{name}-%{version}.tar.xz
|
|
|
|
|
2012-05-05 19:47:17 +00:00
|
|
|
BuildRequires: gnome-desktop3-devel
|
2012-03-29 14:17:08 +00:00
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: desktop-file-utils
|
2015-03-30 16:42:37 +00:00
|
|
|
BuildRequires: libappstream-glib
|
2012-03-29 14:17:08 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Use gnome-font-viewer, the Font Viewer, to preview fonts and display
|
|
|
|
information about a specified font. You can use the Font Viewer to display the
|
|
|
|
name, style, type, size, version and copyright of the font.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-silent-rules
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2015-03-30 16:42:37 +00:00
|
|
|
# Update the screenshot shown in the software center
|
|
|
|
#
|
|
|
|
# NOTE: It would be *awesome* if this file was pushed upstream.
|
|
|
|
#
|
|
|
|
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
|
|
|
|
#
|
|
|
|
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/org.gnome.font-viewer.appdata.xml \
|
|
|
|
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.font-viewer/a.png \
|
|
|
|
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.font-viewer/b.png
|
|
|
|
|
2012-03-29 14:17:08 +00:00
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
2014-08-21 21:24:55 +00:00
|
|
|
%check
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.font-viewer.desktop
|
|
|
|
|
2012-03-29 14:17:08 +00:00
|
|
|
%post
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2015-05-13 08:59:27 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS
|
2012-03-29 14:17:08 +00:00
|
|
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/gnome-thumbnail-font
|
2014-08-21 21:24:55 +00:00
|
|
|
%{_datadir}/appdata/org.gnome.font-viewer.appdata.xml
|
|
|
|
%{_datadir}/applications/org.gnome.font-viewer.desktop
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.font-viewer.service
|
2012-03-29 14:17:08 +00:00
|
|
|
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-07-22 14:42:51 +00:00
|
|
|
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.2-3
|
|
|
|
- Bump for new gnome-desktop3
|
|
|
|
|
2015-06-17 08:53:00 +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-13 08:58:32 +00:00
|
|
|
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
2015-05-13 08:59:27 +00:00
|
|
|
- Use license macro for the COPYING file
|
2015-05-13 08:58:32 +00:00
|
|
|
|
2015-03-30 16:42:37 +00:00
|
|
|
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
|
|
|
|
- Use better AppData screenshots
|
|
|
|
|
2015-03-24 09:21:13 +00:00
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-02-19 15:02:42 +00:00
|
|
|
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
|
2014-09-23 07:55:10 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-08-21 21:24:55 +00:00
|
|
|
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-16 17:46:01 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 17:08:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-26 08:20:52 +00:00
|
|
|
* Wed Mar 26 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-02-19 11:56:02 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.10.0-2
|
|
|
|
- Rebuild for gnome-desktop soname bump
|
|
|
|
|
2013-09-25 10:23:54 +00:00
|
|
|
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-03 21:00:34 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-08-21 23:47:21 +00:00
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
|
|
|
|
2013-08-03 15:26:09 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-26 01:40:22 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-07 21:42:33 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-20 14:07:45 +00:00
|
|
|
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
|
|
|
|
- Rebuilt for libgnome-desktop soname bump
|
|
|
|
|
2013-02-07 14:03:21 +00:00
|
|
|
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
|
- Update to 3.7.5
|
|
|
|
|
2013-01-16 21:37:16 +00:00
|
|
|
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2012-12-20 22:49:11 +00:00
|
|
|
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
|
|
|
|
- Update to 3.7.3
|
|
|
|
|
2012-12-06 13:11:15 +00:00
|
|
|
* Thu Dec 6 2012 Rui Matos <rmatos@redhat.com> - 3.6.2-1
|
|
|
|
- Update to 3.6.2
|
|
|
|
|
2012-11-13 13:14:55 +00:00
|
|
|
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-26 00:38:52 +00:00
|
|
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 17:26:02 +00:00
|
|
|
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-07-18 17:50:07 +00:00
|
|
|
* Wed Jul 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-06-28 11:31:27 +00:00
|
|
|
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-06-09 03:13:55 +00:00
|
|
|
* Fri Jun 8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-05-05 19:24:36 +00:00
|
|
|
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-03-29 14:17:08 +00:00
|
|
|
* Wed Mar 28 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-3
|
|
|
|
- Use %%global instead of %%define
|
|
|
|
- Don't define Version as the result of macro expansions so that we
|
|
|
|
don't break automated tools
|
|
|
|
|
|
|
|
* Wed Mar 28 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-2
|
|
|
|
- Use rpm macros to define the version number
|
|
|
|
- Do verbose builds
|
|
|
|
|
|
|
|
* Tue Mar 27 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
|
|
|
* Mon Mar 5 2012 Rui Matos <rmatos@redhat.com> - 3.3.2.1-3
|
|
|
|
- spec file cleanup
|
|
|
|
- removed unneeded GConf2-devel BR
|
|
|
|
- call update-desktop-database to rebuild the MIME types cache
|
|
|
|
|
|
|
|
* Tue Dec 06 2011 Anuj More <anujmorex@gmail.com> - 3.3.2.1-2
|
|
|
|
- made some formating changes in the spec file
|
|
|
|
|
|
|
|
* Fri Nov 18 2011 Anuj More <anujmorex@gmail.com> - 3.3.2.1-1
|
|
|
|
- rebuilt
|
|
|
|
|