]> git.pld-linux.org Git - packages/xorg-app-xfsinfo.git/blob - xorg-app-xfsinfo.spec
- updated to 1.0.4
[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.4
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:  76149e6c6d77c5c7252b8fb5b24bcac5
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.17
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xfsinfo is a utility for displaying information about an X font
22 server. It is used to examine the capabilities of a server, the
23 predefined values for various parameters used in communicating between
24 clients and the server, and the font catalogues and alternate servers
25 that are available.
26
27 %description -l pl.UTF-8
28 xfsinfo to narzędzie wyświetlające informacje o serwerze fontów X.
29 Służy do sprawdzania możliwości serwera, predefiniowanych wartości
30 różnych parametrów używanych przy komunikacji między klientami a
31 serwerem, katalogów fontów oraz innych dostępnych serwerów.
32
33 %prep
34 %setup -q -n xfsinfo-%{version}
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc COPYING ChangeLog README
57 %attr(755,root,root) %{_bindir}/xfsinfo
58 %{_mandir}/man1/xfsinfo.1x*
This page took 0.095126 seconds and 3 git commands to generate.