]> git.pld-linux.org Git - packages/xorg-app-xmore.git/blob - xorg-app-xmore.spec
23615c8c0c38569f6781319f447b13f7d9db20c1
[packages/xorg-app-xmore.git] / xorg-app-xmore.spec
1 Summary:        xmore - plain text display program for the X Window System
2 Summary(pl.UTF-8):      xmore - program do wyƛwietlania czystego tekstu dla systemu X Window
3 Name:           xorg-app-xmore
4 Version:        1.0.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xmore-%{version}.tar.bz2
9 # Source0-md5:  e66f16684e92d3ca035c27003157cdbd
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXaw-devel
15 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 Requires:       xorg-lib-libXt >= 1.0.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xmore application - plain text display program for the X Window
22 System.
23
24 %description -l pl.UTF-8
25 Aplikacja xmore - program do wyƛwietlania czystego tekstu dla systemu
26 X Window.
27
28 %prep
29 %setup -q -n xmore-%{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}/xmore
53 %{_datadir}/X11/app-defaults/XMore
54 %{_mandir}/man1/xmore.1x*
This page took 0.051297 seconds and 2 git commands to generate.