]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-fstobdf.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-app-fstobdf.spec
1 Summary:        fstobdf application - generate BDF font from X font server
2 Summary(pl.UTF-8):      Aplikacja fstobdf - generowanie fontów BDF z serwera fontów X
3 Name:           xorg-app-fstobdf
4 Version:        1.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/fstobdf-%{version}.tar.bz2
9 # Source0-md5:  0fde522c0d2b44ba3eb535183fdd536a
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libFS-devel
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-proto-xproto-devel >= 7.0.25
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The fstobdf program reads a font from X font server and prints a BDF
22 file on the standard output that may be used to recreate the font.
23 This is useful in testing servers, debugging font metrics, and
24 reproducing lost BDF files.
25
26 %description -l pl.UTF-8
27 Program fstobdf czyta font z serwera fontów X i wypisuje na
28 standardowe wyjście plik BDF, który może służyć do odtworzenia fontu.
29 Jest to przydatne do testowania serwerów, diagnostyki metryk fontów i
30 odzyskiwania utraconych plików BDF.
31
32 %prep
33 %setup -q -n fstobdf-%{version}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog README
56 %attr(755,root,root) %{_bindir}/fstobdf
57 %{_mandir}/man1/fstobdf.1*
This page took 0.59935 seconds and 3 git commands to generate.