]> git.pld-linux.org Git - packages/perl-PDL.git/blob - perl-PDL.spec
- added -IO-HDF package
[packages/perl-PDL.git] / perl-PDL.spec
1 #
2 # Conditional build:
3 %bcond_with     html    # generate package with PDL documentation in HTML
4 %bcond_with     tests   # functional tests (require valid DISPLAY)
5 #
6 %define         pdir    PDL
7 Summary:        perlDL - efficient numerical computing for Perl
8 Summary(pl.UTF-8):      perlDL - wydajne obliczenia numeryczne w Perlu
9 Summary(pt_BR.UTF-8):   Módulo PDL para perl
10 Name:           perl-PDL
11 Version:        2.029
12 Release:        3
13 Epoch:          1
14 # same as perl
15 License:        GPL v1+ or Artistic
16 Group:          Development/Languages/Perl
17 Source0:        https://www.cpan.org/modules/by-authors/id/E/ET/ETJ/%{pdir}-%{version}.tar.gz
18 # Source0-md5:  3edbe535c36ac195e020dcb0c7d84581
19 Patch0:         %{name}-conf.patch
20 Patch1:         %{name}-dep.patch
21 Patch2:         %{name}-Makefile.PL.patch-dumb
22 Patch4:         %{name}-vendorarch.patch
23 Patch5:         PDL-Disable-PDL-GIS-Proj.patch
24 # defunct as of 2024-06-13
25 #URL:           https://pdl.perl.org/
26 URL:            https://metacpan.org/dist/PDL
27 BuildRequires:  OpenGL-devel
28 BuildRequires:  OpenGL-GLU-devel
29 BuildRequires:  OpenGL-glut-devel
30 BuildRequires:  gd-devel
31 BuildRequires:  gsl-devel >= 1.3
32 BuildRequires:  ncurses-devel >= 5.0
33 BuildRequires:  perl-Alien-HDF4
34 BuildRequires:  perl-Astro-FITS-Header
35 BuildRequires:  perl-Devel-CheckLib
36 BuildRequires:  perl-ExtUtils-F77 >= 1.10
37 BuildRequires:  perl-Filter
38 BuildRequires:  perl-Inline >= 0.43
39 BuildRequires:  perl-OpenGL >= 0.6702
40 BuildRequires:  perl-PGPLOT
41 BuildRequires:  perl-Pod-Parser
42 BuildRequires:  perl-devel >= 1:5.8.0
43 BuildRequires:  perl-perldoc
44 BuildRequires:  proj-devel
45 BuildRequires:  rpm-perlprov >= 4.1-13
46 BuildRequires:  rpmbuild(macros) >= 1.745
47 BuildRequires:  xorg-lib-libX11-devel
48 BuildRequires:  xorg-lib-libXext-devel
49 BuildRequires:  xorg-lib-libXmu-devel
50 BuildRequires:  xorg-lib-libXt-devel
51 Obsoletes:      perl-PDL-Graphics-Karma < 1:2.4.9
52 Obsoletes:      perl-PDL-Graphics-PLplot < 1:2.015
53 Obsoletes:      perl-PDL-IO-NDF < 1:2.015
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 %define         _noautoreq_perl local.perldlrc PDL::Graphics::TriD::GObject
57
58 %description
59 The perlDL project aims to turn Perl into an efficient numerical
60 language for scientific computing. The PDL module gives standard Perl
61 the ability to COMPACTLY store and SPEEDILY manipulate the large
62 N-dimensional data sets which are the bread and butter of scientific
63 computing, i.e. $a=$b+$c can add two 2048x2048 images in only a
64 fraction of a second.
65
66 %description -l pl.UTF-8
67 Moduł perlDL rozszerza możliwości Perla o funkcje do obliczeń
68 numerycznych. Umożliwia przechowywanie oraz szybkie manipulowanie
69 dużymi n-wymiarowymi zbiorami danych, które są chlebem powszednim
70 naukowych obliczeń, np.: $a=$b+$c dodaje dwie bitmapy rozmiaru
71 2048x2048 w ułamku sekundy.
72
73 %description -l pt_BR.UTF-8
74 O projeto perlDL pretende tornar perl uma linguagem númerica eficiente
75 para computação científica. O módulo PDL dá ao perl a habilidade de
76 armazenar de forma compacta e manipular rapidamente grandes conjuntos
77 de dados de N dimensões que são muito comuns em computação científica.
78 Ex. $a=$b+$c pode adicionar imagens de 2048x2048 em apenas uma fração
79 de segundo.
80
81 %package perldl
82 Summary:        PDL shell
83 Summary(pl.UTF-8):      Powłoka PDL
84 Group:          Development/Languages/Perl
85 Requires:       %{name} = %{epoch}:%{version}-%{release}
86
87 %description perldl
88 The program perldl is a simple shell (written in perl) for interactive
89 use of PDL. perl/PDL commands can simply be typed in - and edited if
90 you have appropriate version of the ReadLines and ReadKeys modules
91 installed. In that case perldl also supports a history mechanism.
92
93 %description perldl -l pl.UTF-8
94 Program perldl jest prostą powłoką napisaną w Perlu do interaktywnego
95 wykonywania funkcji modułu PDL. Komendy Perla lub PDL mogą być w
96 prosty sposób wprowadzane, a także modyfikowane jeśli zainstalowane
97 są odpowiednie wersje modułów ReadLines oraz ReadKeys. W tym ostatnim
98 przypadku perldl obsługuje mechanizm historii komend.
99
100 %package perldl2
101 Summary:        New and improved PDL shell
102 Summary(pl.UTF-8):      Nowa i usprawniona powłoka PDL
103 Group:          Development/Languages/Perl
104 Requires:       %{name} = %{epoch}:%{version}-%{release}
105
106 %description perldl2
107 The program perldl2 is a simple shell (written in perl) for interactive
108 use of PDL. perl/PDL commands can simply be typed in - and edited if
109 you have appropriate version of the ReadLines and ReadKeys modules
110 installed. In that case perldl2 also supports a history mechanism.
111
112 %description perldl2 -l pl.UTF-8
113 Program perldl2 jest prostą powłoką napisaną w Perlu do interaktywnego
114 wykonywania funkcji modułu PDL. Komendy Perla lub PDL mogą być w
115 prosty sposób wprowadzane, a także modyfikowane jeśli zainstalowane
116 są odpowiednie wersje modułów ReadLines oraz ReadKeys. W tym ostatnim
117 przypadku perldl2 obsługuje mechanizm historii komend.
118
119 %package docs
120 Summary:        Supplied extra documentation for PDL::* perl modules
121 Summary(pl.UTF-8):      Dodatkowo dostarczona dokumentacja do modułów perla PDL::*
122 Group:          Development/Languages/Perl
123 Requires:       %{name} = %{epoch}:%{version}-%{release}
124
125 %description docs
126 Additional, supplied by authors, documentation to all PDL::* modules.
127
128 %description docs -l pl.UTF-8
129 Dodatkowa, dostarczona przez autorów, dokumentacja do modułów PDL::*.
130
131 %package docs-HTML
132 Summary:        Supplied extra documentation for PDL::* perl modules in HTML format
133 Summary(pl.UTF-8):      Dodatkowo dostarczona dokumentacja w HTML-u do modułów perla PDL::*
134 Group:          Development/Languages/Perl
135 # for install dir
136 Requires:       %{name} = %{epoch}:%{version}-%{release}
137
138 %description docs-HTML
139 Additional, supplied by authors, documentation in HTML format to all
140 PDL::* modules.
141
142 %description docs-HTML -l pl.UTF-8
143 Dodatkowa, dostarczona przez autorów, dokumentacja do modułów PDL::*,
144 w formacie HTML.
145
146 %package Graphics-IIS
147 Summary:        Display PDL images on IIS devices (saoimage/ximtool)
148 Summary(pl.UTF-8):      Wyświetlanie grafiki PDL na urządzeniach IIS (saoimage/ximtool)
149 Group:          Development/Languages/Perl
150 Requires:       %{name} = %{epoch}:%{version}-%{release}
151
152 %description Graphics-IIS
153 Display PDL images on IIS devices (saoimage/ximtool).
154
155 %description Graphics-IIS -l pl.UTF-8
156 Wyświetlanie grafiki PDL na urządzeniach IIS (saoimage/ximtool).
157
158 %package Graphics-LUT
159 Summary:        Provides access to a number of look-up tables for PDL
160 Summary(pl.UTF-8):      Dostęp do tablic kolorów dla PDL
161 Group:          Development/Languages/Perl
162 Requires:       %{name} = %{epoch}:%{version}-%{release}
163
164 %description Graphics-LUT
165 Provides access to a number of look-up tables for PDL.
166
167 %description Graphics-LUT -l pl.UTF-8
168 Moduł zapewnia dostęp do różnych tablic kolorów (palet) dla PDL.
169
170 %package Graphics-Limits
171 Summary:        Derive limits for display purposes
172 Summary(pl.UTF-8):      Oblicza zakresy dla danych w celu wizualizacji
173 Group:          Development/Languages/Perl
174 Requires:       %{name} = %{epoch}:%{version}-%{release}
175
176 %description Graphics-Limits
177 Functions to derive limits for data for display purposes.
178
179 %description Graphics-Limits -l pl.UTF-8
180 Funkcje obliczające zakresy dla danych w celu wizualizacji.
181
182 %package Graphics-OpenGL
183 Summary:        PDL interface to the OpenGL graphics library
184 Summary(pl.UTF-8):      Interfejs OpenGL dla PDL
185 Group:          Development/Languages/Perl
186 Requires:       %{name} = %{epoch}:%{version}-%{release}
187
188 %description Graphics-OpenGL
189 PDL interface to the OpenGL graphics library.
190
191 %description Graphics-OpenGL -l pl.UTF-8
192 Interfejs OpenGL dla PDL.
193
194 %package Graphics-PGPLOT
195 Summary:        PGPLOT enhanced interface for PDL
196 Summary(pl.UTF-8):      Rozszerzony interfejs biblioteki PGPLOT dla PDL
197 Group:          Development/Languages/Perl
198 Requires:       %{name} = %{epoch}:%{version}-%{release}
199
200 %description Graphics-PGPLOT
201 `PDL::Graphics::PGPLOT' is a convenience interface to the PGPLOT
202 commands, implemented using the object oriented PGPLOT plotting
203 package in the PDL::Graphics::PGPLOT::Window manpage. See the
204 documentation for that package for in-depth information about the
205 usage of these commands and the options they accept.
206
207 %description Graphics-PGPLOT -l pl.UTF-8
208 Moduł ten jest interfejsem do komend biblioteki PGPLOT. Jest ona
209 zaimplementowany za pomocą obiektowo zorientowanego pakietu PGPLOT
210 (spójrz do manuala modułu PDL::Graphics::PGPLOT::Window).
211
212 %package Graphics-TriD
213 Summary:        PDL 3D interface
214 Summary(pl.UTF-8):      Interfejs 3D dla PDL
215 Group:          Development/Languages/Perl
216 Requires:       %{name} = %{epoch}:%{version}-%{release}
217 Requires:       %{name}-Graphics-OpenGL = %{epoch}:%{version}-%{release}
218 Requires:       %{name}-IO-Pic = %{epoch}:%{version}-%{release}
219 Obsoletes:      perl-PDL-Graphics-TriD-Tk < 1:2.4.9
220
221 %description Graphics-TriD
222 This module implements a generic 3D plotting interface for PDL.
223 Points, lines and surfaces (among other objects) are supported.
224
225 With OpenGL, it is easy to manipulate the resulting 3D objects with
226 the mouse in real time - this helps data visualization a lot.
227
228 With VRML, you can generate objects for everyone to see with e.g.
229 Silicon Graphics' Cosmo Player. You can find out more about VRML at
230 <http://vrml.sgi.com/> or <http://www.vrml.org/>.
231
232 %description Graphics-TriD -l pl.UTF-8
233 Moduł ten implementuje podstawowy interfejs 3D dla PDL. Dostępne są -
234 wśród innych obiektów - punkty, linie oraz powierzchnie.
235
236 Za pomocą OpenGL, stworzonymi obiektami 3D można łatwo manipulować w
237 czasie rzeczywistym za pomocą myszy, co bardzo wspomaga wizualizację
238 danych.
239
240 Można też generować obiekty w formacie VRML, które mogą być oglądane
241 przez inne osoby za pomocą np.: programu Cosmo Player firmy Silicon
242 Graphics. Więcej na temat VRML można znaleźć pod adresami
243 <http://vrml.sgi.com/> lub <http://www.vrml.org/>.
244
245 %package IO-Browser
246 Summary:        2D data browser for PDL
247 Summary(pl.UTF-8):      Przeglądarka danych 2D dla PDL
248 Group:          Development/Languages/Perl
249 Requires:       %{name} = %{epoch}:%{version}-%{release}
250
251 %description IO-Browser
252 2D data browser for PDL.
253
254 %description IO-Browser -l pl.UTF-8
255 Przeglądarka danych 2D dla PDL.
256
257 %package IO-Dicom
258 Summary:        Module for reading DICOM images
259 Summary(pl.UTF-8):      Moduł służący do czytania obrazów w formacie DICOM
260 Group:          Development/Languages/Perl
261 Requires:       %{name} = %{epoch}:%{version}-%{release}
262
263 %description IO-Dicom
264 The PDL::IO::Dicom module enables reading 16-bit gray level Dicom
265 images into PDL. As Dicom is an extremely complex format, this module
266 can unfortunately not handle all different image types included in the
267 DICOM standard. One common format that is currently not supported is
268 the Papyrus format.
269
270 %description IO-Dicom -l pl.UTF-8
271 Moduł PDL::IO::Dicom umożliwia czytanie obrazów w 16-bitowej skali
272 szarości w formacie DICOM. Ponieważ DICOM jest niezwykle
273 skomplikowanym formatem, ten moduł nie jest w stanie przeczytać
274 wszystkich rodzajów obrazów zdefiniowanych w standardzie DICOM.
275 Np. format Papyrus jest obecnie nie obsługiwany.
276
277 %package IO-FastRaw
278 Summary:        A simple, fast and convenient IO format for PDL
279 Summary(pl.UTF-8):      Prosty, szybki i wygodny format wejścia/wyjścia dla PDL
280 Group:          Development/Languages/Perl
281 Requires:       %{name} = %{epoch}:%{version}-%{release}
282
283 %description IO-FastRaw
284 A simple, fast and convenient IO format for PDL.
285
286 %description IO-FastRaw -l pl.UTF-8
287 Prosty, szybki i wygodny format wejścia/wyjścia dla PDL.
288
289 %package IO-FlexRaw
290 Summary:        A flexible binary IO format for PDL
291 Summary(pl.UTF-8):      Elastyczny binarny format wejścia/wyjścia dla PDL
292 Group:          Development/Languages/Perl
293 Requires:       %{name} = %{epoch}:%{version}-%{release}
294
295 %description IO-FlexRaw
296 A flexible binary IO format for PDL.
297
298 %description IO-FlexRaw -l pl.UTF-8
299 Elastyczny binarny format wejścia/wyjścia dla PDL.
300
301 %package IO-GD
302 Summary:        PDL interface to the GD image library
303 Summary(pl.UTF-8):      Interfejs PDL do biblioteki obrazów GD
304 Group:          Development/Languages/Perl
305 Requires:       %{name} = %{epoch}:%{version}-%{release}
306
307 %description IO-GD
308 PDL interface to the GD image library.
309
310 %description IO-GD -l pl.UTF-8
311 Interfejs PDL do biblioteki obrazów GD.
312
313 %package IO-HDF
314 Summary:        PDL interface to the HDF4 library
315 Summary(pl.UTF-8):      Interfejs PDL do biblioteki HDF4
316 Group:          Development/Languages/Perl
317 Requires:       %{name} = %{epoch}:%{version}-%{release}
318
319 %description IO-HDF
320 This library provides functions to manipulate HDF files with the
321 SD, VS, and V HDF interfaces.
322
323 %description IO-HDF -l pl.UTF-8
324 Ta biblioteka zapewnia funkcje do operowania na plikacj HDF z
325 interfejsami SD, VS oraz V.
326
327 %package IO-Pic
328 Summary:        Image I/O for PDL based on the netpbm package
329 Summary(pl.UTF-8):      Obsługa obrazków dla PDL oparta na pakiecie netpbm
330 Group:          Development/Languages/Perl
331 Requires:       netpbm
332 Requires:       %{name} = %{epoch}:%{version}-%{release}
333 Requires:       %{name}-IO-Pnm = %{epoch}:%{version}-%{release}
334
335 %description IO-Pic
336 This package implements I/O for a number of popular image formats by
337 exploiting the xxxtopnm and pnmtoxxx converters from the netpbm
338 package.
339
340 %description IO-Pic -l pl.UTF-8
341 Pakiet daje możliwość czytania i zapisywania obrazków w wielu
342 formatach poprzez wykorzystywanie konwerterów xxxtopnm i pnmtoxxx z
343 pakietu netpbm.
344
345 %package IO-Pnm
346 Summary:        PNM format IO for PDL
347 Summary(pl.UTF-8):      Wsparcie dla formatu PNM dla PDL
348 Group:          Development/Languages/Perl
349 Requires:       %{name} = %{epoch}:%{version}-%{release}
350
351 %description IO-Pnm
352 PNM format IO for PDL.
353
354 %description IO-Pnm -l pl.UTF-8
355 Wsparcie dla formatu PNM dla PDL.
356
357 %package IO-Storable
358 Summary:        Helper functions to make PDL usable with Storable
359 Summary(pl.UTF-8):      Funkcje pomocnicze pozwalajace używać PDL ze Storable
360 Group:          Development/Languages/Perl
361 Requires:       %{name} = %{epoch}:%{version}-%{release}
362
363 %description IO-Storable
364 Helper functions to make PDL usable with Storable.
365
366 %description IO-Storable -l pl.UTF-8
367 Funkcje pomocnicze pozwalajace używać PDL wraz ze Storable.
368
369 %package Slatec
370 Summary:        PDL interface to the Slatec numerical programming library
371 Summary(pl.UTF-8):      Interfejs PDL do biblioteki numerycznej Slatec
372 Group:          Development/Languages/Perl
373 Requires:       %{name} = %{epoch}:%{version}-%{release}
374
375 %description Slatec
376 PDL interface to the Slatec numerical programming library.
377
378 %description Slatec -l pl.UTF-8
379 Interfejs PDL do biblioteki numerycznej Slatec.
380
381 %package GSL
382 Summary:        PDL interface to RNG and randist routines in GSL
383 Summary(pl.UTF-8):      Interfejs PDL do funkcji RNG i randist z biblioteki GSL
384 Group:          Development/Languages/Perl
385 Requires:       %{name} = %{epoch}:%{version}-%{release}
386
387 %description GSL
388 Interface to the rng and randist packages present in the GNU
389 Scientific Library.
390
391 %description GSL -l pl.UTF-8
392 Interfejs do funkcji rng i randist z biblioteki GSL.
393
394 %package GSLSF
395 Summary:        PDL interface to GSL Special Functions
396 Summary(pl.UTF-8):      Interfejs PDL do funkcji specjalnych GSL
397 Group:          Development/Languages/Perl
398 Requires:       %{name} = %{epoch}:%{version}-%{release}
399
400 %description GSLSF
401 PDL interface to GSL Special Functions.
402
403 %description GSLSF -l pl.UTF-8
404 Interfejs PDL do funkcji specjalnych GSL.
405
406 %package Minuit
407 Summary:        PDL interface to the Minuit library
408 Summary(pl.UTF-8):      Interfejs PDL do biblioteki Minuit
409 Group:          Development/Languages/Perl
410 Requires:       %{name} = %{epoch}:%{version}-%{release}
411
412 %description Minuit
413 This package implements an interface to the Minuit minimization
414 routines (part of the CERN Library,
415 http://wwwasdoc.web.cern.ch/wwwasdoc/minuit/minmain.html)
416
417 %description Minuit -l pl.UTF-8
418 Ten pakiet udostępnia interfejs do funkcji minimizujących Minuit
419 (http://wwwasdoc.web.cern.ch/wwwasdoc/minuit/minmain.html).
420
421 %package Transform
422 Summary:        Coordinate transforms, image warping, and N-D functions
423 Summary(pl.UTF-8):      Transformacje współrzędnych, warpowaie obrazów i funkcje N-D
424 Group:          Development/Languages/Perl
425 Requires:       %{name} = %{epoch}:%{version}-%{release}
426
427 %description Transform
428 PDL::Transform is a convenient way to represent coordinate
429 transformations and resample images.  It embodies functions mapping
430 R^N -> R^M, both with and without inverses.  Provision exists for
431 parametrizing functions, and for composing them.  You can use this
432 part of the Transform object to keep track of arbitrary functions
433 mapping R^N -> R^M with or without inverses.
434
435 %description Transform -l pl.UTF-8
436 Transformacje współrzędnych, warpowaie obrazów i funkcje N-D
437
438 %package Demos
439 Summary:        PDL demos
440 Summary(pl.UTF-8):      Przykładowe skrypty z użyciem PDL
441 Group:          Development/Languages/Perl
442 Requires:       %{name} = %{epoch}:%{version}-%{release}
443 Requires:       %{name}-Graphics-LUT = %{epoch}:%{version}-%{release}
444 Requires:       %{name}-Graphics-PGPLOT = %{epoch}:%{version}-%{release}
445 Requires:       %{name}-Graphics-TriD = %{epoch}:%{version}-%{release}
446
447 %description Demos
448 PDL demos.
449
450 %description Demos -l pl.UTF-8
451 Przykładowe skrypty z użyciem PDL.
452
453 %prep
454 %setup -q -n %{pdir}-%{version}
455 %patch0 -p1
456 %patch1 -p1
457 %patch2 -p1
458 %patch4 -p1
459 %patch5 -p1
460
461 # g77 flags for compiling Slatec:
462 %{__perl} -pi -e 's@\) \$mycflags s@\) %{rpmcflags} -fPIC s@' Lib/Slatec/Makefile.PL
463
464 %{__perl} -pi -e "s@(OPENGL_LIBS.*)'-L/usr/lib@\$1'-L/usr/%{_lib}@" perldl.conf
465
466 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
467       Perldl2/pdl2
468
469 ln -s Basic PDL
470
471 %build
472 %{__perl} Makefile.PL \
473         INSTALLDIRS=vendor
474
475 %{__make} -j1 \
476         CC="%{__cc}" \
477         OPTIMIZE="%{rpmcflags} -I/usr/include/ncurses -DNCURSES -DPERL_POLLUTE"
478
479 %{?with_tests:%{__make} test}
480
481 %install
482 rm -rf $RPM_BUILD_ROOT
483
484 %{__make} -j1 pure_install \
485         DESTDIR=$RPM_BUILD_ROOT
486
487 %{__perl} -Mblib Doc/scantree.pl $RPM_BUILD_ROOT%{perl_vendorarch}
488 %{__perl} -pi -e "s|$RPM_BUILD_ROOT/|/|g" $RPM_BUILD_ROOT%{perl_vendorarch}/PDL/pdldoc.db
489
490 # perl script to regenerate pdldoc database
491 install Doc/scantree.pl $RPM_BUILD_ROOT%{perl_vendorarch}/PDL/scantree.pl
492
493 # some manuals have wrong names - this can be fixed in "Makefile.PL"s or here:
494 cd $RPM_BUILD_ROOT%{_mandir}/man3
495 %{__mv} Bugs.3pm                PDL::Bugs.3pm
496 %{__mv} PDL::Dev.3pm            PDL::Core::Dev.3pm
497 %{__mv} PDL::Linear.3pm         PDL::Filter::Linear.3pm
498 %{__mv} PDL::LinPred.3pm        PDL::Filter::LinPred.3pm
499 %{__mv} PDL::LM.3pm             PDL::Fit::LM.3pm
500 %{__mv} PDL::Linfit.3pm         PDL::Fit::Linfit.3pm
501 %{__mv} PDL::Polynomial.3pm     PDL::Fit::Polynomial.3pm
502 %{__mv} PDL::State.3pm          PDL::Graphics::State.3pm
503 %{__mv} Pdlpp.3pm               Inline::Pdlpp.3pm
504
505 # some man pages do not belong to the man1 section
506 cd $RPM_BUILD_ROOT%{_mandir}/man1
507 for i in PDL::*.1*; do
508         %{__mv} $i ../man3/`echo $i | sed 's/\.1p\?$/.3/'`
509 done
510
511 # Remove demos fo rexternal packages
512 %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/PDL/Demos/{Gnuplot_demo,Prima}.pm
513
514 %clean
515 rm -rf $RPM_BUILD_ROOT
516
517 %post docs
518 /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
519
520 %post Graphics-IIS
521 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
522         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
523 fi
524
525 %post Graphics-LUT
526 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
527         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
528 fi
529
530 %post Graphics-Limits
531 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
532         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
533 fi
534
535 %post Graphics-OpenGL
536 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
537         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
538 fi
539
540 %post Graphics-PGPLOT
541 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
542         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
543 fi
544
545 %post Graphics-TriD
546 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
547         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
548 fi
549
550 %post IO-Browser
551 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
552         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
553 fi
554
555 %post IO-Dicom
556 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
557         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
558 fi
559
560 %post IO-FastRaw
561 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
562         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
563 fi
564
565 %post IO-FlexRaw
566 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
567         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
568 fi
569
570 %post IO-GD
571 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
572         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
573 fi
574
575 %post IO-Pic
576 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
577         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
578 fi
579
580 %post IO-Pnm
581 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
582         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
583 fi
584
585 %post IO-Storable
586 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
587         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
588 fi
589
590 %post Slatec
591 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
592         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
593 fi
594
595 %post GSL
596 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
597         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
598 fi
599
600 %post GSLSF
601 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
602         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
603 fi
604
605 %post Minuit
606 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
607         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
608 fi
609
610 %post Transform
611 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
612         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
613 fi
614
615 %post Demos
616 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
617         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
618 fi
619
620 %postun Graphics-IIS
621 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
622         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
623 fi
624
625 %postun Graphics-LUT
626 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
627         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
628 fi
629
630 %postun Graphics-Limits
631 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
632         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
633 fi
634
635 %postun Graphics-OpenGL
636 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
637         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
638 fi
639
640 %postun Graphics-PGPLOT
641 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
642         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
643 fi
644
645 %postun Graphics-TriD
646 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
647         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
648 fi
649
650 %postun IO-Browser
651 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
652         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
653 fi
654
655 %postun IO-Dicom
656 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
657         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
658 fi
659
660 %postun IO-FastRaw
661 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
662         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
663 fi
664
665 %postun IO-FlexRaw
666 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
667         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
668 fi
669
670 %postun IO-GD
671 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
672         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
673 fi
674
675 %postun IO-Pic
676 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
677         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
678 fi
679
680 %postun IO-Pnm
681 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
682         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
683 fi
684
685 %postun IO-Storable
686 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
687         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
688 fi
689
690 %postun Slatec
691 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
692         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
693 fi
694
695 %postun GSL
696 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
697         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
698 fi
699
700 %postun GSLSF
701 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
702         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
703 fi
704
705 %postun Minuit
706 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
707         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
708 fi
709
710 %postun Transform
711 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
712         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
713 fi
714
715 %postun Demos
716 if [ -f %{perl_vendorarch}/PDL/scantree.pl ]; then
717         /usr/bin/perl %{perl_vendorarch}/PDL/scantree.pl %{perl_vendorarch}
718 fi
719
720 %files
721 %defattr(644,root,root,755)
722 %attr(755,root,root) %{_bindir}/pdl
723 %attr(755,root,root) %{_bindir}/pptemplate
724 %dir %{perl_vendorarch}/PDL
725
726 %{perl_vendorarch}/PDL.pm
727 %{perl_vendorarch}/PDL/AutoLoader.pm
728 %{perl_vendorarch}/PDL/Bad.pm
729 %{perl_vendorarch}/PDL/Basic.pm
730 %{perl_vendorarch}/PDL/CallExt.pm
731 %{perl_vendorarch}/PDL/Char.pm
732 %{perl_vendorarch}/PDL/Complex.pm
733 %{perl_vendorarch}/PDL/Compression.pm
734 %{perl_vendorarch}/PDL/Config.pm
735 %{perl_vendorarch}/PDL/Constants.pm
736 %{perl_vendorarch}/PDL/Core
737 %{perl_vendorarch}/PDL/Core.pm
738 %{perl_vendorarch}/PDL/Dbg.pm
739 %{perl_vendorarch}/PDL/DiskCache.pm
740 %{perl_vendorarch}/PDL/Doc
741 %{perl_vendorarch}/PDL/Doc.pm
742 %{perl_vendorarch}/PDL/Exporter.pm
743 %{perl_vendorarch}/PDL/FFT.pm
744 %dir %{perl_vendorarch}/PDL/Filter
745 %{perl_vendorarch}/PDL/Filter/Linear.pm
746 %dir %{perl_vendorarch}/PDL/Fit
747 %{perl_vendorarch}/PDL/Fit/Gaussian.pm
748 %{perl_vendorarch}/PDL/Func.pm
749 %dir %{perl_vendorarch}/PDL/Graphics
750 %{perl_vendorarch}/PDL/Graphics/State.pm
751 %{perl_vendorarch}/PDL/Image2D.pm
752 %{perl_vendorarch}/PDL/ImageND.pm
753 %{perl_vendorarch}/PDL/ImageRGB.pm
754 %dir %{perl_vendorarch}/PDL/Install
755 %{perl_vendorarch}/PDL/Install/Files.pm
756 %dir %{perl_vendorarch}/PDL/IO
757 %{perl_vendorarch}/PDL/IO/Dumper.pm
758 %{perl_vendorarch}/PDL/IO/FITS.pm
759 %{perl_vendorarch}/PDL/IO/IDL.pm
760 %{perl_vendorarch}/PDL/IO/Misc.pm
761 %{perl_vendorarch}/PDL/LiteF.pm
762 %{perl_vendorarch}/PDL/Lite.pm
763 %{perl_vendorarch}/PDL/Lvalue.pm
764 %{perl_vendorarch}/PDL/Math.pm
765 %{perl_vendorarch}/PDL/MatrixOps.pm
766 %{perl_vendorarch}/PDL/NiceSlice.pm
767 %dir %{perl_vendorarch}/PDL/NiceSlice
768 %{perl_vendorarch}/PDL/NiceSlice/FilterSimple.pm
769 %{perl_vendorarch}/PDL/NiceSlice/FilterUtilCall.pm
770 %{perl_vendorarch}/PDL/NiceSlice/ModuleCompile.pm
771 %{perl_vendorarch}/PDL/Opt
772 %{perl_vendorarch}/PDL/Ops.pm
773 %{perl_vendorarch}/PDL/Options.pm
774 %{perl_vendorarch}/PDL/PP
775 %{perl_vendorarch}/PDL/PP.pm
776 %{perl_vendorarch}/PDL/Primitive.pm
777 %{perl_vendorarch}/PDL/Reduce.pm
778 %{perl_vendorarch}/PDL/Slices.pm
779 %{perl_vendorarch}/PDL/Types.pm
780 %{perl_vendorarch}/PDL/Ufunc.pm
781 %{perl_vendorarch}/PDL/Version.pm
782 %{perl_vendorarch}/PDL/default.perldlrc
783
784 %dir %{perl_vendorarch}/auto/PDL
785 %dir %{perl_vendorarch}/auto/PDL/Bad
786 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Bad/*.so
787 %dir %{perl_vendorarch}/auto/PDL/Complex
788 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Complex/*.so
789 %dir %{perl_vendorarch}/auto/PDL/Compression
790 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Compression/*.so
791 %dir %{perl_vendorarch}/auto/PDL/FFT
792 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/FFT/*so
793 %dir %{perl_vendorarch}/auto/PDL/Graphics
794 %dir %{perl_vendorarch}/auto/PDL/IO
795
796 %dir %{perl_vendorarch}/auto/PDL/Image2D
797 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Image2D/*.so
798 %dir %{perl_vendorarch}/auto/PDL/ImageRGB
799 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/ImageRGB/*.so
800 %dir %{perl_vendorarch}/auto/PDL/Ops
801 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Ops/*.so
802 %dir %{perl_vendorarch}/auto/PDL/Slices
803 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Slices/*.so
804 %dir %{perl_vendorarch}/auto/PDL/Ufunc
805 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Ufunc/*.so
806 %dir %{perl_vendorarch}/auto/PDL/CallExt
807 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/CallExt/*.so
808 %dir %{perl_vendorarch}/auto/PDL/Core
809 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Core/*.so
810 %dir %{perl_vendorarch}/auto/PDL/Fit
811 %dir %{perl_vendorarch}/auto/PDL/Fit/Gaussian
812 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Fit/Gaussian/*.so
813 %dir %{perl_vendorarch}/auto/PDL/ImageND
814 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/ImageND/*.so
815 %dir %{perl_vendorarch}/auto/PDL/IO/Misc
816 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/Misc/*.so
817 %dir %{perl_vendorarch}/auto/PDL/Math
818 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Math/*.so
819 %dir %{perl_vendorarch}/auto/PDL/MatrixOps
820 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/MatrixOps/*.so
821 %dir %{perl_vendorarch}/auto/PDL/Primitive
822 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Primitive/*.so
823
824 %{perl_vendorarch}/Inline/MakePdlppInstallable.pm
825 %{perl_vendorarch}/Inline/Pdlpp.pm
826
827 %{_mandir}/man1/pdl.1p*
828 %{_mandir}/man1/pptemplate.1*
829 %{_mandir}/man3/Inline::Pdlpp.3pm*
830 %{_mandir}/man3/PDL.3pm*
831 %{_mandir}/man3/PDL::API.3*
832 %{_mandir}/man3/PDL::AutoLoader.3pm*
833 %{_mandir}/man3/PDL::Bad.3pm*
834 %{_mandir}/man3/PDL::BadValues.3*
835 %{_mandir}/man3/PDL::Basic.3pm*
836 %{_mandir}/man3/PDL::Bugs.3pm*
837 %{_mandir}/man3/PDL::CallExt.3pm*
838 %{_mandir}/man3/PDL::Char.3pm*
839 %{_mandir}/man3/PDL::Complex.3pm*
840 %{_mandir}/man3/PDL::Compression.3pm*
841 %{_mandir}/man3/PDL::Config.3pm*
842 %{_mandir}/man3/PDL::Constants.3pm*
843 %{_mandir}/man3/PDL::Core*.3pm*
844 %{_mandir}/man3/PDL::Course.3*
845 %{_mandir}/man3/PDL::Dataflow.3*
846 %{_mandir}/man3/PDL::Dbg.3pm*
847 %{_mandir}/man3/PDL::Delta.3*
848 %{_mandir}/man3/PDL::DiskCache.3pm*
849 %{_mandir}/man3/PDL::Doc*.3pm*
850 %{_mandir}/man3/PDL::Dumper.3pm*
851 %{_mandir}/man3/PDL::Exporter.3pm*
852 %{_mandir}/man3/PDL::FAQ.3*
853 %{_mandir}/man3/PDL::FFT.3pm*
854 %{_mandir}/man3/PDL::Filter::Linear.3pm*
855 %{_mandir}/man3/PDL::Fit::Gaussian.3pm*
856 %{_mandir}/man3/PDL::Func.3pm*
857 %{_mandir}/man3/PDL::Graphics::State.3pm*
858 %{_mandir}/man3/PDL::IFiles.3pm*
859 %{_mandir}/man3/PDL::IO.3pm*
860 %{_mandir}/man3/PDL::IO::FITS.3pm*
861 %{_mandir}/man3/PDL::IO::IDL.3pm*
862 %{_mandir}/man3/PDL::IO::Misc.3pm*
863 %{_mandir}/man3/PDL::Image*.3pm*
864 %{_mandir}/man3/PDL::Indexing.3*
865 %{_mandir}/man3/PDL::Internals.3*
866 %{_mandir}/man3/PDL::Lite*.3pm*
867 %{_mandir}/man3/PDL::Lvalue.3pm*
868 %{_mandir}/man3/PDL::MATLAB.3*
869 %{_mandir}/man3/PDL::Math.3pm*
870 %{_mandir}/man3/PDL::MatrixOps.3pm*
871 %{_mandir}/man3/PDL::Modules.3*
872 %{_mandir}/man3/PDL::NiceSlice.3pm*
873 %{_mandir}/man3/PDL::Objects.3*
874 %{_mandir}/man3/PDL::Ops.3pm*
875 %{_mandir}/man3/PDL::Opt::Simplex.3pm*
876 %{_mandir}/man3/PDL::Options.3pm*
877 %{_mandir}/man3/PDL::PP.3*
878 %{_mandir}/man3/PDL::PP-Inline.3*
879 %{_mandir}/man3/PDL::PP::*.3*
880 %{_mandir}/man3/PDL::ParallelCPU.3*
881 %{_mandir}/man3/PDL::Perldl2::*.3pm*
882 %{_mandir}/man3/PDL::Philosophy.3*
883 %{_mandir}/man3/PDL::Prima.3pm*
884 %{_mandir}/man3/PDL::Primitive.3pm*
885 %{_mandir}/man3/PDL::QuickStart.3*
886 %{_mandir}/man3/PDL::Reduce.3pm*
887 %{_mandir}/man3/PDL::Scilab.3*
888 %{_mandir}/man3/PDL::Slices.3pm*
889 %{_mandir}/man3/PDL::Threading.3*
890 %{_mandir}/man3/PDL::Tips.3*
891 %{_mandir}/man3/PDL::Transform*.3pm*
892 %{_mandir}/man3/PDL::Tutorials.3*
893 %{_mandir}/man3/PDL::Types.3pm*
894 %{_mandir}/man3/PDL::Ufunc.3pm*
895 %{_mandir}/man3/PDL::pdl2.3pm*
896 %{_mandir}/man3/PDL::pptemplate.3pm*
897
898 %files docs
899 %defattr(644,root,root,755)
900 %attr(755,root,root) %{_bindir}/pdldoc
901 %attr(755,root,root) %{perl_vendorarch}/PDL/scantree.pl
902 %ghost %{perl_vendorarch}/PDL/pdldoc.db
903 %doc %{perl_vendorarch}/PDL/*.pod
904 %{_mandir}/man1/pdldoc.1*
905
906 %if %{with html}
907 %files docs-HTML
908 %defattr(644,root,root,755)
909 %doc %{perl_vendorarch}/PDL/HtmlDocs
910 %endif
911
912 %files perldl
913 %defattr(644,root,root,755)
914 %attr(755,root,root) %{_bindir}/perldl
915 %{_mandir}/man1/perldl.1p*
916
917 %files perldl2
918 %defattr(644,root,root,755)
919 %attr(755,root,root) %{_bindir}/pdl2
920 %{perl_vendorarch}/PDL/Perldl2
921 %{_mandir}/man1/pdl2.1p*
922
923 %files Graphics-IIS
924 %defattr(644,root,root,755)
925 %{perl_vendorarch}/PDL/Graphics/IIS.pm
926 %dir %{perl_vendorarch}/auto/PDL/Graphics/IIS
927 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Graphics/IIS/*.so
928 %{_mandir}/man3/PDL::Graphics::IIS.3pm*
929
930 %files Graphics-LUT
931 %defattr(644,root,root,755)
932 %{perl_vendorarch}/PDL/Graphics/LUT
933 %{perl_vendorarch}/PDL/Graphics/LUT.pm
934 %{_mandir}/man3/PDL::Graphics::LUT.3pm*
935
936 %files Graphics-Limits
937 %defattr(644,root,root,755)
938 %{perl_vendorarch}/PDL/Graphics/Limits.pm
939 %{_mandir}/man3/PDL::Graphics::Limits.3pm*
940
941 %files Graphics-OpenGL
942 %defattr(644,root,root,755)
943 %{perl_vendorarch}/PDL/Graphics/OpenGL
944 %{perl_vendorarch}/PDL/Graphics/OpenGLQ.pm
945 %dir %{perl_vendorarch}/auto/PDL/Graphics/OpenGLQ
946 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Graphics/OpenGLQ/*.so
947 %{_mandir}/man3/PDL::Graphics::OpenGL::Perl::OpenGL.3pm*
948 %{_mandir}/man3/PDL::Graphics::OpenGLQ.3pm*
949
950 %files Graphics-PGPLOT
951 %defattr(644,root,root,755)
952 %{perl_vendorarch}/PDL/Graphics/PGPLOT
953 %{perl_vendorarch}/PDL/Graphics/PGPLOT.pm
954 %{perl_vendorarch}/PDL/Graphics/PGPLOTOptions.pm
955 %{perl_vendorarch}/PDL/Graphics2D.pm
956 %dir %{perl_vendorarch}/auto/PDL/Graphics/PGPLOT
957 %dir %{perl_vendorarch}/auto/PDL/Graphics/PGPLOT/Window
958 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Graphics/PGPLOT/Window/*.so
959 %{_mandir}/man3/PDL::Graphics2D.3pm*
960 %{_mandir}/man3/PDL::Graphics::PGPLOT*.3pm*
961
962 %files Graphics-TriD
963 %defattr(644,root,root,755)
964 %{perl_vendorarch}/PDL/Graphics/TriD
965 %{perl_vendorarch}/PDL/Graphics/TriD.pm
966 %{perl_vendorarch}/PDL/Graphics/VRML
967 %{perl_vendorarch}/PDL/Graphics/VRML.pm
968 %dir %{perl_vendorarch}/auto/PDL/Graphics/TriD
969 %dir %{perl_vendorarch}/auto/PDL/Graphics/TriD/Rout
970 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Graphics/TriD/Rout/*.so
971 %{_mandir}/man3/PDL::Graphics::TriD*.3pm*
972
973 %files IO-Browser
974 %defattr(644,root,root,755)
975 %{perl_vendorarch}/PDL/IO/Browser.pm
976 %dir %{perl_vendorarch}/auto/PDL/IO/Browser
977 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/Browser/*.so
978 %{_mandir}/man3/PDL::IO::Browser.3pm*
979
980 %files IO-Dicom
981 %defattr(644,root,root,755)
982 %{perl_vendorarch}/PDL/IO/Dicom.pm
983 %{_mandir}/man3/PDL::IO::Dicom.3pm*
984
985 %files IO-FastRaw
986 %defattr(644,root,root,755)
987 %{perl_vendorarch}/PDL/IO/FastRaw.pm
988 %{_mandir}/man3/PDL::IO::FastRaw.3pm*
989
990 %files IO-FlexRaw
991 %defattr(644,root,root,755)
992 %{perl_vendorarch}/PDL/IO/FlexRaw.pm
993 %{_mandir}/man3/PDL::IO::FlexRaw.3pm*
994
995 %files IO-GD
996 %defattr(644,root,root,755)
997 %{perl_vendorarch}/PDL/IO/GD.pm
998 %dir %{perl_vendorarch}/auto/PDL/IO/GD
999 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/GD/*.so
1000 %{_mandir}/man3/PDL::IO::GD.3pm*
1001
1002 %files IO-HDF
1003 %defattr(644,root,root,755)
1004 %{perl_vendorarch}/PDL/IO/HDF.pm
1005 %{perl_vendorarch}/PDL/IO/HDF
1006 %dir %{perl_vendorarch}/auto/PDL/IO/HDF
1007 %dir %{perl_vendorarch}/auto/PDL/IO/HDF/SD
1008 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/HDF/SD/SD.so
1009 %dir %{perl_vendorarch}/auto/PDL/IO/HDF/VS
1010 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/HDF/VS/VS.so
1011 %{_mandir}/man3/PDL::IO::HDF.3pm*
1012 %{_mandir}/man3/PDL::IO::HDF::SD.3pm*
1013 %{_mandir}/man3/PDL::IO::HDF::VS.3pm*
1014
1015 %files IO-Pic
1016 %defattr(644,root,root,755)
1017 %{perl_vendorarch}/PDL/IO/Pic.pm*
1018
1019 %files IO-Pnm
1020 %defattr(644,root,root,755)
1021 %{perl_vendorarch}/PDL/IO/Pnm.pm
1022 %dir %{perl_vendorarch}/auto/PDL/IO/Pnm
1023 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/Pnm/*.so
1024 %{_mandir}/man3/PDL::IO::Pnm.3pm*
1025
1026 %files IO-Storable
1027 %defattr(644,root,root,755)
1028 %{perl_vendorarch}/PDL/IO/Storable.pm
1029 %dir %{perl_vendorarch}/auto/PDL/IO/Storable
1030 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/Storable/*.so
1031 %{_mandir}/man3/PDL::IO::Storable.3pm*
1032
1033 %files Slatec
1034 %defattr(644,root,root,755)
1035 %{perl_vendorarch}/PDL/Filter/LinPred.pm
1036 %{perl_vendorarch}/PDL/Fit/LM.pm
1037 %{perl_vendorarch}/PDL/Fit/Linfit.pm
1038 %{perl_vendorarch}/PDL/Fit/Polynomial.pm
1039 %{perl_vendorarch}/PDL/Matrix.pm
1040 %{perl_vendorarch}/PDL/Slatec.pm
1041 %dir %{perl_vendorarch}/auto/PDL/Slatec
1042 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Slatec/*.so
1043 %{_mandir}/man3/PDL::Filter::LinPred.3pm*
1044 %{_mandir}/man3/PDL::Fit::LM.3pm*
1045 %{_mandir}/man3/PDL::Fit::Linfit.3pm*
1046 %{_mandir}/man3/PDL::Fit::Polynomial.3pm*
1047 %{_mandir}/man3/PDL::Matrix.3pm*
1048 %{_mandir}/man3/PDL::Slatec.3pm*
1049
1050 %files GSL
1051 %defattr(644,root,root,755)
1052 %{perl_vendorarch}/PDL/GSL
1053 %dir %{perl_vendorarch}/auto/PDL/GSL
1054 %dir %{perl_vendorarch}/auto/PDL/GSL/DIFF
1055 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSL/DIFF/*.so
1056 %dir %{perl_vendorarch}/auto/PDL/GSL/INTEG
1057 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSL/INTEG/*.so
1058 %dir %{perl_vendorarch}/auto/PDL/GSL/INTERP
1059 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSL/INTERP/*.so
1060 %dir %{perl_vendorarch}/auto/PDL/GSL/MROOT
1061 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSL/MROOT/*.so
1062 %dir %{perl_vendorarch}/auto/PDL/GSL/RNG
1063 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSL/RNG/*.so
1064 %{_mandir}/man3/PDL::GSL::*.3pm*
1065
1066 %files GSLSF
1067 %defattr(644,root,root,755)
1068 %{perl_vendorarch}/PDL/GSLSF
1069 %dir %{perl_vendorarch}/auto/PDL/GSLSF
1070 %dir %{perl_vendorarch}/auto/PDL/GSLSF/*
1071 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/GSLSF/*/*.so
1072 %{_mandir}/man3/PDL::GSLSF::*.3pm*
1073
1074 %files Minuit
1075 %defattr(644,root,root,755)
1076 %{perl_vendorarch}/PDL/Minuit.pm
1077 %dir %{perl_vendorarch}/auto/PDL/Minuit
1078 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Minuit/*.so
1079 %{_mandir}/man3/PDL::Minuit.3pm*
1080
1081 %files Transform
1082 %defattr(644,root,root,755)
1083 %{perl_vendorarch}/PDL/Transform.pm
1084 %{perl_vendorarch}/PDL/Transform
1085 %dir %{perl_vendorarch}/auto/PDL/Transform
1086 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/Transform/*.so
1087
1088 %files Demos
1089 %defattr(644,root,root,755)
1090 %{perl_vendorarch}/PDL/Demos
1091 %{_mandir}/man3/PDL::BAD*_demo.3pm*
This page took 0.116243 seconds and 4 git commands to generate.