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