]> git.pld-linux.org Git - packages/xorg-app-xfsinfo.git/blame - xorg-app-xfsinfo.spec
- updated to 1.0.4
[packages/xorg-app-xfsinfo.git] / xorg-app-xfsinfo.spec
CommitLineData
e821c1e8
JB
1Summary: xfsinfo application - X font server information utility
2Summary(pl.UTF-8): Aplikacja xfsinfo - narzędzie informacyjne dla serwera fontów X
b9b87ec9 3Name: xorg-app-xfsinfo
ebd66bca 4Version: 1.0.4
a2deada6 5Release: 1
b9b87ec9
AM
6License: MIT
7Group: X11/Applications
a46da982 8Source0: http://xorg.freedesktop.org/releases/individual/app/xfsinfo-%{version}.tar.bz2
ebd66bca 9# Source0-md5: 76149e6c6d77c5c7252b8fb5b24bcac5
b9b87ec9 10URL: http://xorg.freedesktop.org/
a0a288f9 11BuildRequires: autoconf >= 2.60
b9b87ec9 12BuildRequires: automake
58ce197b 13BuildRequires: pkgconfig >= 1:0.19
b9b87ec9
AM
14BuildRequires: xorg-lib-libFS-devel
15BuildRequires: xorg-lib-libX11-devel
ebd66bca 16BuildRequires: xorg-proto-xproto-devel >= 7.0.17
a0a288f9 17BuildRequires: xorg-util-util-macros >= 1.8
297f05dd 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b9b87ec9
AM
19
20%description
e821c1e8
JB
21xfsinfo is a utility for displaying information about an X font
22server. It is used to examine the capabilities of a server, the
23predefined values for various parameters used in communicating between
24clients and the server, and the font catalogues and alternate servers
25that are available.
b9b87ec9 26
e5c48b38 27%description -l pl.UTF-8
e821c1e8
JB
28xfsinfo to narzędzie wyświetlające informacje o serwerze fontów X.
29Służy do sprawdzania możliwości serwera, predefiniowanych wartości
30różnych parametrów używanych przy komunikacji między klientami a
31serwerem, katalogów fontów oraz innych dostępnych serwerów.
b9b87ec9 32
b9b87ec9
AM
33%prep
34%setup -q -n xfsinfo-%{version}
b9b87ec9 35
b9b87ec9
AM
36%build
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure
42
43%{__make}
44
b9b87ec9
AM
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
2213269b 49 DESTDIR=$RPM_BUILD_ROOT
b9b87ec9 50
b9b87ec9
AM
51%clean
52rm -rf $RPM_BUILD_ROOT
53
b9b87ec9
AM
54%files
55%defattr(644,root,root,755)
a0a288f9 56%doc COPYING ChangeLog README
a46da982
JB
57%attr(755,root,root) %{_bindir}/xfsinfo
58%{_mandir}/man1/xfsinfo.1x*
This page took 0.090782 seconds and 4 git commands to generate.