]> git.pld-linux.org Git - packages/xorg-app-xfd.git/blame - xorg-app-xfd.spec
- x32 rebuild
[packages/xorg-app-xfd.git] / xorg-app-xfd.spec
CommitLineData
95910369
JB
1Summary: xfd application to display all characters in a font
2Summary(pl.UTF-8): Aplikacja xfd, wyświetlająca wszystkie znaki z fontu
bf30d2fe 3Name: xorg-app-xfd
15b61840 4Version: 1.1.2
56d4dc1d 5Release: 2
bf30d2fe
AM
6License: MIT
7Group: X11/Applications
93146cf2 8Source0: http://xorg.freedesktop.org/releases/individual/app/xfd-%{version}.tar.bz2
15b61840 9# Source0-md5: f19de745d181f5547ed59d6d9ed7a588
bf30d2fe 10URL: http://xorg.freedesktop.org/
95910369 11BuildRequires: autoconf >= 2.60
bf30d2fe 12BuildRequires: automake
95910369
JB
13BuildRequires: fontconfig-devel >= 2.0
14BuildRequires: freetype-devel >= 2.0
9fa7e4ec 15BuildRequires: gettext-tools
3f7e4de1 16BuildRequires: pkgconfig >= 1:0.19
bf30d2fe
AM
17BuildRequires: xorg-lib-libXaw-devel
18BuildRequires: xorg-lib-libXft-devel
95910369
JB
19BuildRequires: xorg-lib-libXmu-devel
20BuildRequires: xorg-lib-libXrender-devel
9c53ba81 21BuildRequires: xorg-lib-libXt-devel >= 1.0.0
15b61840 22BuildRequires: xorg-proto-xproto-devel >= 7.0.17
95910369 23BuildRequires: xorg-util-util-macros >= 1.8
861da9fa 24Requires: xorg-lib-libXt >= 1.0.0
511162f4 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bf30d2fe
AM
26
27%description
95910369
JB
28xfd application displays all the characters in a font using either the
29X11 core protocol or libXft2.
bf30d2fe 30
08f7268e 31%description -l pl.UTF-8
95910369
JB
32Aplikacja xfd wyświetla wszystkie znaki z fontu przy użyciu
33podstawowego protokołu X11 lub libXft2.
bf30d2fe 34
bf30d2fe
AM
35%prep
36%setup -q -n xfd-%{version}
bf30d2fe 37
bf30d2fe 38%build
cc002659 39%{__aclocal}
bf30d2fe
AM
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure
44
45%{__make}
46
bf30d2fe
AM
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
927b3a87 51 DESTDIR=$RPM_BUILD_ROOT
bf30d2fe 52
bf30d2fe
AM
53%clean
54rm -rf $RPM_BUILD_ROOT
55
bf30d2fe
AM
56%files
57%defattr(644,root,root,755)
95910369 58%doc COPYING ChangeLog README
93146cf2
JB
59%attr(755,root,root) %{_bindir}/xfd
60%{_datadir}/X11/app-defaults/Xfd
caa4b856 61%{_mandir}/man1/xfd.1*
This page took 0.123664 seconds and 4 git commands to generate.