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