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