commit 38d9c48c152dc65e8ffc07a4fec0629b4c610e14d04cc4c8598bf6190285cc57 Author: OBS User unknown Date: Thu May 21 17:42:37 2009 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fifth-leg-font?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/fifth-leg-font.changes b/fifth-leg-font.changes new file mode 100644 index 0000000..2f08bc5 --- /dev/null +++ b/fifth-leg-font.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue May 19 13:34:29 CEST 2009 - vuntz@novell.com + +- Initial package. + diff --git a/fifth-leg-font.spec b/fifth-leg-font.spec new file mode 100644 index 0000000..e5da143 --- /dev/null +++ b/fifth-leg-font.spec @@ -0,0 +1,75 @@ +# +# spec file for package fifth-leg-font (Version 0.3) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: fifth-leg-font +%define pkgname opensuse-font-fifth-leg +License: SIL Open Font License 1.1 +Group: System/X11/Fonts +PreReq: %suseconfig_fonts_prereq +Version: 0.3 +Release: 2 +Summary: Font for the openSUSE Brand +Source: %{pkgname}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +BuildRequires: xorg-x11-devel +%if "%(xft-config --prefix)" == "/usr" +%define ttf_fontdir /usr/share/fonts/truetype +%else +%define ttf_fontdir /usr/X11R6/lib/X11/fonts/truetype +%endif + +%description +The Fifth Leg font is the font used for openSUSE branded material. + + + +Authors: +-------- + Jakub Steiner + +%prep +%setup -q -c +mv COPYING_OFL COPYING + +%build + +%install +mkdir -p %{buildroot}%{ttf_fontdir} +install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/ + +%post +%run_suseconfig_fonts + +%postun +%run_suseconfig_fonts + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc COPYING +%dir %{ttf_fontdir} +%{ttf_fontdir}/*.otf + +%changelog +* Tue May 19 2009 vuntz@novell.com +- Initial package. diff --git a/opensuse-font-fifth-leg-0.3.tar.bz2 b/opensuse-font-fifth-leg-0.3.tar.bz2 new file mode 100644 index 0000000..8ace57f --- /dev/null +++ b/opensuse-font-fifth-leg-0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aebbbe8f35bc01051bddcc73a0700c028e738718d4f315fe31bf937ff29cad9 +size 213813 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4