]> git.pld-linux.org Git - packages/xorg-app-showfont.git/blob - xorg-app-showfont.spec
- x32 rebuild
[packages/xorg-app-showfont.git] / xorg-app-showfont.spec
1 Summary:        showfont application - font dumper for X font server
2 Summary(pl.UTF-8):      Aplikacja showfont do wypisywania szczegółów fontów z serwera fontów X
3 Name:           xorg-app-showfont
4 Version:        1.0.5
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/showfont-%{version}.tar.bz2
9 # Source0-md5:  5e7664f99f284834ac7979a9177d3c56
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-util-util-macros >= 1.8
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 showfont displays data about a font that matches the given pattern.
20 The information shown includes font information, font properties,
21 character metrics, and character bitmaps.
22
23 %description -l pl.UTF-8
24 showfont wyświetla dane o foncie pasującym do zadanego wzorca.
25 Informacje obejmują informacje o foncie, właściwości fontu, metryki
26 znaków i bitmapy znaków.
27
28 %prep
29 %setup -q -n showfont-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog README
52 %attr(755,root,root) %{_bindir}/showfont
53 %{_mandir}/man1/showfont.1*
This page took 0.052127 seconds and 3 git commands to generate.