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