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