Sync from SUSE:SLFO:Main bitstream-vera-fonts revision 4adb36ea60531d283f8ad3f1269f1248

This commit is contained in:
Adrian Schröter 2024-05-03 11:19:54 +02:00
commit 1645c8f9d0
4 changed files with 167 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

View File

@ -0,0 +1,86 @@
-------------------------------------------------------------------
Wed Jan 18 14:28:27 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
- amend license SUSE-Bitstream-Vera to SPDX's Bitstream-Vera
-------------------------------------------------------------------
Sat Mar 28 22:38:24 UTC 2015 - mpluskal@suse.com
- Update project url
- Use url for source
-------------------------------------------------------------------
Wed Jul 4 12:39:06 CEST 2012 - pgajdos@suse.cz
- amend spec file to reflect new font packaging scheme
(see openFATE#313536);
-------------------------------------------------------------------
Thu May 17 09:09:51 UTC 2012 - pgajdos@suse.com
- call spec-cleaner
-------------------------------------------------------------------
Thu Mar 29 13:42:31 UTC 2012 - pgajdos@suse.com
- SUSE-Bitstream-Vera license
-------------------------------------------------------------------
Wed Dec 21 14:38:27 UTC 2011 - toms@suse.de
- Renamed bitstream-vera -> bitstream-vera-fonts according to
openSUSE packaging guidelines and FATE#313035
Adjusted Obsoletes and Provides accordingly
-------------------------------------------------------------------
Sat Sep 17 19:53:05 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Wed Aug 9 10:37:34 CEST 2006 - dmueller@suse.de
- install into /usr/share/fonts/truetype
-------------------------------------------------------------------
Wed Jan 25 21:45:52 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Dec 03 17:20:19 CET 2004 - mfabian@suse.de
- use new macro "%run_suseconfig_fonts".
-------------------------------------------------------------------
Thu Aug 12 17:58:13 CEST 2004 - mfabian@suse.de
- Bugzilla #39451: run SuSEconfig.fonts only if it exists.
-------------------------------------------------------------------
Fri Mar 19 19:54:54 CET 2004 - mfabian@suse.de
- use %suseconfig_fonts_prereq
- run SuSEconfig.fonts and SuSEconfig.pango in %post and %postun
-------------------------------------------------------------------
Mon Feb 23 16:13:44 CET 2004 - hmacht@suse.de
- building as non-root (# norootforbuild)
-------------------------------------------------------------------
Mon Jun 16 08:21:34 CEST 2003 - coolo@suse.de
- package directories
-------------------------------------------------------------------
Thu Apr 17 13:04:47 CEST 2003 - adrian@suse.de
- update to final released fonts version 1.10
-------------------------------------------------------------------
Wed Feb 19 16:52:28 CET 2003 - adrian@suse.de
- initial package of Bitstream Vera fonts 1.0

55
bitstream-vera-fonts.spec Normal file
View File

@ -0,0 +1,55 @@
#
# spec file for package bitstream-vera-fonts
#
# Copyright (c) 2023 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define fontname bitstream-vera
Name: bitstream-vera-fonts
Version: 1.10
Release: 0
Summary: Bitstream Vera(tm) Truetype fonts
License: Bitstream-Vera
Group: System/X11/Fonts
URL: https://www.gnome.org/fonts/
Source: https://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/%{version}/ttf-%{fontname}-%{version}.tar.bz2
BuildRequires: fontpackages-devel
# FIXME: This causes a rpmlint warning; change <= to < once there's a new upstream version
Obsoletes: %{fontname} <= 1.10
Provides: %{fontname} = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%reconfigure_fonts_prereq
%description
The package contains the "Vera" truetype fonts from Bitstream Inc.
%prep
%setup -q -n ttf-%{fontname}-%{version}
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%defattr(-,root,root,755)
%doc COPYRIGHT.TXT RELEASENOTES.TXT README.TXT local.conf
%{_ttfontsdir}
%changelog

BIN
ttf-bitstream-vera-1.10.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.