[glyphicons-halflings-fonts] Initial commit

Pete Travis immanetize at fedoraproject.org
Mon Mar 17 19:15:50 UTC 2014


commit b98570381c70a766c50c3a1e4ffd48aae838cac4
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Mon Mar 17 13:15:43 2014 -0600

    Initial commit

 .gitignore                      |    2 +
 glyphicons-halflings-fonts.spec |   50 +++++++++++++++++++++++++++++++++++++++
 sources                         |    2 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..edfb1d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/glyphicons-halflings-regular.ttf
+/LICENSE
diff --git a/glyphicons-halflings-fonts.spec b/glyphicons-halflings-fonts.spec
new file mode 100644
index 0000000..9fdd4c9
--- /dev/null
+++ b/glyphicons-halflings-fonts.spec
@@ -0,0 +1,50 @@
+%global fontname glyphicons-halflings
+%global githash 728067b586d2d989c07e8a6265f06fa8631c6b1f
+%global gitshort 728067b
+%global date 20140211
+%global checkout %{date}git%{gitshort}
+
+Name:           %{fontname}-fonts
+Version:        3.1.0
+Release:        %{checkout}.1
+Summary:        Precisely prepared monochromatic icons and symbols
+
+License:        MIT
+URL:            http://glyphicons.com/
+
+Source0:        https://github.com/twbs/bootstrap/raw/%{githash}/fonts/glyphicons-halflings-regular.ttf
+Source1:        https://github.com/twbs/bootstrap/raw/%{githash}/LICENSE
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel 
+BuildRequires:  ttembed
+Requires:       fontpackages-filesystem
+
+%description
+GLYPHICONS is a library of precisely prepared monochromatic icons and symbols,
+created with an emphasis on simplicity and easy orientation.
+
+%prep
+ttembed %{SOURCE0}
+install -m 0644 -p %{SOURCE1} LICENSE
+
+%build
+
+
+%install
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p %{SOURCE0} %{buildroot}%{_fontdir}
+
+
+%files
+%doc LICENSE
+%{_fontdir}
+
+
+%changelog
+* Tue Feb 11 2014 Pete Travis <immanetize at fedoraproject.org> 3.1.0-20140211git728067b.1
+- Use git snapshot in release, to track changes in font vs project that provides it.
+- Remove unacceptable font formats.
+- Set embeddable permissions on glyphicons-halflings-regular.ttf to "installable".
+
+* Thu Jan  9 2014 Pete Travis <immanetize at fedoraproject.org> 3.0.3-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..dd18dc5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+e49d52e74b7689a0727def99da31f3eb  glyphicons-halflings-regular.ttf
+ca4658e1b9afda4fa729fcaac9c58c27  LICENSE


More information about the scm-commits mailing list