%global fontname google-android-emoji %global checkout 20120228git %global archivename %{name}-%{checkout} Name: %{fontname}-fonts # No sane versionning upstream, use git clone timestamp Version: 1.01 Release: 0.1.%{checkout}%{?dist} Summary: Android Emoji font released by Google License: ASL 2.0 URL: https://android.googlesource.com/platform/frameworks/base.git/+/jb-release/data/fonts/ Source0: %{archivename}.tar.xz Source1: get-source-from-git.sh BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem %description The Android Emoji typeface contains a number of pictographs and smileys, popularly used in instant messages and chat forums. The style of the typeface is playful. It is taken from Google's Android Jelly Bean mobile phone operating system. %prep %setup -q -n %{archivename} %build %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p AndroidEmoji.ttf %{buildroot}%{_fontdir} %_font_pkg *.ttf %doc README.txt NOTICE %changelog * Tue Jan 7 2014 Peter Oliver - 1.01-0.1.20120228git - New package, based on google-droid-fonts-20120715-6.