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