]> git.pld-linux.org Git - packages/xorg-app-xfsinfo.git/blob - xorg-app-xfsinfo.spec
395ba17211a17e3d60221329e77cd6a6cc36c374
[packages/xorg-app-xfsinfo.git] / xorg-app-xfsinfo.spec
1 Summary:        xfsinfo application - X font server information utility
2 Summary(pl.UTF-8):      Aplikacja xfsinfo - narzędzie informacyjne dla serwera fontów X
3 Name:           xorg-app-xfsinfo
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xfsinfo-%{version}.tar.bz2
9 # Source0-md5:  aae6fa48b5c2ce9186a5ff4ccc14a1d4
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-util-util-macros >= 1.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xfsinfo is a utility for displaying information about an X font
21 server. It is used to examine the capabilities of a server, the
22 predefined values for various parameters used in communicating between
23 clients and the server, and the font catalogues and alternate servers
24 that are available.
25
26 %description -l pl.UTF-8
27 xfsinfo to narzędzie wyświetlające informacje o serwerze fontów X.
28 Służy do sprawdzania możliwości serwera, predefiniowanych wartości
29 różnych parametrów używanych przy komunikacji między klientami a
30 serwerem, katalogów fontów oraz innych dostępnych serwerów.
31
32 %prep
33 %setup -q -n xfsinfo-%{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}/xfsinfo
57 %{_mandir}/man1/xfsinfo.1x*
This page took 0.070616 seconds and 2 git commands to generate.