]> git.pld-linux.org Git - packages/xorg-app-xditview.git/blob - xorg-app-xditview.spec
5a455d02ff817c7c479804ceb267a7ff8b8ffc68
[packages/xorg-app-xditview.git] / xorg-app-xditview.spec
1 Summary:        xditview application to display ditroff output on an X display
2 Summary(pl.UTF-8):      Aplikacja xditview - wyświetlanie wyjścia ditroff na ekranie X
3 Name:           xorg-app-xditview
4 Version:        1.0.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xditview-%{version}.tar.bz2
9 # Source0-md5:  e0d4497c963022eaa86bed6159882c69
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
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 # for dir (only?)
20 Requires:       xorg-data-xbitmaps
21 Requires:       xorg-lib-libXt >= 1.0.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 xditview application displays ditroff output on an X display.
26
27 %description -l pl.UTF-8
28 Aplikacja xditview wyświetla wyjście ditroff na ekranie X.
29
30 %prep
31 %setup -q -n xditview-%{version}
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc COPYING ChangeLog README
54 %attr(755,root,root) %{_bindir}/xditview
55 %{_datadir}/X11/app-defaults/Xditview*
56 %{_includedir}/X11/bitmaps/ldblarrow
57 %{_includedir}/X11/bitmaps/rdblarrow
58 %{_mandir}/man1/xditview.1*
This page took 0.050043 seconds and 2 git commands to generate.