]> git.pld-linux.org Git - packages/xorg-app-xpr.git/blame_incremental - xorg-app-xpr.spec
- updated to 1.2.0
[packages/xorg-app-xpr.git] / xorg-app-xpr.spec
... / ...
CommitLineData
1Summary: xpr applications - printing X window
2Summary(pl.UTF-8): Aplikacje xpr - drukowanie okienek X
3Name: xorg-app-xpr
4Version: 1.2.0
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: https://xorg.freedesktop.org/releases/individual/app/xpr-%{version}.tar.xz
9# Source0-md5: ab6c9d17eb1940afcfb80a72319270ae
10URL: https://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: tar >= 1:1.22
15BuildRequires: xorg-lib-libX11-devel
16# just xmuu
17BuildRequires: xorg-lib-libXmu-devel
18BuildRequires: xorg-proto-xproto-devel >= 7.0.25
19BuildRequires: xorg-util-util-macros >= 1.8
20BuildRequires: xz
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
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.
32
33%description -l pl.UTF-8
34xpr przyjmuje na wejściu plik zrzutu okna utworzony przez xwd i
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
39xdpr używa poleceń xwd, xpr i lpr lub lp do wykonania zrzutu okienka
40X, przetworzenia go dla danego typu drukarki i wydrukowania go na
41wybranej drukarce.
42
43%prep
44%setup -q -n xpr-%{version}
45
46%build
47%{__aclocal}
48%{__autoconf}
49%{__autoheader}
50%{__automake}
51%configure
52
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
66%doc COPYING ChangeLog README.md
67%attr(755,root,root) %{_bindir}/xdpr
68%attr(755,root,root) %{_bindir}/xpr
69%{_mandir}/man1/xdpr.1*
70%{_mandir}/man1/xpr.1*
This page took 0.068401 seconds and 4 git commands to generate.