osc copypac from project:M17N package:gnu-unifont revision:4, using expand
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-bitmap-fonts?expand=0&rev=2
This commit is contained in:
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
|
BIN
gnu-unifont-20080123.tar.bz2
(Stored with Git LFS)
Normal file
BIN
gnu-unifont-20080123.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
12
gnu-unifont.changes
Normal file
12
gnu-unifont.changes
Normal file
@@ -0,0 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 8 18:12:42 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- removed unnecessary buildrequires for too old distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 17:51:49 CET 2008 - mfabian@suse.de
|
||||
|
||||
- new package gnu-unifont. Has been split out of the
|
||||
yast2-qt package.
|
||||
|
||||
|
68
gnu-unifont.spec
Normal file
68
gnu-unifont.spec
Normal file
@@ -0,0 +1,68 @@
|
||||
#
|
||||
# spec file for package gnu-unifont (Version 20080123)
|
||||
#
|
||||
# Copyright (c) 2010 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: gnu-unifont
|
||||
BuildRequires: xorg-x11
|
||||
%define fontdir /usr/share/fonts/uni
|
||||
License: GPL-2.0+
|
||||
Group: System/X11/Fonts
|
||||
AutoReqProv: on
|
||||
PreReq: %suseconfig_fonts_prereq
|
||||
Summary: The GNU Unicode Bitmap font
|
||||
Version: 20080123
|
||||
Release: 75
|
||||
Url: http://en.wikipedia.org/wiki/Gnu_unifont
|
||||
Source0: gnu-unifont-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The GNU Unicode Bitmap font
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Roman Czyborra
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
gzip --best *.pcf
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{fontdir}
|
||||
install -m 444 *.pcf.gz %{buildroot}%{fontdir}
|
||||
|
||||
%clean
|
||||
|
||||
%post
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%postun
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%files
|
||||
%defattr(-, root,root)
|
||||
%doc COPYING
|
||||
%{fontdir}
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user