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