]> git.pld-linux.org Git - packages/xorg-app-xpr.git/blob - xorg-app-xpr.spec
c5f72d0bbeb9ef8b529b1a0173d682b386b87e10
[packages/xorg-app-xpr.git] / xorg-app-xpr.spec
1 Summary:        xpr applications - printing X window
2 Summary(pl.UTF-8):      Aplikacje xpr - drukowanie okienek X
3 Name:           xorg-app-xpr
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xpr-%{version}.tar.bz2
9 # Source0-md5:  1c2c540d240def3ea65ff2030f059f8a
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 # just xmuu
15 BuildRequires:  xorg-lib-libXmu-devel
16 BuildRequires:  xorg-util-util-macros >= 1.3
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xpr takes as input a window dump file produced by xwd and formats it
21 for output on PostScript printers, the Digital LN03 or LA100, the IBM
22 PP3812 page printer, the HP LaserJet (or other PCL printers), or the
23 HP PaintJet.
24
25 xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window,
26 process it for a particular printer type, and print it out on the
27 printer of your choice.
28
29 %description -l pl.UTF-8
30 xpr przyjmuje na wejściu plik zrzutu okna utworzony przez xwd i
31 formatuje go do wydruku na drukarkach postscriptowych, Digital LN03
32 lub LA100, drukarce stronnicowej IBM PP3812, HP LaserJet (albo innych
33 drukarkach PCL) lub HP PaintJet.
34
35 xdpr używa poleceń xwd, xpr i lpr lub lp do wykonania zrzutu okienka
36 X, przetworzenia go dla danego typu drukarki i wydrukowania go na
37 wybranej drukarce.
38
39 %prep
40 %setup -q -n xpr-%{version}
41
42 %build
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc COPYING ChangeLog README
63 %attr(755,root,root) %{_bindir}/xdpr
64 %attr(755,root,root) %{_bindir}/xpr
65 %{_mandir}/man1/xdpr.1x*
66 %{_mandir}/man1/xpr.1x*
This page took 0.633048 seconds and 3 git commands to generate.