]> git.pld-linux.org Git - packages/ghostpcl.git/blob - ghostpcl.spec
- converted to UTF-8
[packages/ghostpcl.git] / ghostpcl.spec
1 Summary:        PostScript & PDF interpreter and renderer
2 Summary(pl.UTF-8):   Interpreter i renderer PostScriptu i PDF
3 Name:           ghostpcl
4 Version:        1.38p1
5 Release:        1
6 License:        Alladin Free Public License (see Public.htm)
7 Group:          Applications/Graphics
8 #Source0Download: http://www.artifex.com/downloads/
9 Source0:        ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/GhostPCL/%{name}_%{version}.tar.gz
10 # Source0-md5:  5067678a6b3b682423f74c92b5c82013
11 Patch0:         %{name}-fonts_locations.patch
12 Patch1:         %{name}-make.patch
13 URL:            http://www.artifex.com/downloads/
14 BuildRequires:  XFree86-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 GhostPCL is Artifex Software's implementation of the PCL-5(TM) and
20 PCL-XL(TM) family of page description languages. For more information
21 please see the documentation included with the source package.
22
23 %description -l pl.UTF-8
24 GhostPCL jest implementacją języków z rodzin PCL-5(TM) i PCL-XL(TM)
25 opisujących stronę. Więcej informacji znajduje się w dokumentacji
26 załączonej do pakietu.
27
28 %package urwfonts
29 Summary:        URW fonts in TTF format for GhostPCL
30 Summary(pl.UTF-8):   Fonty URW w formacie TTF dla GhostPCL-a
31 Group:          Applications/Graphics
32 Requires:       %{name} = %{version}-%{release}
33
34 %description urwfonts
35 URW fonts in TTF format for GhostPCL.
36
37 %description urwfonts -l pl.UTF-8
38 Fonty URW w formacie TTF dla GhostPCL-a.
39
40 %prep
41 %setup -q -n %{name}_%{version}
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 %{__make} pcl6 \
47         OPTFLAGS="%{rpmcflags}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
52
53 install main/obj/pcl6 $RPM_BUILD_ROOT%{_bindir}
54 install urwfonts/*.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc NEWS README doc/*
62 %attr(755,root,root) %{_bindir}/pcl*
63
64 %files urwfonts
65 %defattr(644,root,root,755)
66 %{_datadir}/%{name}
This page took 0.084296 seconds and 4 git commands to generate.