Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
1
.ucs-miscfixed-fonts.metadata
Normal file
1
.ucs-miscfixed-fonts.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
9a5cb0a8a2b65109fc64f230f000f906bf12a6ef ucs-fonts.tar.gz
|
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-8
|
- rhel-9
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ucs-fonts.tar.gz) = 6ce1a45fe5676647a0b3e52e82c9ee3100eb1420401a78f67c44c3264a1132fc3b9c0e1fcdfa89a1e6bc4bf4ed777da7a4920e44575c0ebf610fb3aa45b6c554
|
60c7238630be630bedc55a570dd2d5bf ucs-fonts.tar.gz
|
||||||
|
@ -1,30 +1,44 @@
|
|||||||
%global fontname ucs-miscfixed
|
%global fontname ucs-miscfixed
|
||||||
%global fontconf 66-%{fontname}.conf
|
%global fontconf 66-%{fontname}.conf
|
||||||
|
|
||||||
|
%global common_desc \
|
||||||
|
The usc-fixed-fonts package provides bitmap fonts for\
|
||||||
|
locations such as terminals.
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 19%{?dist}
|
Release: 29%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
|
URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
|
||||||
Source0: http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts.tar.gz
|
Source0: http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts.tar.gz
|
||||||
Source1: 66-ucs-miscfixed.conf
|
Source1: 66-ucs-miscfixed.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Group: User Interface/X
|
|
||||||
Summary: Selected set of bitmap fonts
|
Summary: Selected set of bitmap fonts
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: xorg-x11-font-utils
|
BuildRequires: mkfontdir bdftopcf fonttosfnt
|
||||||
|
Conflicts: ucs-miscfixed-opentype-fonts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The usc-fixed-fonts package provides bitmap fonts for
|
%common_desc
|
||||||
locations such as terminals.
|
|
||||||
|
|
||||||
|
%package -n ucs-miscfixed-opentype-fonts
|
||||||
|
Summary: Selected set of bitmap fonts (opentype version)
|
||||||
|
License: Public Domain
|
||||||
|
Conflicts: ucs-miscfixed-fonts
|
||||||
|
|
||||||
|
%description -n ucs-miscfixed-opentype-fonts
|
||||||
|
%common_desc
|
||||||
|
|
||||||
|
This package contains the fonts in OpenType format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
rm helvR12.bdf
|
rm helvR12.bdf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
for i in `ls *.bdf`;
|
||||||
|
do fonttosfnt -v -b -c -g 2 -m 2 -o ${i%%.bdf}.otb $i;
|
||||||
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -33,6 +47,8 @@ install -m 0755 -d %{buildroot}%{_fontdir}
|
|||||||
|
|
||||||
install -m 0644 -p *.bdf %{buildroot}%{_fontdir}
|
install -m 0644 -p *.bdf %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
|
install -m 0644 -p *.otb %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||||
%{buildroot}%{_fontconfig_confdir}
|
%{buildroot}%{_fontconfig_confdir}
|
||||||
|
|
||||||
@ -43,19 +59,52 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
|||||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%_font_pkg -f %{fontconf} *.bdf
|
%_font_pkg -f %{fontconf} *.bdf
|
||||||
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%_font_pkg -n ucs-miscfixed-opentype-fonts -f %{fontconf} *.otb
|
||||||
* Sat Nov 30 2019 Parag Nemade <pnemade AT redhat DOT com> - 0.3-19
|
|
||||||
- Resolves:rh#1682219 - Fixed CI tests
|
|
||||||
|
|
||||||
* Thu Nov 28 2019 Parag Nemade <pnemade AT redhat DOT com> - 0.3-18
|
%doc README
|
||||||
- Resolves:rh#1682219 - Added CI tests
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.3-29
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri May 21 2021 Parag Nemade <pnemade AT redhat DOT com> - 0.3-28
|
||||||
|
- Resolves:rhbz#1962002 - Add gating tests
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3-27
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Mar 02 2021 Parag Nemade <pnemade AT redhat DOT com> - 0.3-26
|
||||||
|
- Resolves: rhbz#1933581 - Don't BuildRequires xorg-x11-font-utils
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 29 2020 Peng Wu <pwu@redhat.com> - 0.3-24
|
||||||
|
- Rebuilt with fonttosfnt 1.2.1
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 6 2020 Peng Wu <pwu@redhat.com> - 0.3-22
|
||||||
|
- Provide OpenType Bitmap fonts
|
||||||
|
- Add ucs-miscfixed-opentype-fonts sub package
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-17
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user