]> git.pld-linux.org Git - packages/xorg-app-xfontsel.git/blob - xorg-app-xfontsel.spec
49720d9c44cce33c01a21250b4d8b237f8452796
[packages/xorg-app-xfontsel.git] / xorg-app-xfontsel.spec
1 Summary:        xfontsel application - point and click selection of X11 font names
2 Summary(pl.UTF-8):      Aplikacja xfontsel - wybór fontów X11 przy użyciu myszki
3 Name:           xorg-app-xfontsel
4 Version:        1.1.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xfontsel-%{version}.tar.xz
9 # Source0-md5:  4c32b85bb472608058fddd712c4f7061
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libXaw-devel
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xz
20 Requires:       xorg-lib-libXt >= 1.0.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The xfontsel application provides a simple way to display the fonts
25 known to your X server, examine samples of each, and retrieve the X
26 Logical Font Description (XLFD) full name for a font.
27
28 %description -l pl.UTF-8
29 Aplikacja xfontsel udostępnia łatwy sposób wyświetlania fontów
30 widocznych dla serwera X, oglądanie ich przykładów i odczytywanie
31 pełnych nazw XLFD (X Logical Font Description) dla fontów.
32
33 %prep
34 %setup -q -n xfontsel-%{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.md
57 %attr(755,root,root) %{_bindir}/xfontsel
58 %{_datadir}/X11/app-defaults/XFontSel
59 %{_mandir}/man1/xfontsel.1*
This page took 0.041608 seconds and 2 git commands to generate.