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