Initial import (#1932736)
This commit is contained in:
parent
eacfc91b08
commit
86d7431d61
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/bdftopcf-*.tar.bz2
|
42
bdftopcf.spec
Normal file
42
bdftopcf.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
Name: bdftopcf
|
||||||
|
Version: 1.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Font compiler for the X server and font server
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://www.x.org
|
||||||
|
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: gcc make libtool
|
||||||
|
BuildRequires: pkgconfig(x11) pkgconfig(fontsproto)
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
|
||||||
|
Conflicts: xorg-x11-font-utils <= 7.5-50
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Thu Feb 25 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1-1
|
||||||
|
- Split bdftopcf out from xorg-x11-font-utils into its own
|
||||||
|
package (#1932736)
|
Loading…
Reference in New Issue
Block a user