]> git.pld-linux.org Git - packages/xorg-app-bdftopcf.git/blame - xorg-app-bdftopcf.spec
- updated to 1.1.1 (now placed in util dir? but stick to xorg-app- prefix)
[packages/xorg-app-bdftopcf.git] / xorg-app-bdftopcf.spec
CommitLineData
63e3f4db
JB
1Summary: bdftopcf application - convert X font from BDF to PCF
2Summary(pl.UTF-8): Aplikacja bdftopcf - konwersja fontów X z BDF do PCF
f2e4403e 3Name: xorg-app-bdftopcf
7717f40f 4Version: 1.1.1
7834895b 5Release: 1
f2e4403e
AM
6License: MIT
7Group: X11/Applications
7717f40f
JB
8Source0: https://xorg.freedesktop.org/releases/individual/util/bdftopcf-%{version}.tar.xz
9# Source0-md5: e09b61567ab4a4d534119bba24eddfb1
10URL: https://xorg.freedesktop.org/
ce479faa 11BuildRequires: autoconf >= 2.60
f2e4403e 12BuildRequires: automake
8efe58eb 13BuildRequires: pkgconfig >= 1:0.19
7717f40f
JB
14BuildRequires: tar >= 1:1.22
15BuildRequires: xorg-proto-fontsproto-devel >= 2.1.3
16BuildRequires: xorg-proto-xproto-devel >= 7.0.22
ce479faa 17BuildRequires: xorg-util-util-macros >= 1.8
7717f40f 18BuildRequires: xz
0c38a8f4 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f2e4403e
AM
20
21%description
63e3f4db
JB
22bdftopcf is a font compiler for the X server and font server. Fonts in
23Portable Compiled Format can be read by any architecture, although the
24file is structured to allow one particular architecture to read them
25directly without reformatting. This allows fast reading on the
26appropriate machine, but the files are still portable (but read more
27slowly) on other machines.
f2e4403e 28
e383dde8 29%description -l pl.UTF-8
63e3f4db
JB
30bdftopcf to kompilator fontów dla serwera X i serwera fontów. Fonty w
31formacie PCF (Portable Compiled Format) mogą być odczytywane na
32dowolnej architekturze, jednak plik jest tak skonstruowany, że na
33określonej architekturze może być czytany bez żadnych przekształceń.
34Pozwala to na szybki odczyt na odpowiedniej maszynie, ale pliki są
35nadal przenośne na inne maszyny (choć czytane wolniej).
f2e4403e 36
f2e4403e
AM
37%prep
38%setup -q -n bdftopcf-%{version}
39
f2e4403e
AM
40%build
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure
46
47%{__make}
48
f2e4403e
AM
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
a389bb57 53 DESTDIR=$RPM_BUILD_ROOT
f2e4403e 54
f2e4403e
AM
55%clean
56rm -rf $RPM_BUILD_ROOT
57
f2e4403e
AM
58%files
59%defattr(644,root,root,755)
7717f40f 60%doc AUTHORS COPYING ChangeLog README.md
ccfefcec 61%attr(755,root,root) %{_bindir}/bdftopcf
f75d2af8 62%{_mandir}/man1/bdftopcf.1*
This page took 0.170969 seconds and 4 git commands to generate.