OBS User unknown 2009-05-21 17:42:37 +00:00 committed by Git OBS Bridge
commit 38d9c48c15
5 changed files with 106 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

5
fifth-leg-font.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue May 19 13:34:29 CEST 2009 - vuntz@novell.com
- Initial package.

75
fifth-leg-font.spec Normal file
View File

@ -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 <jimmac@novell.com>
%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.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5aebbbe8f35bc01051bddcc73a0700c028e738718d4f315fe31bf937ff29cad9
size 213813

0
ready Normal file
View File