Blame SPECS/gnome-font-viewer.spec

a2583f
Name:           gnome-font-viewer
a2583f
Version:        3.8.0
a2583f
%global         release_version %(echo %{version} | awk -F. '{print $1"."$2}')
a2583f
Release:        1%{?dist}
a2583f
Summary:        Utility for previewing fonts for GNOME
a2583f
a2583f
Group:          Applications/System
a2583f
License:        GPLv2+
a2583f
#No URL for the package specifically, as of now
a2583f
URL:            http://www.gnome.org/gnome-3/
a2583f
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-font-viewer/%{release_version}/%{name}-%{version}.tar.xz
a2583f
a2583f
BuildRequires:  gnome-desktop3-devel
a2583f
BuildRequires:  gtk3-devel
a2583f
BuildRequires:  intltool
a2583f
BuildRequires:  desktop-file-utils
a2583f
a2583f
%description
a2583f
Use gnome-font-viewer, the Font Viewer, to preview fonts and display
a2583f
information about a specified font. You can use the Font Viewer to display the
a2583f
name, style, type, size, version and copyright of the font.
a2583f
a2583f
%prep
a2583f
%setup -q
a2583f
a2583f
%build
a2583f
%configure --disable-silent-rules
a2583f
make %{?_smp_mflags}
a2583f
a2583f
a2583f
%install
a2583f
make install DESTDIR=$RPM_BUILD_ROOT
a2583f
a2583f
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
a2583f
a2583f
%find_lang %{name} --with-gnome
a2583f
a2583f
%post
a2583f
update-desktop-database &> /dev/null || :
a2583f
a2583f
%postun
a2583f
update-desktop-database &> /dev/null || :
a2583f
a2583f
%files -f %{name}.lang
a2583f
%doc COPYING NEWS
a2583f
a2583f
%{_bindir}/%{name}
a2583f
%{_bindir}/gnome-thumbnail-font
a2583f
%{_datadir}/applications/%{name}.desktop
a2583f
%{_datadir}/thumbnailers/%{name}.thumbnailer
a2583f
a2583f
a2583f
%changelog
a2583f
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
a2583f
- Update to 3.8.0
a2583f
a2583f
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
a2583f
- Update to 3.7.91
a2583f
a2583f
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
a2583f
- Rebuilt for libgnome-desktop soname bump
a2583f
a2583f
* Thu Feb 07 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
a2583f
- Update to 3.7.5
a2583f
a2583f
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
a2583f
- Update to 3.7.4
a2583f
a2583f
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
a2583f
- Update to 3.7.3
a2583f
a2583f
* Thu Dec  6 2012 Rui Matos <rmatos@redhat.com> - 3.6.2-1
a2583f
- Update to 3.6.2
a2583f
a2583f
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
a2583f
- Update to 3.6.1
a2583f
a2583f
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
a2583f
- Update to 3.6.0
a2583f
a2583f
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-1
a2583f
- Update to 3.5.92
a2583f
a2583f
* Wed Jul 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.4-1
a2583f
- Update to 3.5.4
a2583f
a2583f
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-1
a2583f
- Update to 3.5.3
a2583f
a2583f
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-1
a2583f
- Update to 3.5.2
a2583f
a2583f
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
a2583f
- Update to 3.5.1
a2583f
a2583f
* Wed Mar 28 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-3
a2583f
- Use %%global instead of %%define
a2583f
- Don't define Version as the result of macro expansions so that we
a2583f
  don't break automated tools
a2583f
a2583f
* Wed Mar 28 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-2
a2583f
- Use rpm macros to define the version number
a2583f
- Do verbose builds
a2583f
a2583f
* Tue Mar 27 2012 Rui Matos <rmatos@redhat.com> - 3.4.0-1
a2583f
- Update to 3.4.0
a2583f
a2583f
* Mon Mar  5 2012 Rui Matos <rmatos@redhat.com> - 3.3.2.1-3
a2583f
- spec file cleanup
a2583f
- removed unneeded GConf2-devel BR
a2583f
- call update-desktop-database to rebuild the MIME types cache
a2583f
a2583f
* Tue Dec 06 2011 Anuj More <anujmorex@gmail.com> - 3.3.2.1-2
a2583f
- made some formating changes in the spec file
a2583f
a2583f
* Fri Nov 18 2011 Anuj More <anujmorex@gmail.com> - 3.3.2.1-1
a2583f
- rebuilt
a2583f