forked from pool/liberation-fonts
This commit is contained in:
commit
475302de24
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
liberation-fonts-0.1.tar.bz2
Normal file
3
liberation-fonts-0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:84537605b0367c981cf912c7832f441fa2a579edd14268c2e36955d08e4ccece
|
||||||
|
size 515723
|
4
liberation-fonts.changes
Normal file
4
liberation-fonts.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 11 16:03:13 CEST 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
- new package: liberation-fonts, version 0.1.
|
64
liberation-fonts.spec
Normal file
64
liberation-fonts.spec
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
#
|
||||||
|
# spec file for package liberation-fonts (Version 0.1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: liberation-fonts
|
||||||
|
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
|
||||||
|
License: GNU General Public License (GPL)
|
||||||
|
Group: System/X11/Fonts
|
||||||
|
Autoreqprov: on
|
||||||
|
PreReq: %suseconfig_fonts_prereq
|
||||||
|
Provides: locale(bg;el;ru;bg)
|
||||||
|
Version: 0.1
|
||||||
|
Release: 1
|
||||||
|
Summary: Liberation Fonts
|
||||||
|
Source: liberation-fonts-0.1.tar.bz2
|
||||||
|
URL: https://www.redhat.com/promo/fonts/
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
Free fonts which are metric compatible to "Arial", "Times New Roman"
|
||||||
|
and "Courier New".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Ascender Corporation http://www.ascendercorp.com/index.html
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -c -n %name-%version
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}/
|
||||||
|
install -m 0644 *.ttf $RPM_BUILD_ROOT%{ttf_fontdir}/
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_suseconfig_fonts
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_suseconfig_fonts
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc License.txt
|
||||||
|
%dir %{ttf_fontdir}/
|
||||||
|
%{ttf_fontdir}/*.ttf
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri May 11 2007 - mfabian@suse.de
|
||||||
|
- new package: liberation-fonts, version 0.1.
|
Loading…
Reference in New Issue
Block a user