forked from pool/bitstream-vera-fonts
This commit is contained in:
commit
0b02d28d44
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
|
51
bitstream-vera.changes
Normal file
51
bitstream-vera.changes
Normal file
@ -0,0 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
56
bitstream-vera.spec
Normal file
56
bitstream-vera.spec
Normal file
@ -0,0 +1,56 @@
|
||||
#
|
||||
# spec file for package bitstream-vera
|
||||
#
|
||||
# Copyright (c) 2011 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/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: bitstream-vera
|
||||
License: Redistributable. Change name upon modification
|
||||
Group: System/X11/Fonts
|
||||
PreReq: %suseconfig_fonts_prereq
|
||||
Version: 1.10
|
||||
Release: 304
|
||||
Summary: Bitstream Vera(tm) Truetype fonts
|
||||
Source: ttf-%name-%version.tar.bz2
|
||||
Url: http://www.bitstream.com
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The package contains the "Vera" truetype fonts from Bitstream Inc.
|
||||
|
||||
%prep
|
||||
%setup -n ttf-%name-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/fonts/truetype/
|
||||
install -m 0644 *.ttf \
|
||||
$RPM_BUILD_ROOT/usr/share/fonts/truetype/
|
||||
|
||||
%post
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%postun
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc COPYRIGHT.TXT RELEASENOTES.TXT README.TXT local.conf
|
||||
/usr/share/fonts/truetype
|
||||
|
||||
%changelog
|
BIN
ttf-bitstream-vera-1.10.tar.bz2
(Stored with Git LFS)
Normal file
BIN
ttf-bitstream-vera-1.10.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user