]> git.pld-linux.org Git - packages/mpage.git/blame - mpage.spec
- Changed installation directories.
[packages/mpage.git] / mpage.spec
CommitLineData
61aa9f1a
JR
1Summary: A tool for printing multiple pages of text on each printed page.
2Name: mpage
3Version: 2.4
4Release: 7
5Copyright: BSD
6Group: Applications/Publishing
7Source: ftp://sunsite.unc.edu:/pub/Linux/system/printing/mpage24.tgz
8Patch: mpage24-config.patch
9Patch1: mpage24-dvips.patch
10BuildRoot: /var/tmp/mpage-root
11
12%description
13The mpage utility takes plain text files or PostScript(TM) documents
14as input, reduces the size of the text, and prints the files on a
15PostScript printer with several pages on each sheet of paper. Mpage
16is very useful for viewing large printouts without using up tons of
17paper. Mpage supports many different layout options for the printed
18pages.
19
20Mpage should be installed if you need a useful utility for viewing
21long text documents without wasting paper.
22
23%prep
24%setup -q
25%patch0 -p1
26%patch1 -p1
27
28%build
29make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/mpage,man/man1}
34
35make PREFIX=$RPM_BUILD_ROOT/usr install
36strip $RPM_BUILD_ROOT/usr/bin/mpage
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root)
43%doc CHANGES Copyright README NEWS TODO
44/usr/bin/mpage
45/usr/man/man1/mpage.1
46/usr/lib/mpage
This page took 0.065221 seconds and 4 git commands to generate.