]> git.pld-linux.org Git - packages/eps2ps.git/blob - eps2ps.spec
23272f861c7fe2367a4fce09a2995e255c6f9b36
[packages/eps2ps.git] / eps2ps.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        converts Encapsulated Postscript (*.eps) files to Postscript (.ps)
3 Summary(pl):    konwertuje pliki .eps do Postscriptu (.ps)
4 Name:           eps2ps
5 Version:        1.0
6 Release:        2
7 License:        Public Domain
8 Group:          Applications/Publishing
9 Source0:        http://geoscope.ipgp.jussieu.fr/~gaboret/%{name}
10 Patch0:         %{name}-perl-path.patch
11 Patch1:         %{name}-no-author.patch
12 URL:            http://geoscope.ipgp.jussieu.fr/~gaboret/liens.html
13 BuildRequires:  perl-modules
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 eps2ps converts Encapsulated Postscript (*.eps) files to Postscript
18 (.ps) format.
19
20 %description -l pl
21 eps2ps konwertuje format plików EPS do Postscriptu (.ps).
22
23 %prep
24 %setup -q -c -T
25 install %{SOURCE0} .
26 %patch0 -p1
27 %patch1 -p1
28
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install %{name} $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
This page took 0.048497 seconds and 2 git commands to generate.