Initial import (#807662).
This commit is contained in:
parent
3a4f81c8b7
commit
ea49571bc5
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/gnome-font-viewer-3.4.0.tar.xz
|
76
gnome-font-viewer.spec
Normal file
76
gnome-font-viewer.spec
Normal file
@ -0,0 +1,76 @@
|
||||
Name: gnome-font-viewer
|
||||
Version: 3.4.0
|
||||
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
Release: 3%{?dist}
|
||||
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
|
||||
|
||||
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
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user