]> git.pld-linux.org Git - packages/xorg-app-xfd.git/blob - xorg-app-xfd.spec
56389b9987b529cd4f0131549aba72bc019b416f
[packages/xorg-app-xfd.git] / xorg-app-xfd.spec
1 Summary:        xfd application to display all characters in a font
2 Summary(pl.UTF-8):      Aplikacja xfd, wyświetlająca wszystkie znaki z fontu
3 Name:           xorg-app-xfd
4 Version:        1.1.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xfd-%{version}.tar.bz2
9 # Source0-md5:  f9c9f2b101a96d4b50c2a4ab9b5ab5b1
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  fontconfig-devel >= 2.0
14 BuildRequires:  freetype-devel >= 2.0
15 BuildRequires:  gettext-tools
16 BuildRequires:  pkgconfig >= 1:0.19
17 BuildRequires:  xorg-lib-libXaw-devel
18 BuildRequires:  xorg-lib-libXft-devel
19 BuildRequires:  xorg-lib-libXmu-devel
20 BuildRequires:  xorg-lib-libXrender-devel
21 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
22 BuildRequires:  xorg-lib-libxkbfile-devel
23 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
24 BuildRequires:  xorg-util-util-macros >= 1.8
25 Requires:       xorg-lib-libXt >= 1.0.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 xfd application displays all the characters in a font using either the
30 X11 core protocol or libXft2.
31
32 %description -l pl.UTF-8
33 Aplikacja xfd wyświetla wszystkie znaki z fontu przy użyciu
34 podstawowego protokołu X11 lub libXft2.
35
36 %prep
37 %setup -q -n xfd-%{version}
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README.md
60 %attr(755,root,root) %{_bindir}/xfd
61 %{_datadir}/X11/app-defaults/Xfd
62 %{_mandir}/man1/xfd.1*
This page took 0.065097 seconds and 2 git commands to generate.