]> git.pld-linux.org Git - packages/xorg-app-xfd.git/blame - xorg-app-xfd.spec
- updated to 1.1.4
[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
ffd64f82 4Version: 1.1.4
e12bf8fb 5Release: 1
bf30d2fe
AM
6License: MIT
7Group: X11/Applications
ffd64f82
JB
8Source0: https://xorg.freedesktop.org/releases/individual/app/xfd-%{version}.tar.xz
9# Source0-md5: d764dd4c0583b7f280b077eb061138a2
e12bf8fb 10URL: https://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
ffd64f82 17BuildRequires: tar >= 1:1.22
bf30d2fe
AM
18BuildRequires: xorg-lib-libXaw-devel
19BuildRequires: xorg-lib-libXft-devel
95910369
JB
20BuildRequires: xorg-lib-libXmu-devel
21BuildRequires: xorg-lib-libXrender-devel
9c53ba81 22BuildRequires: xorg-lib-libXt-devel >= 1.0.0
e12bf8fb 23BuildRequires: xorg-lib-libxkbfile-devel
ffd64f82 24BuildRequires: xorg-proto-xproto-devel >= 7.0.25
95910369 25BuildRequires: xorg-util-util-macros >= 1.8
ffd64f82 26BuildRequires: xz
861da9fa 27Requires: xorg-lib-libXt >= 1.0.0
511162f4 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bf30d2fe
AM
29
30%description
95910369
JB
31xfd application displays all the characters in a font using either the
32X11 core protocol or libXft2.
bf30d2fe 33
08f7268e 34%description -l pl.UTF-8
95910369
JB
35Aplikacja xfd wyświetla wszystkie znaki z fontu przy użyciu
36podstawowego protokołu X11 lub libXft2.
bf30d2fe 37
bf30d2fe
AM
38%prep
39%setup -q -n xfd-%{version}
bf30d2fe 40
bf30d2fe 41%build
cc002659 42%{__aclocal}
bf30d2fe
AM
43%{__autoconf}
44%{__autoheader}
45%{__automake}
46%configure
47
48%{__make}
49
bf30d2fe
AM
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
927b3a87 54 DESTDIR=$RPM_BUILD_ROOT
bf30d2fe 55
bf30d2fe
AM
56%clean
57rm -rf $RPM_BUILD_ROOT
58
bf30d2fe
AM
59%files
60%defattr(644,root,root,755)
e12bf8fb 61%doc COPYING ChangeLog README.md
93146cf2
JB
62%attr(755,root,root) %{_bindir}/xfd
63%{_datadir}/X11/app-defaults/Xfd
caa4b856 64%{_mandir}/man1/xfd.1*
This page took 0.104149 seconds and 4 git commands to generate.