]> git.pld-linux.org Git - packages/netpbm.git/blob - netpbm.spec
- updated to 10.73.43
[packages/netpbm.git] / netpbm.spec
1 # TODO:
2 # - documentation for progs: try to get some real man pages (old netpbm? Debian?)
3 #
4 # Conditional build:
5 %bcond_with     svga    # build ppmsvgalib tool
6 #
7 Summary:        A library for handling different graphics file formats
8 Summary(pl.UTF-8):      Biblioteki do obsługi różnych formatów graficznych
9 Summary(pt_BR.UTF-8):   Ferramentas para manipular arquivos graficos nos formatos suportados netpbm
10 Summary(ru.UTF-8):      Набор библиотек для работы с различными графическими файлами
11 Summary(uk.UTF-8):      Набір бібліотек для роботи з різними графічними файлами
12 Name:           netpbm
13 Version:        10.73.43
14 Release:        1
15 License:        Freeware
16 Group:          Libraries
17 #  svn export https://netpbm.svn.sourceforge.net/svnroot/netpbm/stable netpbm-%{version} (where version from doc/HISTORY)
18 #  svn export https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide netpbm-%{version}/userguide
19 Source0:        http://downloads.sourceforge.net/netpbm/%{name}-%{version}.tgz
20 # Source0-md5:  470955c8e74b215d6e444f8580523c7e
21 Source1:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
22 # Source1-md5:  8fb174f8da02ea01bf72a9dc61be10f1
23 Source2:        %{name}-docs-20030520.tar.bz2
24 # Source2-md5:  2d6a3965d493def21edfbc3e1aa262e9
25 Patch0:         %{name}-make.patch
26 URL:            http://netpbm.sourceforge.net/
27 BuildRequires:  flex
28 BuildRequires:  jasper-devel
29 BuildRequires:  jbigkit-devel
30 BuildRequires:  libjpeg-devel >= 7
31 BuildRequires:  libpng-devel >= 1.0
32 BuildRequires:  libtiff-devel
33 BuildRequires:  libxml2-devel >= 1:2.5.9
34 BuildRequires:  perl-base
35 BuildRequires:  perl-modules
36 BuildRequires:  pkgconfig
37 %{?with_svga:BuildRequires:     svgalib-devel}
38 BuildRequires:  xorg-lib-libX11-devel
39 BuildRequires:  zlib-devel
40 Obsoletes:      libgr < 3
41 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43 %description
44 The netpbm package contains a library of functions which support
45 programs for handling various graphics file formats, including .pbm
46 (portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),
47 .ppm (portable pixmaps) and others.
48
49 %description -l pl.UTF-8
50 Pakiet netpbm zawiera biblioteki funkcji obsługujących różne formaty
51 graficzne, w tym .pbm, .pgm, .pnm, .ppm.
52
53 %description -l pt_BR.UTF-8
54 O pacote netpbm contém bibliotecas de funções que suportam programas
55 para manipular vários formatos gráficos, incluindo .pbm (ortable
56 bitmaps), .pgm (portable graymaps), .pnm (portable anymaps), .ppm
57 (portable pixmaps) e outros
58
59 %description -l ru.UTF-8
60 Набор библиотек для обработки графических файлов различных форматов
61 включая FBM, PBM, PGM, PNM, PPM и REL.
62
63 %description -l uk.UTF-8
64 Набір бібліотек для обробки графічних файлів різних форматів,
65 включаючи FBM, PBM, PGM, PNM, PPM та REL.
66
67 %package devel
68 Summary:        Development tools for programs which will use the netpbm libraries
69 Summary(pl.UTF-8):      Biblioteka netpbm - część dla programistów
70 Summary(pt_BR.UTF-8):   Arquivos de desenvolvimento usados para libnetpbm
71 Summary(ru.UTF-8):      Хедеры и библиотеки для разработки программ, использующих netpbm
72 Summary(uk.UTF-8):      Хедери та бібліотеки для розробки програм, що використовують netpbm
73 Group:          Development/Libraries
74 Requires:       %{name} = %{version}-%{release}
75 Obsoletes:      libgr-devel < 3
76
77 %description devel
78 The netpbm-devel package contains the header files and programmer's
79 documentation for developing programs which can handle the various
80 graphics file formats supported by the netpbm libraries.
81
82 Install netpbm-devel if you want to develop programs for handling the
83 graphics file formats supported by the netpbm libraries. You'll also
84 need to have the netpbm package installed.
85
86 %description devel -l pl.UTF-8
87 Pakiet netpbm-devel zawiera pliki nagłówkowe i dokumentację dla
88 programistów do tworzenia programów obsługujących formaty graficzne
89 wspierane przez netpbm.
90
91 %description devel -l pt_BR.UTF-8
92 The netpbm-devel package contains the header files and programmer's
93 documentation for developing programs which can handle the various
94 graphics file formats supported by the netpbm libraries.
95
96 Install netpbm-devel if you want to develop programs for handling the
97 graphics file formats supported by the netpbm libraries. You'll also
98 need to have the netpbm package installed.
99
100 %description devel -l ru.UTF-8
101 Этот пакет содержит все необходимое для разработки программ,
102 работающих с графическими файлами в форматах, поддерживаемых netpbm.
103
104 %description devel -l uk.UTF-8
105 Цей пакет містить все необхідне для розробки програм, що працюють з
106 графічними файлами в форматах, що їх підтримує netpbm.
107
108 %package static
109 Summary:        Static netpbm libraries
110 Summary(pl.UTF-8):      Statyczne biblioteki netpbm
111 Summary(pt_BR.UTF-8):   Bibliotecas estáticas para desenvolvimento com libnetpbm
112 Summary(ru.UTF-8):      Статическая библиотека для программирования с netpbm
113 Summary(uk.UTF-8):      Статична бібліотека для програмування з netpbm
114 Group:          Development/Libraries
115 Requires:       %{name}-devel = %{version}-%{release}
116 Obsoletes:      libgr-static < 3
117
118 %description static
119 Static netpbm libraries.
120
121 %description static -l pl.UTF-8
122 Statyczne biblioteki netpbm.
123
124 %description static -l pt_BR.UTF-8
125 Bibliotecas estáticas para desenvolvimento com libnetpbm.
126
127 %description static -l ru.UTF-8
128 Этот пакет содержит статические библиотеки, необходимые для написания
129 программ, использующих netpbm.
130
131 %description static -l uk.UTF-8
132 Цей пакет містить статичні бібліотеки, необхідні для написання
133 програм, що використовують netpbm.
134
135 %package rle-static
136 Summary:        Limited rle library
137 Summary(pl.UTF-8):      Okrojona biblioteka rle
138 Group:          Development/Libraries
139 Requires:       %{name}-devel = %{version}-%{release}
140 Obsoletes:      urt-static
141
142 %description rle-static
143 Limited version of rle library from netpbm.
144
145 %description rle-static -l pl.UTF-8
146 Okrojona wersja biblioteki rle z netpbm.
147
148 %package progs
149 Summary:        Tools for manipulating graphics files in netpbm supported formats
150 Summary(pl.UTF-8):      Narzędzia do konwersji plików graficznych
151 Summary(ru.UTF-8):      Утилиты манипулирования файлами форматов, поддерживаемых netpbm
152 Summary(uk.UTF-8):      Утиліти маніпулювання файлами форматів, підтримуваних netpbm
153 Group:          Applications/Graphics
154 Requires:       %{name} = %{version}-%{release}
155 Requires:       libxml2 >= 1:2.5.9
156 Obsoletes:      libgr-progs < 3
157
158 %description progs
159 The netpbm-progs package contains a group of scripts for manipulating
160 the graphics files in formats which are supported by the netpbm
161 libraries. For example, netpbm-progs includes the rasttopnm script,
162 which will convert a Sun rasterfile into a portable anymap.
163 Netpbm-progs contains many other scripts for converting from one
164 graphics file format to another.
165
166 If you need to use these conversion scripts, you should install
167 netpbm-progs. You'll also need to install the netpbm package.
168
169 %description progs -l pl.UTF-8
170 Pakiet netpbm-progs zawiera programy konwertujące pliki graficzne do
171 oraz z formatów obsługiwanych przez biblioteki netpbm.
172
173 %description progs -l ru.UTF-8
174 Этот пакет включает разнообразные утилиты для работы с графическими
175 файлами в форматах, поддерживаемых netpbm.
176
177 %description progs -l uk.UTF-8
178 Цей пакет містить різноманітні утиліти для роботи з графічним файлами
179 в форматах, підтримуваних netpbm.
180
181 %package progs-pstopnm
182 Summary:        pstopnm - tool to convert PostScript files to PNM images
183 Summary(pl.UTF-8):      pstopnm - narzędzie do konwersji plików postscriptowych na obrazy PNM
184 Group:          Applications/Graphics
185 Requires:       %{name} = %{version}-%{release}
186 Requires:       fonts-Type1-urw
187 Requires:       ghostscript
188 Obsoletes:      libgr-progs < 3
189 Conflicts:      ghostscript-esp
190
191 %description progs-pstopnm
192 This package contains pstopnm tool to convert PostScript files to PNM
193 images.
194
195 %description progs-pstopnm -l pl.UTF-8
196 Ten pakiet zawiera program konwertujący pliki w formacie PostScript na
197 obrazy w formacie PNM.
198
199 %package ppmsvgalib
200 Summary:        ppmsvgalib - display PPM image on Linux console using svgalib
201 Summary(pl.UTF-8):      ppmsvgalib - wyświetlanie obrazków PPM na konsoli przy użyciu svgalib
202 Group:          Applications/Graphics
203 Requires:       %{name} = %{version}-%{release}
204
205 %description ppmsvgalib
206 ppmsvgalib - display PPM image on Linux console using svgalib.
207
208 %description ppmsvgalib -l pl.UTF-8
209 ppmsvgalib - wyświetlanie obrazków PPM na konsoli linuksowej przy
210 użyciu svgalib.
211
212 %prep
213 %setup -q -a2
214 %patch0 -p1
215
216 %build
217 ./configure << EOF
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237 EOF
238
239 # it appends defines to pm_config.h twice if -j > 1
240 %{__make} -j1 \
241         CC="%{__cc}" \
242         CFLAGS="%{rpmcflags} %{rpmcppflags} -fPIC" \
243         LDFLAGS="%{rpmldflags}" \
244         JASPERHDR_DIR="%{_includedir}/jasper" \
245         JASPERLIB="-ljasper" \
246         JBIGHDR_DIR=%{_includedir} \
247         JBIGLIB="-ljbig" \
248         JPEGINC_DIR=%{_includedir} \
249         JPEGLIB_DIR=%{_libdir} \
250         LINUXSVGALIB="%{?with_svga:%{_libdir}/libvga.so}%{!?with_svga:NONE}" \
251         NETPBM_DOCURL="%{_docdir}/%{name}-%{version}/netpbm.sourceforge.net/doc/" \
252         PNGINC_DIR=%{_includedir} \
253         PNGLIB_DIR=%{_libdir} \
254         TIFFINC_DIR=%{_includedir} \
255         TIFFLIB_DIR=%{_libdir} \
256         X11LIB=%{_libdir}/libX11.so \
257         XML2LIBS="$(%{_bindir}/xml2-config --libs)"
258 #       JASPERLIB="" \
259 #       JASPERDEPLIBS="-ljasper" \
260
261 %install
262 rm -rf $RPM_BUILD_ROOT
263 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir}/man{1,3,5}}
264
265 rm -rf PKG
266 %{__make} -j1 package \
267         pkgdir=$(pwd)/PKG \
268         LINUXSVGALIB="%{?with_svga:%{_libdir}/libvga.so}%{!?with_svga:NONE}"
269
270 %{__rm} PKG/bin/doc.url
271 cp -df PKG/bin/* $RPM_BUILD_ROOT%{_bindir}
272 cp -df PKG/lib/* $RPM_BUILD_ROOT%{_libdir}
273 cp -p PKG/link/*.a $RPM_BUILD_ROOT%{_libdir}
274 cp -pr PKG/include/netpbm $RPM_BUILD_ROOT%{_includedir}
275 cp -p PKG/man/man1/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
276 cp -p PKG/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
277 cp -p PKG/man/man5/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
278
279 # Install the static-only librle.a
280 cp -p urt/{rle,rle_config}.h $RPM_BUILD_ROOT%{_includedir}
281 cp -p urt/librle.a $RPM_BUILD_ROOT%{_libdir}
282
283 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
284 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.netpbm-non-english-man-pages
285
286 %clean
287 rm -rf $RPM_BUILD_ROOT
288
289 %post   -p /sbin/ldconfig
290 %postun -p /sbin/ldconfig
291
292 %files
293 %defattr(644,root,root,755)
294 %doc README doc/{CONTRIBUTORS,COPYRIGHT.PATENT,HISTORY,USERDOC}
295 %attr(755,root,root) %{_libdir}/libnetpbm.so.*.*
296 %attr(755,root,root) %ghost %{_libdir}/libnetpbm.so.11
297
298 %files devel
299 %defattr(644,root,root,755)
300 %attr(755,root,root) %{_libdir}/libnetpbm.so
301 %{_includedir}/netpbm
302 %{_mandir}/man3/libnetpbm.3*
303
304 %files static
305 %defattr(644,root,root,755)
306 %{_libdir}/libnetpbm.a
307
308 %files rle-static
309 %defattr(644,root,root,755)
310 %{_libdir}/librle.a
311 %{_includedir}/rle.h
312 %{_includedir}/rle_config.h
313
314 %files progs
315 %defattr(644,root,root,755)
316 %doc netpbm.sourceforge.net
317 %attr(755,root,root) %{_bindir}/411toppm
318 %attr(755,root,root) %{_bindir}/anytopnm
319 %attr(755,root,root) %{_bindir}/asciitopgm
320 %attr(755,root,root) %{_bindir}/atktopbm
321 %attr(755,root,root) %{_bindir}/avstopam
322 %attr(755,root,root) %{_bindir}/bioradtopgm
323 %attr(755,root,root) %{_bindir}/bmptopnm
324 %attr(755,root,root) %{_bindir}/bmptoppm
325 %attr(755,root,root) %{_bindir}/brushtopbm
326 %attr(755,root,root) %{_bindir}/cameratopam
327 %attr(755,root,root) %{_bindir}/cistopbm
328 %attr(755,root,root) %{_bindir}/cmuwmtopbm
329 %attr(755,root,root) %{_bindir}/ddbugtopbm
330 %attr(755,root,root) %{_bindir}/escp2topbm
331 %attr(755,root,root) %{_bindir}/eyuvtoppm
332 %attr(755,root,root) %{_bindir}/fiascotopnm
333 %attr(755,root,root) %{_bindir}/fitstopnm
334 %attr(755,root,root) %{_bindir}/fstopgm
335 %attr(755,root,root) %{_bindir}/g3topbm
336 %attr(755,root,root) %{_bindir}/gemtopbm
337 %attr(755,root,root) %{_bindir}/gemtopnm
338 %attr(755,root,root) %{_bindir}/giftopnm
339 %attr(755,root,root) %{_bindir}/gouldtoppm
340 %attr(755,root,root) %{_bindir}/hdifftopam
341 %attr(755,root,root) %{_bindir}/hipstopgm
342 %attr(755,root,root) %{_bindir}/hpcdtoppm
343 %attr(755,root,root) %{_bindir}/icontopbm
344 %attr(755,root,root) %{_bindir}/ilbmtoppm
345 %attr(755,root,root) %{_bindir}/imgtoppm
346 %attr(755,root,root) %{_bindir}/infotopam
347 %attr(755,root,root) %{_bindir}/jbigtopnm
348 %attr(755,root,root) %{_bindir}/jpeg2ktopam
349 %attr(755,root,root) %{_bindir}/jpegtopnm
350 %attr(755,root,root) %{_bindir}/leaftoppm
351 %attr(755,root,root) %{_bindir}/lispmtopgm
352 %attr(755,root,root) %{_bindir}/macptopbm
353 %attr(755,root,root) %{_bindir}/manweb
354 %attr(755,root,root) %{_bindir}/mdatopbm
355 %attr(755,root,root) %{_bindir}/mgrtopbm
356 %attr(755,root,root) %{_bindir}/mrftopbm
357 %attr(755,root,root) %{_bindir}/mtvtoppm
358 %attr(755,root,root) %{_bindir}/neotoppm
359 %attr(755,root,root) %{_bindir}/palmtopnm
360 %attr(755,root,root) %{_bindir}/pamaddnoise
361 %attr(755,root,root) %{_bindir}/pamarith
362 %attr(755,root,root) %{_bindir}/pambackground
363 %attr(755,root,root) %{_bindir}/pambayer
364 %attr(755,root,root) %{_bindir}/pamchannel
365 %attr(755,root,root) %{_bindir}/pamcomp
366 %attr(755,root,root) %{_bindir}/pamcrater
367 %attr(755,root,root) %{_bindir}/pamcut
368 %attr(755,root,root) %{_bindir}/pamdeinterlace
369 %attr(755,root,root) %{_bindir}/pamdepth
370 %attr(755,root,root) %{_bindir}/pamdice
371 %attr(755,root,root) %{_bindir}/pamditherbw
372 %attr(755,root,root) %{_bindir}/pamedge
373 %attr(755,root,root) %{_bindir}/pamendian
374 %attr(755,root,root) %{_bindir}/pamenlarge
375 %attr(755,root,root) %{_bindir}/pamexec
376 %attr(755,root,root) %{_bindir}/pamfile
377 %attr(755,root,root) %{_bindir}/pamfix
378 %attr(755,root,root) %{_bindir}/pamfixtrunc
379 %attr(755,root,root) %{_bindir}/pamflip
380 %attr(755,root,root) %{_bindir}/pamfunc
381 %attr(755,root,root) %{_bindir}/pamgauss
382 %attr(755,root,root) %{_bindir}/pamgradient
383 %attr(755,root,root) %{_bindir}/pamlookup
384 %attr(755,root,root) %{_bindir}/pammasksharpen
385 %attr(755,root,root) %{_bindir}/pammixinterlace
386 %attr(755,root,root) %{_bindir}/pammosaicknit
387 %attr(755,root,root) %{_bindir}/pamoil
388 %attr(755,root,root) %{_bindir}/pampaintspill
389 %attr(755,root,root) %{_bindir}/pamperspective
390 %attr(755,root,root) %{_bindir}/pampick
391 %attr(755,root,root) %{_bindir}/pampop9
392 %attr(755,root,root) %{_bindir}/pamrecolor
393 %attr(755,root,root) %{_bindir}/pamrgbatopng
394 %attr(755,root,root) %{_bindir}/pamrubber
395 %attr(755,root,root) %{_bindir}/pamscale
396 %attr(755,root,root) %{_bindir}/pamseq
397 %attr(755,root,root) %{_bindir}/pamshadedrelief
398 %attr(755,root,root) %{_bindir}/pamsharpmap
399 %attr(755,root,root) %{_bindir}/pamsharpness
400 %attr(755,root,root) %{_bindir}/pamsistoaglyph
401 %attr(755,root,root) %{_bindir}/pamslice
402 %attr(755,root,root) %{_bindir}/pamsplit
403 %attr(755,root,root) %{_bindir}/pamstack
404 %attr(755,root,root) %{_bindir}/pamstereogram
405 %attr(755,root,root) %{_bindir}/pamstretch
406 %attr(755,root,root) %{_bindir}/pamstretch-gen
407 %attr(755,root,root) %{_bindir}/pamsumm
408 %attr(755,root,root) %{_bindir}/pamsummcol
409 %attr(755,root,root) %{_bindir}/pamthreshold
410 %attr(755,root,root) %{_bindir}/pamtilt
411 %attr(755,root,root) %{_bindir}/pamtoavs
412 %attr(755,root,root) %{_bindir}/pamtodjvurle
413 %attr(755,root,root) %{_bindir}/pamtofits
414 %attr(755,root,root) %{_bindir}/pamtogif
415 %attr(755,root,root) %{_bindir}/pamtohdiff
416 %attr(755,root,root) %{_bindir}/pamtohtmltbl
417 %attr(755,root,root) %{_bindir}/pamtojpeg2k
418 %attr(755,root,root) %{_bindir}/pamtompfont
419 %attr(755,root,root) %{_bindir}/pamtooctaveimg
420 %attr(755,root,root) %{_bindir}/pamtopam
421 %attr(755,root,root) %{_bindir}/pamtopdbimg
422 %attr(755,root,root) %{_bindir}/pamtopfm
423 %attr(755,root,root) %{_bindir}/pamtopng
424 %attr(755,root,root) %{_bindir}/pamtopnm
425 %attr(755,root,root) %{_bindir}/pamtosrf
426 %attr(755,root,root) %{_bindir}/pamtosvg
427 %attr(755,root,root) %{_bindir}/pamtotga
428 %attr(755,root,root) %{_bindir}/pamtotiff
429 %attr(755,root,root) %{_bindir}/pamtouil
430 %attr(755,root,root) %{_bindir}/pamtowinicon
431 %attr(755,root,root) %{_bindir}/pamtoxvmini
432 %attr(755,root,root) %{_bindir}/pamundice
433 %attr(755,root,root) %{_bindir}/pamunlookup
434 %attr(755,root,root) %{_bindir}/pamvalidate
435 %attr(755,root,root) %{_bindir}/pamwipeout
436 %attr(755,root,root) %{_bindir}/pamx
437 %attr(755,root,root) %{_bindir}/pbmclean
438 %attr(755,root,root) %{_bindir}/pbmlife
439 %attr(755,root,root) %{_bindir}/pbmmake
440 %attr(755,root,root) %{_bindir}/pbmmask
441 %attr(755,root,root) %{_bindir}/pbmminkowski
442 %attr(755,root,root) %{_bindir}/pbmpage
443 %attr(755,root,root) %{_bindir}/pbmpscale
444 %attr(755,root,root) %{_bindir}/pbmreduce
445 %attr(755,root,root) %{_bindir}/pbmtext
446 %attr(755,root,root) %{_bindir}/pbmtextps
447 %attr(755,root,root) %{_bindir}/pbmto10x
448 %attr(755,root,root) %{_bindir}/pbmto4425
449 %attr(755,root,root) %{_bindir}/pbmtoascii
450 %attr(755,root,root) %{_bindir}/pbmtoatk
451 %attr(755,root,root) %{_bindir}/pbmtobbnbg
452 %attr(755,root,root) %{_bindir}/pbmtocis
453 %attr(755,root,root) %{_bindir}/pbmtocmuwm
454 %attr(755,root,root) %{_bindir}/pbmtodjvurle
455 %attr(755,root,root) %{_bindir}/pbmtoepsi
456 %attr(755,root,root) %{_bindir}/pbmtoepson
457 %attr(755,root,root) %{_bindir}/pbmtoescp2
458 %attr(755,root,root) %{_bindir}/pbmtog3
459 %attr(755,root,root) %{_bindir}/pbmtogem
460 %attr(755,root,root) %{_bindir}/pbmtogo
461 %attr(755,root,root) %{_bindir}/pbmtoibm23xx
462 %attr(755,root,root) %{_bindir}/pbmtoicon
463 %attr(755,root,root) %{_bindir}/pbmtolj
464 %attr(755,root,root) %{_bindir}/pbmtoln03
465 %attr(755,root,root) %{_bindir}/pbmtolps
466 %attr(755,root,root) %{_bindir}/pbmtomacp
467 %attr(755,root,root) %{_bindir}/pbmtomatrixorbital
468 %attr(755,root,root) %{_bindir}/pbmtomda
469 %attr(755,root,root) %{_bindir}/pbmtomgr
470 %attr(755,root,root) %{_bindir}/pbmtomrf
471 %attr(755,root,root) %{_bindir}/pbmtonokia
472 %attr(755,root,root) %{_bindir}/pbmtopgm
473 %attr(755,root,root) %{_bindir}/pbmtopi3
474 %attr(755,root,root) %{_bindir}/pbmtopk
475 %attr(755,root,root) %{_bindir}/pbmtoplot
476 %attr(755,root,root) %{_bindir}/pbmtoppa
477 %attr(755,root,root) %{_bindir}/pbmtopsg3
478 %attr(755,root,root) %{_bindir}/pbmtoptx
479 %attr(755,root,root) %{_bindir}/pbmtosunicon
480 %attr(755,root,root) %{_bindir}/pbmtowbmp
481 %attr(755,root,root) %{_bindir}/pbmtox10bm
482 %attr(755,root,root) %{_bindir}/pbmtoxbm
483 %attr(755,root,root) %{_bindir}/pbmtoybm
484 %attr(755,root,root) %{_bindir}/pbmtozinc
485 %attr(755,root,root) %{_bindir}/pbmupc
486 %attr(755,root,root) %{_bindir}/pc1toppm
487 %attr(755,root,root) %{_bindir}/pcdovtoppm
488 %attr(755,root,root) %{_bindir}/pcxtoppm
489 %attr(755,root,root) %{_bindir}/pdbimgtopam
490 %attr(755,root,root) %{_bindir}/pfmtopam
491 %attr(755,root,root) %{_bindir}/pgmabel
492 %attr(755,root,root) %{_bindir}/pgmbentley
493 %attr(755,root,root) %{_bindir}/pgmcrater
494 %attr(755,root,root) %{_bindir}/pgmdeshadow
495 %attr(755,root,root) %{_bindir}/pgmedge
496 %attr(755,root,root) %{_bindir}/pgmenhance
497 %attr(755,root,root) %{_bindir}/pgmhist
498 %attr(755,root,root) %{_bindir}/pgmkernel
499 %attr(755,root,root) %{_bindir}/pgmmake
500 %attr(755,root,root) %{_bindir}/pgmmedian
501 %attr(755,root,root) %{_bindir}/pgmminkowski
502 %attr(755,root,root) %{_bindir}/pgmmorphconv
503 %attr(755,root,root) %{_bindir}/pgmnoise
504 %attr(755,root,root) %{_bindir}/pgmnorm
505 %attr(755,root,root) %{_bindir}/pgmoil
506 %attr(755,root,root) %{_bindir}/pgmramp
507 %attr(755,root,root) %{_bindir}/pgmslice
508 %attr(755,root,root) %{_bindir}/pgmtexture
509 %attr(755,root,root) %{_bindir}/pgmtofs
510 %attr(755,root,root) %{_bindir}/pgmtolispm
511 %attr(755,root,root) %{_bindir}/pgmtopbm
512 %attr(755,root,root) %{_bindir}/pgmtopgm
513 %attr(755,root,root) %{_bindir}/pgmtoppm
514 %attr(755,root,root) %{_bindir}/pgmtosbig
515 %attr(755,root,root) %{_bindir}/pgmtost4
516 %attr(755,root,root) %{_bindir}/pi1toppm
517 %attr(755,root,root) %{_bindir}/pi3topbm
518 %attr(755,root,root) %{_bindir}/picttoppm
519 %attr(755,root,root) %{_bindir}/pjtoppm
520 %attr(755,root,root) %{_bindir}/pktopbm
521 %attr(755,root,root) %{_bindir}/pngtopam
522 %attr(755,root,root) %{_bindir}/pngtopnm
523 %attr(755,root,root) %{_bindir}/pnmalias
524 %attr(755,root,root) %{_bindir}/pnmarith
525 %attr(755,root,root) %{_bindir}/pnmcat
526 %attr(755,root,root) %{_bindir}/pnmcolormap
527 %attr(755,root,root) %{_bindir}/pnmcomp
528 %attr(755,root,root) %{_bindir}/pnmconvol
529 %attr(755,root,root) %{_bindir}/pnmcrop
530 %attr(755,root,root) %{_bindir}/pnmcut
531 %attr(755,root,root) %{_bindir}/pnmdepth
532 %attr(755,root,root) %{_bindir}/pnmenlarge
533 %attr(755,root,root) %{_bindir}/pnmfile
534 %attr(755,root,root) %{_bindir}/pnmflip
535 %attr(755,root,root) %{_bindir}/pnmgamma
536 %attr(755,root,root) %{_bindir}/pnmhisteq
537 %attr(755,root,root) %{_bindir}/pnmhistmap
538 %attr(755,root,root) %{_bindir}/pnmindex
539 %attr(755,root,root) %{_bindir}/pnminterp
540 %attr(755,root,root) %{_bindir}/pnminvert
541 %attr(755,root,root) %{_bindir}/pnmmargin
542 %attr(755,root,root) %{_bindir}/pnmmercator
543 %attr(755,root,root) %{_bindir}/pnmmontage
544 %attr(755,root,root) %{_bindir}/pnmnlfilt
545 %attr(755,root,root) %{_bindir}/pnmnoraw
546 %attr(755,root,root) %{_bindir}/pnmnorm
547 %attr(755,root,root) %{_bindir}/pnmpad
548 %attr(755,root,root) %{_bindir}/pnmpaste
549 %attr(755,root,root) %{_bindir}/pnmpsnr
550 %attr(755,root,root) %{_bindir}/pnmquant
551 %attr(755,root,root) %{_bindir}/pnmquantall
552 %attr(755,root,root) %{_bindir}/pnmremap
553 %attr(755,root,root) %{_bindir}/pnmrotate
554 %attr(755,root,root) %{_bindir}/pnmscale
555 %attr(755,root,root) %{_bindir}/pnmscalefixed
556 %attr(755,root,root) %{_bindir}/pnmshear
557 %attr(755,root,root) %{_bindir}/pnmsmooth
558 %attr(755,root,root) %{_bindir}/pnmsplit
559 %attr(755,root,root) %{_bindir}/pnmstitch
560 %attr(755,root,root) %{_bindir}/pnmtile
561 %attr(755,root,root) %{_bindir}/pnmtoddif
562 %attr(755,root,root) %{_bindir}/pnmtofiasco
563 %attr(755,root,root) %{_bindir}/pnmtofits
564 %attr(755,root,root) %{_bindir}/pnmtojbig
565 %attr(755,root,root) %{_bindir}/pnmtojpeg
566 %attr(755,root,root) %{_bindir}/pnmtopalm
567 %attr(755,root,root) %{_bindir}/pnmtopclxl
568 %attr(755,root,root) %{_bindir}/pnmtoplainpnm
569 %attr(755,root,root) %{_bindir}/pnmtopng
570 %attr(755,root,root) %{_bindir}/pnmtopnm
571 %attr(755,root,root) %{_bindir}/pnmtops
572 %attr(755,root,root) %{_bindir}/pnmtorast
573 %attr(755,root,root) %{_bindir}/pnmtorle
574 %attr(755,root,root) %{_bindir}/pnmtosgi
575 %attr(755,root,root) %{_bindir}/pnmtosir
576 %attr(755,root,root) %{_bindir}/pnmtotiff
577 %attr(755,root,root) %{_bindir}/pnmtotiffcmyk
578 %attr(755,root,root) %{_bindir}/pnmtoxwd
579 %attr(755,root,root) %{_bindir}/ppm3d
580 %attr(755,root,root) %{_bindir}/ppmbrighten
581 %attr(755,root,root) %{_bindir}/ppmchange
582 %attr(755,root,root) %{_bindir}/ppmcie
583 %attr(755,root,root) %{_bindir}/ppmcolormask
584 %attr(755,root,root) %{_bindir}/ppmcolors
585 %attr(755,root,root) %{_bindir}/ppmdcfont
586 %attr(755,root,root) %{_bindir}/ppmddumpfont
587 %attr(755,root,root) %{_bindir}/ppmdim
588 %attr(755,root,root) %{_bindir}/ppmdist
589 %attr(755,root,root) %{_bindir}/ppmdither
590 %attr(755,root,root) %{_bindir}/ppmdmkfont
591 %attr(755,root,root) %{_bindir}/ppmdraw
592 %attr(755,root,root) %{_bindir}/ppmfade
593 %attr(755,root,root) %{_bindir}/ppmflash
594 %attr(755,root,root) %{_bindir}/ppmforge
595 %attr(755,root,root) %{_bindir}/ppmglobe
596 %attr(755,root,root) %{_bindir}/ppmhist
597 %attr(755,root,root) %{_bindir}/ppmlabel
598 %attr(755,root,root) %{_bindir}/ppmmake
599 %attr(755,root,root) %{_bindir}/ppmmix
600 %attr(755,root,root) %{_bindir}/ppmnorm
601 %attr(755,root,root) %{_bindir}/ppmntsc
602 %attr(755,root,root) %{_bindir}/ppmpat
603 %attr(755,root,root) %{_bindir}/ppmquant
604 %attr(755,root,root) %{_bindir}/ppmquantall
605 %attr(755,root,root) %{_bindir}/ppmrainbow
606 %attr(755,root,root) %{_bindir}/ppmrelief
607 %attr(755,root,root) %{_bindir}/ppmrough
608 %attr(755,root,root) %{_bindir}/ppmshadow
609 %attr(755,root,root) %{_bindir}/ppmshift
610 %attr(755,root,root) %{_bindir}/ppmspread
611 %attr(755,root,root) %{_bindir}/ppmtoacad
612 %attr(755,root,root) %{_bindir}/ppmtoapplevol
613 %attr(755,root,root) %{_bindir}/ppmtoarbtxt
614 %attr(755,root,root) %{_bindir}/ppmtoascii
615 %attr(755,root,root) %{_bindir}/ppmtobmp
616 %attr(755,root,root) %{_bindir}/ppmtoeyuv
617 %attr(755,root,root) %{_bindir}/ppmtogif
618 %attr(755,root,root) %{_bindir}/ppmtoicr
619 %attr(755,root,root) %{_bindir}/ppmtoilbm
620 %attr(755,root,root) %{_bindir}/ppmtojpeg
621 %attr(755,root,root) %{_bindir}/ppmtoleaf
622 %attr(755,root,root) %{_bindir}/ppmtolj
623 %attr(755,root,root) %{_bindir}/ppmtomap
624 %attr(755,root,root) %{_bindir}/ppmtomitsu
625 %attr(755,root,root) %{_bindir}/ppmtompeg
626 %attr(755,root,root) %{_bindir}/ppmtoneo
627 %attr(755,root,root) %{_bindir}/ppmtopcx
628 %attr(755,root,root) %{_bindir}/ppmtopgm
629 %attr(755,root,root) %{_bindir}/ppmtopi1
630 %attr(755,root,root) %{_bindir}/ppmtopict
631 %attr(755,root,root) %{_bindir}/ppmtopj
632 %attr(755,root,root) %{_bindir}/ppmtopjxl
633 %attr(755,root,root) %{_bindir}/ppmtoppm
634 %attr(755,root,root) %{_bindir}/ppmtopuzz
635 %attr(755,root,root) %{_bindir}/ppmtorgb3
636 %attr(755,root,root) %{_bindir}/ppmtosixel
637 %attr(755,root,root) %{_bindir}/ppmtospu
638 %attr(755,root,root) %{_bindir}/ppmtoterm
639 %attr(755,root,root) %{_bindir}/ppmtotga
640 %attr(755,root,root) %{_bindir}/ppmtouil
641 %attr(755,root,root) %{_bindir}/ppmtowinicon
642 %attr(755,root,root) %{_bindir}/ppmtoxpm
643 %attr(755,root,root) %{_bindir}/ppmtoyuv
644 %attr(755,root,root) %{_bindir}/ppmtoyuvsplit
645 %attr(755,root,root) %{_bindir}/ppmtv
646 %attr(755,root,root) %{_bindir}/ppmwheel
647 %attr(755,root,root) %{_bindir}/psidtopgm
648 %attr(755,root,root) %{_bindir}/qrttoppm
649 %attr(755,root,root) %{_bindir}/rasttopnm
650 %attr(755,root,root) %{_bindir}/rawtopgm
651 %attr(755,root,root) %{_bindir}/rawtoppm
652 %attr(755,root,root) %{_bindir}/rgb3toppm
653 %attr(755,root,root) %{_bindir}/rlatopam
654 %attr(755,root,root) %{_bindir}/rletopnm
655 %attr(755,root,root) %{_bindir}/sbigtopgm
656 %attr(755,root,root) %{_bindir}/sgitopnm
657 %attr(755,root,root) %{_bindir}/sirtopnm
658 %attr(755,root,root) %{_bindir}/sldtoppm
659 %attr(755,root,root) %{_bindir}/spctoppm
660 %attr(755,root,root) %{_bindir}/spottopgm
661 %attr(755,root,root) %{_bindir}/sputoppm
662 %attr(755,root,root) %{_bindir}/srftopam
663 %attr(755,root,root) %{_bindir}/st4topgm
664 %attr(755,root,root) %{_bindir}/sunicontopnm
665 %attr(755,root,root) %{_bindir}/svgtopam
666 %attr(755,root,root) %{_bindir}/tgatoppm
667 %attr(755,root,root) %{_bindir}/thinkjettopbm
668 %attr(755,root,root) %{_bindir}/tifftopnm
669 %attr(755,root,root) %{_bindir}/wbmptopbm
670 %attr(755,root,root) %{_bindir}/winicontopam
671 %attr(755,root,root) %{_bindir}/winicontoppm
672 %attr(755,root,root) %{_bindir}/xbmtopbm
673 %attr(755,root,root) %{_bindir}/ximtoppm
674 %attr(755,root,root) %{_bindir}/xpmtoppm
675 %attr(755,root,root) %{_bindir}/xvminitoppm
676 %attr(755,root,root) %{_bindir}/xwdtopnm
677 %attr(755,root,root) %{_bindir}/ybmtopbm
678 %attr(755,root,root) %{_bindir}/yuvsplittoppm
679 %attr(755,root,root) %{_bindir}/yuvtoppm
680 %attr(755,root,root) %{_bindir}/yuy2topam
681 %attr(755,root,root) %{_bindir}/zeisstopnm
682 %{_mandir}/man1/411toppm.1*
683 %{_mandir}/man1/anytopnm.1*
684 %{_mandir}/man1/asciitopgm.1*
685 %{_mandir}/man1/atktopbm.1*
686 %{_mandir}/man1/avstopam.1*
687 %{_mandir}/man1/bioradtopgm.1*
688 %{_mandir}/man1/bmptopnm.1*
689 %{_mandir}/man1/brushtopbm.1*
690 %{_mandir}/man1/cameratopam.1*
691 %{_mandir}/man1/cistopbm.1*
692 %{_mandir}/man1/cmuwmtopbm.1*
693 %{_mandir}/man1/ddbugtopbm.1*
694 %{_mandir}/man1/escp2topbm.1*
695 %{_mandir}/man1/eyuvtoppm.1*
696 %{_mandir}/man1/fiascotopnm.1*
697 %{_mandir}/man1/fitstopnm.1*
698 %{_mandir}/man1/fstopgm.1*
699 %{_mandir}/man1/g3topbm.1*
700 %{_mandir}/man1/gemtopnm.1*
701 %{_mandir}/man1/giftopnm.1*
702 %{_mandir}/man1/gouldtoppm.1*
703 %{_mandir}/man1/hdifftopam.1*
704 %{_mandir}/man1/hipstopgm.1*
705 %{_mandir}/man1/hpcdtoppm.1*
706 %{_mandir}/man1/ilbmtoppm.1*
707 %{_mandir}/man1/imgtoppm.1*
708 %{_mandir}/man1/infotopam.1*
709 %{_mandir}/man1/jbigtopnm.1*
710 %{_mandir}/man1/jpeg2ktopam.1*
711 %{_mandir}/man1/jpegtopnm.1*
712 %{_mandir}/man1/leaftoppm.1*
713 %{_mandir}/man1/lispmtopgm.1*
714 %{_mandir}/man1/macptopbm.1*
715 %{_mandir}/man1/manweb.1*
716 %{_mandir}/man1/mdatopbm.1*
717 %{_mandir}/man1/mgrtopbm.1*
718 %{_mandir}/man1/mrftopbm.1*
719 %{_mandir}/man1/mtvtoppm.1*
720 %{_mandir}/man1/neotoppm.1*
721 %{_mandir}/man1/palmtopnm.1*
722 %{_mandir}/man1/pamaddnoise.1*
723 %{_mandir}/man1/pamarith.1*
724 %{_mandir}/man1/pambackground.1*
725 %{_mandir}/man1/pambayer.1*
726 %{_mandir}/man1/pamchannel.1*
727 %{_mandir}/man1/pamcomp.1*
728 %{_mandir}/man1/pamcrater.1*
729 %{_mandir}/man1/pamcut.1*
730 %{_mandir}/man1/pamdeinterlace.1*
731 %{_mandir}/man1/pamdepth.1*
732 %{_mandir}/man1/pamdice.1*
733 %{_mandir}/man1/pamditherbw.1*
734 %{_mandir}/man1/pamedge.1*
735 %{_mandir}/man1/pamendian.1*
736 %{_mandir}/man1/pamenlarge.1*
737 %{_mandir}/man1/pamexec.1*
738 %{_mandir}/man1/pamfile.1*
739 %{_mandir}/man1/pamfix.1*
740 %{_mandir}/man1/pamfixtrunc.1*
741 %{_mandir}/man1/pamflip.1*
742 %{_mandir}/man1/pamfunc.1*
743 %{_mandir}/man1/pamgauss.1*
744 %{_mandir}/man1/pamgradient.1*
745 %{_mandir}/man1/pamlookup.1*
746 %{_mandir}/man1/pammasksharpen.1*
747 %{_mandir}/man1/pammixinterlace.1*
748 %{_mandir}/man1/pammosaicknit.1*
749 %{_mandir}/man1/pamoil.1*
750 %{_mandir}/man1/pampaintspill.1*
751 %{_mandir}/man1/pamperspective.1*
752 %{_mandir}/man1/pampick.1*
753 %{_mandir}/man1/pampop9.1*
754 %{_mandir}/man1/pamrecolor.1*
755 %{_mandir}/man1/pamrubber.1*
756 %{_mandir}/man1/pamscale.1*
757 %{_mandir}/man1/pamseq.1*
758 %{_mandir}/man1/pamshadedrelief.1*
759 %{_mandir}/man1/pamsharpmap.1*
760 %{_mandir}/man1/pamsharpness.1*
761 %{_mandir}/man1/pamsistoaglyph.1*
762 %{_mandir}/man1/pamslice.1*
763 %{_mandir}/man1/pamsplit.1*
764 %{_mandir}/man1/pamstack.1*
765 %{_mandir}/man1/pamstereogram.1*
766 %{_mandir}/man1/pamstretch-gen.1*
767 %{_mandir}/man1/pamstretch.1*
768 %{_mandir}/man1/pamsumm.1*
769 %{_mandir}/man1/pamsummcol.1*
770 %{_mandir}/man1/pamthreshold.1*
771 %{_mandir}/man1/pamtilt.1*
772 %{_mandir}/man1/pamtoavs.1*
773 %{_mandir}/man1/pamtodjvurle.1*
774 %{_mandir}/man1/pamtofits.1*
775 %{_mandir}/man1/pamtogif.1*
776 %{_mandir}/man1/pamtohdiff.1*
777 %{_mandir}/man1/pamtohtmltbl.1*
778 %{_mandir}/man1/pamtojpeg2k.1*
779 %{_mandir}/man1/pamtompfont.1*
780 %{_mandir}/man1/pamtooctaveimg.1*
781 %{_mandir}/man1/pamtopam.1*
782 %{_mandir}/man1/pamtopdbimg.1*
783 %{_mandir}/man1/pamtopfm.1*
784 %{_mandir}/man1/pamtopng.1*
785 %{_mandir}/man1/pamtopnm.1*
786 %{_mandir}/man1/pamtosrf.1*
787 %{_mandir}/man1/pamtosvg.1*
788 %{_mandir}/man1/pamtotga.1*
789 %{_mandir}/man1/pamtotiff.1*
790 %{_mandir}/man1/pamtouil.1*
791 %{_mandir}/man1/pamtowinicon.1*
792 %{_mandir}/man1/pamtoxvmini.1*
793 %{_mandir}/man1/pamundice.1*
794 %{_mandir}/man1/pamunlookup.1*
795 %{_mandir}/man1/pamvalidate.1*
796 %{_mandir}/man1/pamwipeout.1*
797 %{_mandir}/man1/pamx.1*
798 %{_mandir}/man1/pbmclean.1*
799 %{_mandir}/man1/pbmlife.1*
800 %{_mandir}/man1/pbmmake.1*
801 %{_mandir}/man1/pbmmask.1*
802 %{_mandir}/man1/pbmminkowski.1*
803 %{_mandir}/man1/pbmpage.1*
804 %{_mandir}/man1/pbmpscale.1*
805 %{_mandir}/man1/pbmreduce.1*
806 %{_mandir}/man1/pbmtext.1*
807 %{_mandir}/man1/pbmtextps.1*
808 %{_mandir}/man1/pbmto10x.1*
809 %{_mandir}/man1/pbmto4425.1*
810 %{_mandir}/man1/pbmtoascii.1*
811 %{_mandir}/man1/pbmtoatk.1*
812 %{_mandir}/man1/pbmtobbnbg.1*
813 %{_mandir}/man1/pbmtocis.1*
814 %{_mandir}/man1/pbmtocmuwm.1*
815 %{_mandir}/man1/pbmtodjvurle.1*
816 %{_mandir}/man1/pbmtoepsi.1*
817 %{_mandir}/man1/pbmtoepson.1*
818 %{_mandir}/man1/pbmtoescp2.1*
819 %{_mandir}/man1/pbmtog3.1*
820 %{_mandir}/man1/pbmtogem.1*
821 %{_mandir}/man1/pbmtogo.1*
822 %{_mandir}/man1/pbmtoibm23xx.1*
823 %{_mandir}/man1/pbmtolj.1*
824 %{_mandir}/man1/pbmtoln03.1*
825 %{_mandir}/man1/pbmtolps.1*
826 %{_mandir}/man1/pbmtomacp.1*
827 %{_mandir}/man1/pbmtomatrixorbital.1*
828 %{_mandir}/man1/pbmtomda.1*
829 %{_mandir}/man1/pbmtomgr.1*
830 %{_mandir}/man1/pbmtomrf.1*
831 %{_mandir}/man1/pbmtonokia.1*
832 %{_mandir}/man1/pbmtopgm.1*
833 %{_mandir}/man1/pbmtopi3.1*
834 %{_mandir}/man1/pbmtopk.1*
835 %{_mandir}/man1/pbmtoplot.1*
836 %{_mandir}/man1/pbmtoppa.1*
837 %{_mandir}/man1/pbmtopsg3.1*
838 %{_mandir}/man1/pbmtoptx.1*
839 %{_mandir}/man1/pbmtosunicon.1*
840 %{_mandir}/man1/pbmtowbmp.1*
841 %{_mandir}/man1/pbmtox10bm.1*
842 %{_mandir}/man1/pbmtoxbm.1*
843 %{_mandir}/man1/pbmtoybm.1*
844 %{_mandir}/man1/pbmtozinc.1*
845 %{_mandir}/man1/pbmupc.1*
846 %{_mandir}/man1/pc1toppm.1*
847 %{_mandir}/man1/pcdovtoppm.1*
848 %{_mandir}/man1/pcxtoppm.1*
849 %{_mandir}/man1/pdbimgtopam.1*
850 %{_mandir}/man1/pfmtopam.1*
851 %{_mandir}/man1/pgmabel.1*
852 %{_mandir}/man1/pgmbentley.1*
853 %{_mandir}/man1/pgmcrater.1*
854 %{_mandir}/man1/pgmdeshadow.1*
855 %{_mandir}/man1/pgmenhance.1*
856 %{_mandir}/man1/pgmhist.1*
857 %{_mandir}/man1/pgmkernel.1*
858 %{_mandir}/man1/pgmmake.1*
859 %{_mandir}/man1/pgmmedian.1*
860 %{_mandir}/man1/pgmminkowski.1*
861 %{_mandir}/man1/pgmmorphconv.1*
862 %{_mandir}/man1/pgmnoise.1*
863 %{_mandir}/man1/pgmramp.1*
864 %{_mandir}/man1/pgmtexture.1*
865 %{_mandir}/man1/pgmtofs.1*
866 %{_mandir}/man1/pgmtolispm.1*
867 %{_mandir}/man1/pgmtopbm.1*
868 %{_mandir}/man1/pgmtopgm.1*
869 %{_mandir}/man1/pgmtoppm.1*
870 %{_mandir}/man1/pgmtosbig.1*
871 %{_mandir}/man1/pgmtost4.1*
872 %{_mandir}/man1/pi1toppm.1*
873 %{_mandir}/man1/pi3topbm.1*
874 %{_mandir}/man1/picttoppm.1*
875 %{_mandir}/man1/pjtoppm.1*
876 %{_mandir}/man1/pktopbm.1*
877 %{_mandir}/man1/pngtopam.1*
878 %{_mandir}/man1/pnmalias.1*
879 %{_mandir}/man1/pnmcat.1*
880 %{_mandir}/man1/pnmcolormap.1*
881 %{_mandir}/man1/pnmconvol.1*
882 %{_mandir}/man1/pnmcrop.1*
883 %{_mandir}/man1/pnmflip.1*
884 %{_mandir}/man1/pnmgamma.1*
885 %{_mandir}/man1/pnmhisteq.1*
886 %{_mandir}/man1/pnmhistmap.1*
887 %{_mandir}/man1/pnmindex.1*
888 %{_mandir}/man1/pnminvert.1*
889 %{_mandir}/man1/pnmmargin.1*
890 %{_mandir}/man1/pnmmercator.1*
891 %{_mandir}/man1/pnmmontage.1*
892 %{_mandir}/man1/pnmnlfilt.1*
893 %{_mandir}/man1/pnmnorm.1*
894 %{_mandir}/man1/pnmpad.1*
895 %{_mandir}/man1/pnmpaste.1*
896 %{_mandir}/man1/pnmpsnr.1*
897 %{_mandir}/man1/pnmquant.1*
898 %{_mandir}/man1/pnmquantall.1*
899 %{_mandir}/man1/pnmremap.1*
900 %{_mandir}/man1/pnmrotate.1*
901 %{_mandir}/man1/pnmscalefixed.1*
902 %{_mandir}/man1/pnmshear.1*
903 %{_mandir}/man1/pnmsmooth.1*
904 %{_mandir}/man1/pnmstitch.1*
905 %{_mandir}/man1/pnmtile.1*
906 %{_mandir}/man1/pnmtoddif.1*
907 %{_mandir}/man1/pnmtofiasco.1*
908 %{_mandir}/man1/pnmtojbig.1*
909 %{_mandir}/man1/pnmtojpeg.1*
910 %{_mandir}/man1/pnmtopalm.1*
911 %{_mandir}/man1/pnmtopclxl.1*
912 %{_mandir}/man1/pnmtoplainpnm.1*
913 %{_mandir}/man1/pnmtopng.1*
914 %{_mandir}/man1/pnmtops.1*
915 %{_mandir}/man1/pnmtorast.1*
916 %{_mandir}/man1/pnmtorle.1*
917 %{_mandir}/man1/pnmtosgi.1*
918 %{_mandir}/man1/pnmtosir.1*
919 %{_mandir}/man1/pnmtotiffcmyk.1*
920 %{_mandir}/man1/pnmtoxwd.1*
921 %{_mandir}/man1/ppm3d.1*
922 %{_mandir}/man1/ppmbrighten.1*
923 %{_mandir}/man1/ppmchange.1*
924 %{_mandir}/man1/ppmcie.1*
925 %{_mandir}/man1/ppmcolormask.1*
926 %{_mandir}/man1/ppmcolors.1*
927 %{_mandir}/man1/ppmdcfont.1*
928 %{_mandir}/man1/ppmddumpfont.1*
929 %{_mandir}/man1/ppmdim.1*
930 %{_mandir}/man1/ppmdist.1*
931 %{_mandir}/man1/ppmdither.1*
932 %{_mandir}/man1/ppmdmkfont.1*
933 %{_mandir}/man1/ppmdraw.1*
934 %{_mandir}/man1/ppmfade.1*
935 %{_mandir}/man1/ppmflash.1*
936 %{_mandir}/man1/ppmforge.1*
937 %{_mandir}/man1/ppmglobe.1*
938 %{_mandir}/man1/ppmhist.1*
939 %{_mandir}/man1/ppmlabel.1*
940 %{_mandir}/man1/ppmmake.1*
941 %{_mandir}/man1/ppmmix.1*
942 %{_mandir}/man1/ppmntsc.1*
943 %{_mandir}/man1/ppmpat.1*
944 %{_mandir}/man1/ppmquant.1*
945 %{_mandir}/man1/ppmrainbow.1*
946 %{_mandir}/man1/ppmrelief.1*
947 %{_mandir}/man1/ppmrough.1*
948 %{_mandir}/man1/ppmshadow.1*
949 %{_mandir}/man1/ppmshift.1*
950 %{_mandir}/man1/ppmspread.1*
951 %{_mandir}/man1/ppmtoacad.1*
952 %{_mandir}/man1/ppmtoapplevol.1*
953 %{_mandir}/man1/ppmtoarbtxt.1*
954 %{_mandir}/man1/ppmtoascii.1*
955 %{_mandir}/man1/ppmtobmp.1*
956 %{_mandir}/man1/ppmtoeyuv.1*
957 %{_mandir}/man1/ppmtogif.1*
958 %{_mandir}/man1/ppmtoicr.1*
959 %{_mandir}/man1/ppmtoilbm.1*
960 %{_mandir}/man1/ppmtoleaf.1*
961 %{_mandir}/man1/ppmtolj.1*
962 %{_mandir}/man1/ppmtomap.1*
963 %{_mandir}/man1/ppmtomitsu.1*
964 %{_mandir}/man1/ppmtompeg.1*
965 %{_mandir}/man1/ppmtoneo.1*
966 %{_mandir}/man1/ppmtopcx.1*
967 %{_mandir}/man1/ppmtopgm.1*
968 %{_mandir}/man1/ppmtopi1.1*
969 %{_mandir}/man1/ppmtopict.1*
970 %{_mandir}/man1/ppmtopj.1*
971 %{_mandir}/man1/ppmtopjxl.1*
972 %{_mandir}/man1/ppmtoppm.1*
973 %{_mandir}/man1/ppmtopuzz.1*
974 %{_mandir}/man1/ppmtorgb3.1*
975 %{_mandir}/man1/ppmtosixel.1*
976 %{_mandir}/man1/ppmtospu.1*
977 %{_mandir}/man1/ppmtoterm.1*
978 %{_mandir}/man1/ppmtowinicon.1*
979 %{_mandir}/man1/ppmtoxpm.1*
980 %{_mandir}/man1/ppmtoyuv.1*
981 %{_mandir}/man1/ppmtoyuvsplit.1*
982 %{_mandir}/man1/ppmtv.1*
983 %{_mandir}/man1/ppmwheel.1*
984 %{_mandir}/man1/psidtopgm.1*
985 %{_mandir}/man1/qrttoppm.1*
986 %{_mandir}/man1/rasttopnm.1*
987 %{_mandir}/man1/rawtopgm.1*
988 %{_mandir}/man1/rawtoppm.1*
989 %{_mandir}/man1/rgb3toppm.1*
990 %{_mandir}/man1/rlatopam.1*
991 %{_mandir}/man1/rletopnm.1*
992 %{_mandir}/man1/sbigtopgm.1*
993 %{_mandir}/man1/sgitopnm.1*
994 %{_mandir}/man1/sirtopnm.1*
995 %{_mandir}/man1/sldtoppm.1*
996 %{_mandir}/man1/spctoppm.1*
997 %{_mandir}/man1/spottopgm.1*
998 %{_mandir}/man1/sputoppm.1*
999 %{_mandir}/man1/srftopam.1*
1000 %{_mandir}/man1/st4topgm.1*
1001 %{_mandir}/man1/sunicontopnm.1*
1002 %{_mandir}/man1/svgtopam.1*
1003 %{_mandir}/man1/tgatoppm.1*
1004 %{_mandir}/man1/thinkjettopbm.1*
1005 %{_mandir}/man1/tifftopnm.1*
1006 %{_mandir}/man1/wbmptopbm.1*
1007 %{_mandir}/man1/winicontopam.1*
1008 %{_mandir}/man1/winicontoppm.1*
1009 %{_mandir}/man1/xbmtopbm.1*
1010 %{_mandir}/man1/ximtoppm.1*
1011 %{_mandir}/man1/xpmtoppm.1*
1012 %{_mandir}/man1/xvminitoppm.1*
1013 %{_mandir}/man1/xwdtopnm.1*
1014 %{_mandir}/man1/ybmtopbm.1*
1015 %{_mandir}/man1/yuvsplittoppm.1*
1016 %{_mandir}/man1/yuvtoppm.1*
1017 %{_mandir}/man1/yuy2topam.1*
1018 %{_mandir}/man1/zeisstopnm.1*
1019 %{_mandir}/man5/pam.5*
1020 %{_mandir}/man5/pbm.5*
1021 %{_mandir}/man5/pgm.5*
1022 %{_mandir}/man5/pnm.5*
1023 %{_mandir}/man5/ppm.5*
1024 %lang(fi) %{_mandir}/fi/man1/*.1*
1025 %lang(pl) %{_mandir}/pl/man1/*.1*
1026 %lang(pl) %{_mandir}/pl/man5/p?m.5*
1027
1028 %files progs-pstopnm
1029 %defattr(644,root,root,755)
1030 %attr(755,root,root) %{_bindir}/pstopnm
1031 %{_mandir}/man1/pstopnm.1*
1032
1033 %if %{with svga}
1034 %files ppmsvgalib
1035 %defattr(644,root,root,755)
1036 %attr(755,root,root) %{_bindir}/ppmsvgalib
1037 %{_mandir}/man1/ppmsvgalib.1*
1038 %endif
This page took 0.121776 seconds and 4 git commands to generate.