]> git.pld-linux.org Git - packages/pstoedit.git/blob - pstoedit.spec
- release 4 (by relup.sh)
[packages/pstoedit.git] / pstoedit.spec
1 Summary:        Convert PostScript and PDF files into various vector-graphic formats
2 Summary(pl.UTF-8):      Konwerter PostScriptu i PDF do różnych formatów wektorowych
3 Name:           pstoedit
4 Version:        3.61
5 Release:        4
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://downloads.sourceforge.net/pstoedit/%{name}-%{version}.tar.gz
9 # Source0-md5:  b60941dd2c9e806cf4fa183a23e9c6f5
10 URL:            http://www.helga-glunz.homepage.t-online.de/pstoedit/
11 BuildRequires:  ImageMagick-c++-devel
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gd-devel
15 BuildRequires:  ghostscript
16 BuildRequires:  libEMF-devel
17 BuildRequires:  libplotter-devel >= 2.3
18 BuildRequires:  libpng-devel >= 1.0.8
19 BuildRequires:  libstdc++-devel >= 5:3.0
20 BuildRequires:  libtool >= 2:1.4d-3
21 BuildRequires:  ming-devel
22 BuildRequires:  pkgconfig
23 Requires:       ghostscript
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 pstoedit converts PostScript and PDF files into a wide variety of
28 editable (and not-so-editable) formats: gnuplot, idraw, xfig, tgif,
29 Tcl/Tk, HPGL, PIC, LaTeX2e, MetaPost, Sketch, KIllustrator, PDF, GNU
30 metafile, Java, DXF, Real3D, RenderMan, LightWave, Adobe Illustrator,
31 simplified PostScript, and any format that Ghostscript or the GNU
32 plotting utilities can output, such as Tektronix, CGM, and various
33 bitmap formats.
34
35 %description -l pl.UTF-8
36 pstoedit konwertuje pliki PostScript i PDF do wielu różnych mniej lub
37 bardziej zdatnych do edycji formatów: gnuplot, idraw, xfig, tgif,
38 Tcl/Tk, HPGL, PIC, LaTeX2e, MetaPost, Sketch, KIllustrator, PDF, GNU
39 metafile, Java, DXF, Real3D, RenderMan, LightWave, Adobe Illustrator,
40 uproszczony PostScript i dowolny format jaki mogą zapisywać
41 ghostscript lub GNU plotutils - np. Tektronix, CGM, różne formaty
42 rastrowe.
43
44 %package devel
45 Summary:        pstoedit library header files
46 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki pstoedit
47 Group:          Development/Libraries
48 Requires:       %{name} = %{version}-%{release}
49 Requires:       gd-devel
50 Requires:       libstdc++-devel
51
52 %description devel
53 pstoedit library header files.
54
55 %description devel -l pl.UTF-8
56 Pliki nagłówkowe biblioteki pstoedit.
57
58 %package static
59 Summary:        pstoedit static library
60 Summary(pl.UTF-8):      Statyczna biblioteka pstoedit
61 Group:          Development/Libraries
62 Requires:       %{name}-devel = %{version}-%{release}
63
64 %description static
65 pstoedit static library.
66
67 %description static -l pl.UTF-8
68 Statyczna biblioteka pstoedit.
69
70 %package drv-lplot
71 Summary:        lplot plugin for pstoedit library
72 Summary(pl.UTF-8):      Wtyczka lplot dla biblioteki pstoedit
73 Group:          Libraries
74 Requires:       %{name} = %{version}-%{release}
75
76 %description drv-lplot
77 lplot plugin for pstoedit library. It uses libplotter library.
78
79 %description drv-lplot -l pl.UTF-8
80 Wtyczka lplot dla biblioteki pstoedit. Używa biblioteki libplotter.
81
82 %package drv-magick
83 Summary:        magick plugin for pstoedit library
84 Summary(pl.UTF-8):      Wtyczka magick dla biblioteki pstoedit
85 Group:          Libraries
86 Requires:       %{name} = %{version}-%{release}
87
88 %description drv-magick
89 magick plugin for pstoedit library. It uses Magick++ library.
90
91 %description drv-magick -l pl.UTF-8
92 Wtyczka magick (libplotter) dla biblioteki pstoedit. Używa biblioteki
93 Magick++.
94
95 %package drv-swf
96 Summary:        swf plugin for pstoedit library
97 Summary(pl.UTF-8):      Wtyczka swf dla biblioteki pstoedit
98 Group:          Libraries
99 Requires:       %{name} = %{version}-%{release}
100
101 %description drv-swf
102 swf plugin for pstoedit library. It uses Ming library.
103
104 %description drv-swf -l pl.UTF-8
105 Wtyczka swf dla biblioteki pstoedit. Używa biblioteki Ming.
106
107 %package drv-wmf
108 Summary:        wmf plugin for pstoedit library
109 Summary(pl.UTF-8):      Wtyczka wmf dla biblioteki pstoedit
110 Group:          Libraries
111 Requires:       %{name} = %{version}-%{release}
112
113 %description drv-wmf
114 wmf plugin for pstoedit library. It uses libEMF library.
115
116 %description drv-wmf -l pl.UTF-8
117 Wtyczka wmf dla biblioteki pstoedit. Używa biblioteki libEMF.
118
119 %prep
120 %setup -q
121
122 %build
123 %{__libtoolize}
124 %{__aclocal}
125 %{__autoconf}
126 %{__autoheader}
127 %{__automake}
128 %configure \
129         GS=%{_bindir}/gs \
130         --enable-static \
131         --with-magick \
132         --with-libemf-include=%{_includedir}/libEMF
133 %{__make} -j1
134
135 %install
136 rm -rf $RPM_BUILD_ROOT
137 #install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_aclocaldir}}
138
139 %{__make} install \
140         DESTDIR=$RPM_BUILD_ROOT
141
142 #install doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1
143
144 cp -af contrib/java $RPM_BUILD_ROOT%{_datadir}/pstoedit
145 %{__rm} $RPM_BUILD_ROOT%{_datadir}/pstoedit/java/*/{readme*,Makefile*} \
146         $RPM_BUILD_ROOT%{_datadir}/pstoedit/java/Makefile* \
147         $RPM_BUILD_ROOT%{_libdir}/pstoedit/lib*.{la,a}
148
149 %clean
150 rm -rf $RPM_BUILD_ROOT
151
152 %post   -p /sbin/ldconfig
153 %postun -p /sbin/ldconfig
154
155 %files
156 %defattr(644,root,root,755)
157 %doc doc/{readme.txt,*.htm} contrib/java/java1/readme_java1.txt contrib/java/java2/readme_java2.html
158 %attr(755,root,root) %{_bindir}/pstoedit
159 %attr(755,root,root) %{_libdir}/libpstoedit.so.*.*.*
160 %attr(755,root,root) %ghost %{_libdir}/libpstoedit.so.0
161 %dir %{_libdir}/pstoedit
162 %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvstd.so*
163 %{_datadir}/pstoedit
164 %{_mandir}/man1/pstoedit.1*
165
166 %files drv-lplot
167 %defattr(644,root,root,755)
168 %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvlplot.so*
169
170 %files drv-magick
171 %defattr(644,root,root,755)
172 %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvmagick++.so*
173
174 %files drv-swf
175 %defattr(644,root,root,755)
176 %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvswf.so*
177
178 %files drv-wmf
179 %defattr(644,root,root,755)
180 %attr(755,root,root) %{_libdir}/pstoedit/libp2edrvwmf.so*
181
182 %files devel
183 %defattr(644,root,root,755)
184 %attr(755,root,root) %{_libdir}/libpstoedit.so
185 %{_libdir}/libpstoedit.la
186 %{_includedir}/pstoedit
187 %{_pkgconfigdir}/pstoedit.pc
188 %{_aclocaldir}/pstoedit.m4
189
190 %files static
191 %defattr(644,root,root,755)
192 %{_libdir}/libpstoedit.a
This page took 0.060594 seconds and 4 git commands to generate.