]> git.pld-linux.org Git - packages/netpbm.git/blame - netpbm.spec
- updated to 10.73.43
[packages/netpbm.git] / netpbm.spec
CommitLineData
5bd53014
PG
1# TODO:
2# - documentation for progs: try to get some real man pages (old netpbm? Debian?)
fdf6102a
JB
3#
4# Conditional build:
c3f3506c 5%bcond_with svga # build ppmsvgalib tool
fdf6102a 6#
657efff3 7Summary: A library for handling different graphics file formats
27d773b3
ER
8Summary(pl.UTF-8): Biblioteki do obsługi różnych formatów graficznych
9Summary(pt_BR.UTF-8): Ferramentas para manipular arquivos graficos nos formatos suportados netpbm
10Summary(ru.UTF-8): Набор библиотек для работы с различными графическими файлами
11Summary(uk.UTF-8): Набір бібліотек для роботи з різними графічними файлами
bc2efe40 12Name: netpbm
bbe95c39 13Version: 10.73.43
8a166b68 14Release: 1
73908e8f 15License: Freeware
657efff3 16Group: Libraries
68de4f09
AM
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
c3f3506c 19Source0: http://downloads.sourceforge.net/netpbm/%{name}-%{version}.tgz
bbe95c39 20# Source0-md5: 470955c8e74b215d6e444f8580523c7e
917f5c76 21Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
37efef7d 22# Source1-md5: 8fb174f8da02ea01bf72a9dc61be10f1
013a0936 23Source2: %{name}-docs-20030520.tar.bz2
37efef7d 24# Source2-md5: 2d6a3965d493def21edfbc3e1aa262e9
d68040fb 25Patch0: %{name}-make.patch
cf2d8782 26URL: http://netpbm.sourceforge.net/
ecb8ac98 27BuildRequires: flex
68de4f09 28BuildRequires: jasper-devel
ecb8ac98 29BuildRequires: jbigkit-devel
8fc8e779 30BuildRequires: libjpeg-devel >= 7
29b9b2bb 31BuildRequires: libpng-devel >= 1.0
657efff3 32BuildRequires: libtiff-devel
29b9b2bb 33BuildRequires: libxml2-devel >= 1:2.5.9
a5fbe0e2 34BuildRequires: perl-base
45dd8322 35BuildRequires: perl-modules
29b9b2bb 36BuildRequires: pkgconfig
2c82c454 37%{?with_svga:BuildRequires: svgalib-devel}
45dd8322 38BuildRequires: xorg-lib-libX11-devel
29b9b2bb 39BuildRequires: zlib-devel
bbe95c39 40Obsoletes: libgr < 3
9d1ca972 41BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50a5adc8 42
43%description
44The netpbm package contains a library of functions which support
45programs for handling various graphics file formats, including .pbm
46(portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),
47.ppm (portable pixmaps) and others.
48
6fd1f0a1
JR
49%description -l pl.UTF-8
50Pakiet netpbm zawiera biblioteki funkcji obsługujących różne formaty
9afe9d7b
JB
51graficzne, w tym .pbm, .pgm, .pnm, .ppm.
52
6fd1f0a1
JR
53%description -l pt_BR.UTF-8
54O pacote netpbm contém bibliotecas de funções que suportam programas
55para manipular vários formatos gráficos, incluindo .pbm (ortable
e1388bc9 56bitmaps), .pgm (portable graymaps), .pnm (portable anymaps), .ppm
57(portable pixmaps) e outros
58
6fd1f0a1
JR
59%description -l ru.UTF-8
60Набор библиотек для обработки графических файлов различных форматов
61включая FBM, PBM, PGM, PNM, PPM и REL.
e1388bc9 62
6fd1f0a1
JR
63%description -l uk.UTF-8
64Набір бібліотек для обробки графічних файлів різних форматів,
65включаючи FBM, PBM, PGM, PNM, PPM та REL.
e1388bc9 66
50a5adc8 67%package devel
657efff3 68Summary: Development tools for programs which will use the netpbm libraries
27d773b3
ER
69Summary(pl.UTF-8): Biblioteka netpbm - część dla programistów
70Summary(pt_BR.UTF-8): Arquivos de desenvolvimento usados para libnetpbm
71Summary(ru.UTF-8): Хедеры и библиотеки для разработки программ, использующих netpbm
72Summary(uk.UTF-8): Хедери та бібліотеки для розробки програм, що використовують netpbm
bc2efe40 73Group: Development/Libraries
9ac87561 74Requires: %{name} = %{version}-%{release}
bbe95c39 75Obsoletes: libgr-devel < 3
50a5adc8 76
9afe9d7b
JB
77%description devel
78The netpbm-devel package contains the header files and programmer's
79documentation for developing programs which can handle the various
80graphics file formats supported by the netpbm libraries.
81
82Install netpbm-devel if you want to develop programs for handling the
83graphics file formats supported by the netpbm libraries. You'll also
84need to have the netpbm package installed.
85
6fd1f0a1
JR
86%description devel -l pl.UTF-8
87Pakiet netpbm-devel zawiera pliki nagłówkowe i dokumentację dla
88programistów do tworzenia programów obsługujących formaty graficzne
a6670c57 89wspierane przez netpbm.
9afe9d7b 90
6fd1f0a1 91%description devel -l pt_BR.UTF-8
e1388bc9 92The netpbm-devel package contains the header files and programmer's
93documentation for developing programs which can handle the various
94graphics file formats supported by the netpbm libraries.
95
96Install netpbm-devel if you want to develop programs for handling the
97graphics file formats supported by the netpbm libraries. You'll also
98need to have the netpbm package installed.
99
6fd1f0a1
JR
100%description devel -l ru.UTF-8
101Этот пакет содержит все необходимое для разработки программ,
102работающих с графическими файлами в форматах, поддерживаемых netpbm.
e1388bc9 103
6fd1f0a1
JR
104%description devel -l uk.UTF-8
105Цей пакет містить все необхідне для розробки програм, що працюють з
106графічними файлами в форматах, що їх підтримує netpbm.
e1388bc9 107
657efff3 108%package static
109Summary: Static netpbm libraries
27d773b3
ER
110Summary(pl.UTF-8): Statyczne biblioteki netpbm
111Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com libnetpbm
112Summary(ru.UTF-8): Статическая библиотека для программирования с netpbm
113Summary(uk.UTF-8): Статична бібліотека для програмування з netpbm
657efff3 114Group: Development/Libraries
9ac87561 115Requires: %{name}-devel = %{version}-%{release}
bbe95c39 116Obsoletes: libgr-static < 3
657efff3 117
118%description static
119Static netpbm libraries.
120
6fd1f0a1 121%description static -l pl.UTF-8
9afe9d7b 122Statyczne biblioteki netpbm.
ed5f2108 123
6fd1f0a1
JR
124%description static -l pt_BR.UTF-8
125Bibliotecas estáticas para desenvolvimento com libnetpbm.
e1388bc9 126
6fd1f0a1
JR
127%description static -l ru.UTF-8
128Этот пакет содержит статические библиотеки, необходимые для написания
129программ, использующих netpbm.
e1388bc9 130
6fd1f0a1
JR
131%description static -l uk.UTF-8
132Цей пакет містить статичні бібліотеки, необхідні для написання
133програм, що використовують netpbm.
e1388bc9 134
e0862d4e 135%package rle-static
136Summary: Limited rle library
27d773b3 137Summary(pl.UTF-8): Okrojona biblioteka rle
e0862d4e 138Group: Development/Libraries
9ac87561 139Requires: %{name}-devel = %{version}-%{release}
e0862d4e 140Obsoletes: urt-static
141
142%description rle-static
143Limited version of rle library from netpbm.
144
6fd1f0a1 145%description rle-static -l pl.UTF-8
e0862d4e 146Okrojona wersja biblioteki rle z netpbm.
147
657efff3 148%package progs
149Summary: Tools for manipulating graphics files in netpbm supported formats
27d773b3
ER
150Summary(pl.UTF-8): Narzędzia do konwersji plików graficznych
151Summary(ru.UTF-8): Утилиты манипулирования файлами форматов, поддерживаемых netpbm
152Summary(uk.UTF-8): Утиліти маніпулювання файлами форматів, підтримуваних netpbm
657efff3 153Group: Applications/Graphics
9ac87561 154Requires: %{name} = %{version}-%{release}
29b9b2bb 155Requires: libxml2 >= 1:2.5.9
bbe95c39 156Obsoletes: libgr-progs < 3
50a5adc8 157
2c267396 158%description progs
159The netpbm-progs package contains a group of scripts for manipulating
160the graphics files in formats which are supported by the netpbm
161libraries. For example, netpbm-progs includes the rasttopnm script,
162which will convert a Sun rasterfile into a portable anymap.
163Netpbm-progs contains many other scripts for converting from one
164graphics file format to another.
165
166If you need to use these conversion scripts, you should install
167netpbm-progs. You'll also need to install the netpbm package.
168
6fd1f0a1
JR
169%description progs -l pl.UTF-8
170Pakiet netpbm-progs zawiera programy konwertujące pliki graficzne do
171oraz z formatów obsługiwanych przez biblioteki netpbm.
9afe9d7b 172
6fd1f0a1
JR
173%description progs -l ru.UTF-8
174Этот пакет включает разнообразные утилиты для работы с графическими
175файлами в форматах, поддерживаемых netpbm.
e1388bc9 176
6fd1f0a1
JR
177%description progs -l uk.UTF-8
178Цей пакет містить різноманітні утиліти для роботи з графічним файлами
179в форматах, підтримуваних netpbm.
e1388bc9 180
824b6fba 181%package progs-pstopnm
38ddf6c7
JB
182Summary: pstopnm - tool to convert PostScript files to PNM images
183Summary(pl.UTF-8): pstopnm - narzędzie do konwersji plików postscriptowych na obrazy PNM
824b6fba
PG
184Group: Applications/Graphics
185Requires: %{name} = %{version}-%{release}
a2e4bceb 186Requires: fonts-Type1-urw
c774dd19 187Requires: ghostscript
bbe95c39 188Obsoletes: libgr-progs < 3
5d9d043d 189Conflicts: ghostscript-esp
824b6fba
PG
190
191%description progs-pstopnm
38ddf6c7
JB
192This package contains pstopnm tool to convert PostScript files to PNM
193images.
824b6fba
PG
194
195%description progs-pstopnm -l pl.UTF-8
38ddf6c7
JB
196Ten pakiet zawiera program konwertujący pliki w formacie PostScript na
197obrazy w formacie PNM.
824b6fba 198
fdf6102a
JB
199%package ppmsvgalib
200Summary: ppmsvgalib - display PPM image on Linux console using svgalib
27d773b3 201Summary(pl.UTF-8): ppmsvgalib - wyświetlanie obrazków PPM na konsoli przy użyciu svgalib
fdf6102a 202Group: Applications/Graphics
9ac87561 203Requires: %{name} = %{version}-%{release}
fdf6102a
JB
204
205%description ppmsvgalib
206ppmsvgalib - display PPM image on Linux console using svgalib.
207
6fd1f0a1
JR
208%description ppmsvgalib -l pl.UTF-8
209ppmsvgalib - wyświetlanie obrazków PPM na konsoli linuksowej przy
210użyciu svgalib.
fdf6102a 211
50a5adc8 212%prep
013a0936 213%setup -q -a2
fdf6102a 214%patch0 -p1
50a5adc8 215
216%build
68de4f09
AM
217./configure << EOF
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237EOF
238
c0983e89
ER
239# it appends defines to pm_config.h twice if -j > 1
240%{__make} -j1 \
3af5312a 241 CC="%{__cc}" \
8aa6ff93 242 CFLAGS="%{rpmcflags} %{rpmcppflags} -fPIC" \
4c8ac03d 243 LDFLAGS="%{rpmldflags}" \
29b9b2bb
JB
244 JASPERHDR_DIR="%{_includedir}/jasper" \
245 JASPERLIB="-ljasper" \
246 JBIGHDR_DIR=%{_includedir} \
247 JBIGLIB="-ljbig" \
8aa6ff93 248 JPEGINC_DIR=%{_includedir} \
8aa6ff93 249 JPEGLIB_DIR=%{_libdir} \
29b9b2bb
JB
250 LINUXSVGALIB="%{?with_svga:%{_libdir}/libvga.so}%{!?with_svga:NONE}" \
251 NETPBM_DOCURL="%{_docdir}/%{name}-%{version}/netpbm.sourceforge.net/doc/" \
252 PNGINC_DIR=%{_includedir} \
8aa6ff93 253 PNGLIB_DIR=%{_libdir} \
29b9b2bb 254 TIFFINC_DIR=%{_includedir} \
8aa6ff93 255 TIFFLIB_DIR=%{_libdir} \
c257f12d 256 X11LIB=%{_libdir}/libX11.so \
29b9b2bb
JB
257 XML2LIBS="$(%{_bindir}/xml2-config --libs)"
258# JASPERLIB="" \
259# JASPERDEPLIBS="-ljasper" \
50a5adc8 260
261%install
bc2efe40 262rm -rf $RPM_BUILD_ROOT
d68040fb
JB
263install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir}/man{1,3,5}}
264
b016f5c1 265rm -rf PKG
68de4f09 266%{__make} -j1 package \
8aa6ff93
AM
267 pkgdir=$(pwd)/PKG \
268 LINUXSVGALIB="%{?with_svga:%{_libdir}/libvga.so}%{!?with_svga:NONE}"
fdf6102a 269
c3f3506c 270%{__rm} PKG/bin/doc.url
d68040fb
JB
271cp -df PKG/bin/* $RPM_BUILD_ROOT%{_bindir}
272cp -df PKG/lib/* $RPM_BUILD_ROOT%{_libdir}
0418bf0c
JB
273cp -p PKG/link/*.a $RPM_BUILD_ROOT%{_libdir}
274cp -pr PKG/include/netpbm $RPM_BUILD_ROOT%{_includedir}
275cp -p PKG/man/man1/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
276cp -p PKG/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
277cp -p PKG/man/man5/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
50a5adc8 278
279# Install the static-only librle.a
0418bf0c
JB
280cp -p urt/{rle,rle_config}.h $RPM_BUILD_ROOT%{_includedir}
281cp -p urt/librle.a $RPM_BUILD_ROOT%{_libdir}
50a5adc8 282
17631121 283bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
c3f3506c 284%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.netpbm-non-english-man-pages
17631121 285
657efff3 286%clean
287rm -rf $RPM_BUILD_ROOT
50a5adc8 288
657efff3 289%post -p /sbin/ldconfig
50a5adc8 290%postun -p /sbin/ldconfig
291
292%files
bc2efe40 293%defattr(644,root,root,755)
29b9b2bb 294%doc README doc/{CONTRIBUTORS,COPYRIGHT.PATENT,HISTORY,USERDOC}
d68040fb 295%attr(755,root,root) %{_libdir}/libnetpbm.so.*.*
29b9b2bb 296%attr(755,root,root) %ghost %{_libdir}/libnetpbm.so.11
50a5adc8 297
298%files devel
bc2efe40 299%defattr(644,root,root,755)
d68040fb 300%attr(755,root,root) %{_libdir}/libnetpbm.so
0418bf0c 301%{_includedir}/netpbm
c3f3506c 302%{_mandir}/man3/libnetpbm.3*
50a5adc8 303
657efff3 304%files static
305%defattr(644,root,root,755)
d68040fb 306%{_libdir}/libnetpbm.a
e0862d4e 307
308%files rle-static
309%defattr(644,root,root,755)
310%{_libdir}/librle.a
0418bf0c
JB
311%{_includedir}/rle.h
312%{_includedir}/rle_config.h
657efff3 313
50a5adc8 314%files progs
bc2efe40 315%defattr(644,root,root,755)
b154cecd 316%doc netpbm.sourceforge.net
0d9c5c45
JB
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
29b9b2bb 321%attr(755,root,root) %{_bindir}/avstopam
0d9c5c45
JB
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
29b9b2bb 327%attr(755,root,root) %{_bindir}/cistopbm
0d9c5c45
JB
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
29b9b2bb 366%attr(755,root,root) %{_bindir}/pamcrater
0d9c5c45
JB
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
29b9b2bb 375%attr(755,root,root) %{_bindir}/pamexec
0d9c5c45 376%attr(755,root,root) %{_bindir}/pamfile
29b9b2bb 377%attr(755,root,root) %{_bindir}/pamfix
0d9c5c45
JB
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
29b9b2bb 386%attr(755,root,root) %{_bindir}/pammosaicknit
0d9c5c45 387%attr(755,root,root) %{_bindir}/pamoil
29b9b2bb 388%attr(755,root,root) %{_bindir}/pampaintspill
0d9c5c45
JB
389%attr(755,root,root) %{_bindir}/pamperspective
390%attr(755,root,root) %{_bindir}/pampick
391%attr(755,root,root) %{_bindir}/pampop9
29b9b2bb 392%attr(755,root,root) %{_bindir}/pamrecolor
0d9c5c45 393%attr(755,root,root) %{_bindir}/pamrgbatopng
29b9b2bb 394%attr(755,root,root) %{_bindir}/pamrubber
0d9c5c45
JB
395%attr(755,root,root) %{_bindir}/pamscale
396%attr(755,root,root) %{_bindir}/pamseq
29b9b2bb 397%attr(755,root,root) %{_bindir}/pamshadedrelief
0d9c5c45
JB
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
29b9b2bb 411%attr(755,root,root) %{_bindir}/pamtoavs
0d9c5c45
JB
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
29b9b2bb 421%attr(755,root,root) %{_bindir}/pamtopdbimg
0d9c5c45 422%attr(755,root,root) %{_bindir}/pamtopfm
29b9b2bb 423%attr(755,root,root) %{_bindir}/pamtopng
0d9c5c45 424%attr(755,root,root) %{_bindir}/pamtopnm
29b9b2bb 425%attr(755,root,root) %{_bindir}/pamtosrf
0d9c5c45
JB
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
29b9b2bb 430%attr(755,root,root) %{_bindir}/pamtowinicon
0d9c5c45
JB
431%attr(755,root,root) %{_bindir}/pamtoxvmini
432%attr(755,root,root) %{_bindir}/pamundice
29b9b2bb
JB
433%attr(755,root,root) %{_bindir}/pamunlookup
434%attr(755,root,root) %{_bindir}/pamvalidate
435%attr(755,root,root) %{_bindir}/pamwipeout
0d9c5c45
JB
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
29b9b2bb 452%attr(755,root,root) %{_bindir}/pbmtocis
0d9c5c45
JB
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
29b9b2bb 479%attr(755,root,root) %{_bindir}/pbmtosunicon
0d9c5c45
JB
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
29b9b2bb 489%attr(755,root,root) %{_bindir}/pdbimgtopam
0d9c5c45
JB
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
29b9b2bb
JB
514%attr(755,root,root) %{_bindir}/pgmtosbig
515%attr(755,root,root) %{_bindir}/pgmtost4
0d9c5c45
JB
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
29b9b2bb 542%attr(755,root,root) %{_bindir}/pnmmercator
0d9c5c45
JB
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
29b9b2bb 551%attr(755,root,root) %{_bindir}/pnmquantall
0d9c5c45
JB
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
29b9b2bb 612%attr(755,root,root) %{_bindir}/ppmtoapplevol
0d9c5c45 613%attr(755,root,root) %{_bindir}/ppmtoarbtxt
29b9b2bb 614%attr(755,root,root) %{_bindir}/ppmtoascii
0d9c5c45
JB
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
29b9b2bb 637%attr(755,root,root) %{_bindir}/ppmtospu
0d9c5c45
JB
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
29b9b2bb
JB
662%attr(755,root,root) %{_bindir}/srftopam
663%attr(755,root,root) %{_bindir}/st4topgm
664%attr(755,root,root) %{_bindir}/sunicontopnm
0d9c5c45
JB
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
29b9b2bb 670%attr(755,root,root) %{_bindir}/winicontopam
0d9c5c45
JB
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
29b9b2bb 680%attr(755,root,root) %{_bindir}/yuy2topam
0d9c5c45
JB
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*
29b9b2bb 686%{_mandir}/man1/avstopam.1*
0d9c5c45
JB
687%{_mandir}/man1/bioradtopgm.1*
688%{_mandir}/man1/bmptopnm.1*
689%{_mandir}/man1/brushtopbm.1*
690%{_mandir}/man1/cameratopam.1*
29b9b2bb 691%{_mandir}/man1/cistopbm.1*
0d9c5c45
JB
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*
0d9c5c45
JB
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*
29b9b2bb 728%{_mandir}/man1/pamcrater.1*
0d9c5c45
JB
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*
29b9b2bb 737%{_mandir}/man1/pamexec.1*
0d9c5c45 738%{_mandir}/man1/pamfile.1*
29b9b2bb 739%{_mandir}/man1/pamfix.1*
0d9c5c45
JB
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*
29b9b2bb 748%{_mandir}/man1/pammosaicknit.1*
0d9c5c45 749%{_mandir}/man1/pamoil.1*
29b9b2bb 750%{_mandir}/man1/pampaintspill.1*
0d9c5c45
JB
751%{_mandir}/man1/pamperspective.1*
752%{_mandir}/man1/pampick.1*
753%{_mandir}/man1/pampop9.1*
29b9b2bb
JB
754%{_mandir}/man1/pamrecolor.1*
755%{_mandir}/man1/pamrubber.1*
0d9c5c45
JB
756%{_mandir}/man1/pamscale.1*
757%{_mandir}/man1/pamseq.1*
29b9b2bb 758%{_mandir}/man1/pamshadedrelief.1*
0d9c5c45
JB
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*
29b9b2bb 772%{_mandir}/man1/pamtoavs.1*
0d9c5c45
JB
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*
29b9b2bb 782%{_mandir}/man1/pamtopdbimg.1*
0d9c5c45 783%{_mandir}/man1/pamtopfm.1*
29b9b2bb 784%{_mandir}/man1/pamtopng.1*
0d9c5c45 785%{_mandir}/man1/pamtopnm.1*
29b9b2bb 786%{_mandir}/man1/pamtosrf.1*
0d9c5c45
JB
787%{_mandir}/man1/pamtosvg.1*
788%{_mandir}/man1/pamtotga.1*
789%{_mandir}/man1/pamtotiff.1*
790%{_mandir}/man1/pamtouil.1*
29b9b2bb 791%{_mandir}/man1/pamtowinicon.1*
0d9c5c45
JB
792%{_mandir}/man1/pamtoxvmini.1*
793%{_mandir}/man1/pamundice.1*
29b9b2bb
JB
794%{_mandir}/man1/pamunlookup.1*
795%{_mandir}/man1/pamvalidate.1*
796%{_mandir}/man1/pamwipeout.1*
0d9c5c45
JB
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*
29b9b2bb 813%{_mandir}/man1/pbmtocis.1*
0d9c5c45
JB
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*
0d9c5c45
JB
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*
29b9b2bb 839%{_mandir}/man1/pbmtosunicon.1*
0d9c5c45
JB
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*
29b9b2bb 849%{_mandir}/man1/pdbimgtopam.1*
0d9c5c45
JB
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*
29b9b2bb
JB
870%{_mandir}/man1/pgmtosbig.1*
871%{_mandir}/man1/pgmtost4.1*
0d9c5c45
JB
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*
0d9c5c45
JB
878%{_mandir}/man1/pnmalias.1*
879%{_mandir}/man1/pnmcat.1*
880%{_mandir}/man1/pnmcolormap.1*
0d9c5c45
JB
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*
29b9b2bb 890%{_mandir}/man1/pnmmercator.1*
0d9c5c45
JB
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*
29b9b2bb 898%{_mandir}/man1/pnmquantall.1*
0d9c5c45
JB
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*
0d9c5c45
JB
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*
29b9b2bb 952%{_mandir}/man1/ppmtoapplevol.1*
0d9c5c45 953%{_mandir}/man1/ppmtoarbtxt.1*
29b9b2bb 954%{_mandir}/man1/ppmtoascii.1*
0d9c5c45
JB
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*
29b9b2bb 976%{_mandir}/man1/ppmtospu.1*
0d9c5c45
JB
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*
29b9b2bb
JB
999%{_mandir}/man1/srftopam.1*
1000%{_mandir}/man1/st4topgm.1*
1001%{_mandir}/man1/sunicontopnm.1*
0d9c5c45
JB
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*
29b9b2bb 1007%{_mandir}/man1/winicontopam.1*
0d9c5c45
JB
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*
29b9b2bb 1017%{_mandir}/man1/yuy2topam.1*
0d9c5c45 1018%{_mandir}/man1/zeisstopnm.1*
c3f3506c
JB
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*
0d9c5c45
JB
1024%lang(fi) %{_mandir}/fi/man1/*.1*
1025%lang(pl) %{_mandir}/pl/man1/*.1*
1026%lang(pl) %{_mandir}/pl/man5/p?m.5*
fdf6102a 1027
824b6fba
PG
1028%files progs-pstopnm
1029%defattr(644,root,root,755)
1030%attr(755,root,root) %{_bindir}/pstopnm
c3f3506c 1031%{_mandir}/man1/pstopnm.1*
824b6fba 1032
2c82c454 1033%if %{with svga}
fdf6102a
JB
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.228872 seconds and 4 git commands to generate.