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