From e9c8fa6f64b815c4df39f5d21478f32f275da8a5 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Fri, 13 Dec 2024 10:13:11 +0300 Subject: [PATCH] import bdftopcf-1.1.2-1.el10 --- .bdftopcf.metadata | 1 + .gitignore | 1 + SOURCES/README.md | 3 ++ SPECS/bdftopcf.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 .bdftopcf.metadata create mode 100644 .gitignore create mode 100644 SOURCES/README.md create mode 100644 SPECS/bdftopcf.spec diff --git a/.bdftopcf.metadata b/.bdftopcf.metadata new file mode 100644 index 0000000..ff91dc5 --- /dev/null +++ b/.bdftopcf.metadata @@ -0,0 +1 @@ +41e6fc8d9f5f6a97151921a1cda87b913d444bdb SOURCES/bdftopcf-1.1.2.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91a21c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/bdftopcf-1.1.2.tar.xz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..79fdc15 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# bdftopcf + +The bdftopcf package diff --git a/SPECS/bdftopcf.spec b/SPECS/bdftopcf.spec new file mode 100644 index 0000000..467ee35 --- /dev/null +++ b/SPECS/bdftopcf.spec @@ -0,0 +1,83 @@ +Name: bdftopcf +Version: 1.1.2 +Release: 1%{?dist} +Summary: Font compiler for the X server and font server + +License: MIT-open-group +URL: https://www.x.org +Source0: https://www.x.org/archive/individual/util/%{name}-%{version}.tar.xz + +BuildRequires: gcc make libtool +BuildRequires: pkgconfig(x11) pkgconfig(fontsproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 + +Conflicts: xorg-x11-font-utils < 7.5-51 + +%description +bdftopcf is a font compiler for the X server and font server. Fonts +in Portable Compiled Format can be read by any architecture, although +the file is structured to allow one particular architecture to read +them directly without reformatting. This allows fast reading on the +appropriate machine, but the files are still portable (but read more +slowly) on other machines. + +%prep +%autosetup + +%build +%configure --disable-silent-rules +%make_build + +%install +%make_install + +%files +%license COPYING +%{_bindir}/bdftopcf +%{_mandir}/man1/bdftopcf.1* + +%changelog +* Fri Dec 13 2024 Sergey Cherevko - 1.1.2-1 +- Rebuilt for MSVSphere 10 + +* Sat Oct 12 2024 Fedora Release Engineering - 1.1.2-1 +- Updated to version 1.1.2 + Resolves: rhbz#2246231 + +* Wed Jul 17 2024 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Jan 23 2024 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Oct 26 2023 Peter Hutterer - 1.1.1-1 +- bdftopcf 1.1.1 + +* Tue Sep 05 2023 Peter Hutterer +- SPDX migration: change to SPDX license identifier + +* Wed Jul 19 2023 Fedora Release Engineering - 1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jan 18 2023 Fedora Release Engineering - 1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jul 20 2022 Fedora Release Engineering - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jan 19 2022 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 08 2021 Peter Hutterer 1.1-2 +- Fix the Conflicts line to properly conflict with the -50 font-utils, + without a {?dist} <= doesn't work as expected. + +* Thu Feb 25 2021 Peter Hutterer 1.1-1 +- Split bdftopcf out from xorg-x11-font-utils into its own + package (#1932736)