2012-03-29 14:17:08 +00:00
|
|
|
Name: gnome-font-viewer
|
2014-03-26 08:20:52 +00:00
|
|
|
Version: 3.12.0
|
2012-03-29 14:17:08 +00:00
|
|
|
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
2014-06-07 17:08:15 +00:00
|
|
|
Release: 2%{?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
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
%post
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc COPYING NEWS
|
|
|
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/gnome-thumbnail-font
|
2014-03-26 08:40:09 +00:00
|
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
2012-03-29 14:17:08 +00:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
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
|
|
|
|
|