]> git.pld-linux.org Git - packages/poster.git/blob - poster.spec
- release 2
[packages/poster.git] / poster.spec
1 Summary:        Poster - a small utility to generate posters
2 Summary(pl.UTF-8):      Poster - małe narzędzie do generowania plakatów
3 Name:           poster
4 Group:          Applications
5 Version:        19950907
6 Release:        2
7 Epoch:          0
8 License:        GPL
9 Source0:        http://www.geocities.com/SiliconValley/5682/%{name}.zip
10 # Source0-md5:  4f96357892fe6f758fab9879c575cc62
11 URL:            http://www.geocities.com/SiliconValley/5682/poster.html
12 BuildRequires:  unzip
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Poster is a small utility for making a poster - a large printed image
17 - from an EPS file or a one-page PS document.
18
19 %description -l pl.UTF-8
20 Poster jest małym narzędziem służącym do tworzenia plakatów -
21 wielkowymiarowych obrazów - z plików EPS lub jednostronicowych
22 dokumentów PS.
23
24 %prep
25 %setup -q -c
26
27 %build
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33 install poster $RPM_BUILD_ROOT%{_bindir}
34 install poster.1 $RPM_BUILD_ROOT%{_mandir}/man1/poster.1
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man1/*
This page took 0.09503 seconds and 3 git commands to generate.