]> git.pld-linux.org Git - packages/compat-ncurses5.git/blob - ncurses.spec
Include vt102 terminfo in the main package
[packages/compat-ncurses5.git] / ncurses.spec
1 #
2 # Conditional build:
3 %bcond_without  ada             # do not build Ada95 bindings
4 %bcond_without  cxx             # do not build C++ ncurses bindings and demo programs
5 #                               # (this is neccessary to build ncurses linked with uClibc).
6 %bcond_without  gpm             # build without (dynamically loadable) libgpm support
7
8 %ifarch sparc64
9 %undefine with_ada
10 %endif
11
12 %define basever 5.9
13 %define patchlevel      20130816
14 Summary:        curses terminal control library
15 Summary(de.UTF-8):      curses-Terminal-Control-Library
16 Summary(es.UTF-8):      Biblioteca de control de terminal curses
17 Summary(fr.UTF-8):      La bibliothéque de contrôle de terminal curses
18 Summary(pl.UTF-8):      Biblioteki do kontrolowania terminala
19 Summary(pt_BR.UTF-8):   Biblioteca de controle de terminal curses
20 Summary(ru.UTF-8):      ncurses - новая библиотека управления терминалами
21 Summary(tr.UTF-8):      Terminal kontrol kitaplığı
22 Summary(uk.UTF-8):      ncurses - нова бібліотека керування терміналами
23 Name:           ncurses
24 Version:        %{basever}.%{patchlevel}
25 Release:        3
26 License:        distributable
27 Group:          Libraries
28 Source0:        ftp://dickey.his.com/ncurses/%{name}-%{basever}.tar.gz
29 # Source0-md5:  8cb9c412e5f2d96bc6f459aa8c6282a1
30 Source1:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
31 # Source1-md5:  3b05ee835dc20c306e9af2a9d3fbf1f1
32 # source: ftp://dickey.his.com/ncurses/5.9/
33 Patch0:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130504-patch.sh.bz2
34 # Patch0-md5:   328966f1daa16c045b16a22d1b0020ec
35 Patch1:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130511.patch.gz
36 # Patch1-md5:   090c30bb83e286e9cea22ad62c6136ff
37 Patch2:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130518.patch.gz
38 # Patch2-md5:   3300610567774c441bd4a014db76db11
39 Patch3:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130525.patch.gz
40 # Patch3-md5:   c35aa6d8d6dc3a0620904045b5a8f6bc
41 Patch4:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130608.patch.gz
42 # Patch4-md5:   7d05e562085055466e4b25c7098c5242
43 Patch5:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130615.patch.gz
44 # Patch5-md5:   a9c7114a801a5176c64941da4bee2e4d
45 Patch6:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130622.patch.gz
46 # Patch6-md5:   ce16d6b9d41749a368fa5ddc237ad93a
47 Patch7:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130706.patch.gz
48 # Patch7-md5:   906c7aeb4c60fdcb0426d5d86937735f
49 Patch8:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130713.patch.gz
50 # Patch8-md5:   0e542db5a3b6d832203d350ec273aaef
51 Patch9:         ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130720.patch.gz
52 # Patch9-md5:   3a6be27672d10ddf29e12483ea83f846
53 Patch10:        ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130727.patch.gz
54 # Patch10-md5:  a6a72d5b6b74ad92ac351df981fed46b
55 Patch11:        ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130805.patch.gz
56 # Patch11-md5:  b26c73ec2465e0bddf0a57d9ce3ffb88
57 Patch12:        ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130816.patch.gz
58 # Patch12-md5:  a281c29f4f4a468aa06f627f4e81a6ba
59 Patch100:       %{name}-screen_hpa_fix.patch
60 Patch101:       %{name}-xterm_hpa_fix.patch
61 Patch102:       %{name}-meta.patch
62 Patch103:       %{name}-xterm-home-end.patch
63 Patch104:       %{name}-mouse_trafo-warning.patch
64 Patch105:       %{name}-gnome-terminal.patch
65 # disable rain demo; triggers gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14998
66 Patch107:       %{name}-no-rain-demo.patch
67 Patch108:       %{name}-fix-nonunicode-breakage.patch
68 URL:            http://dickey.his.com/ncurses/ncurses.html
69 BuildRequires:  automake
70 %if %{with ada}
71 BuildRequires:  gcc-ada
72 # gnat bug: https://bugzilla.redhat.com/show_bug.cgi?id=613407
73 # gcc patch: https://bugzilla.redhat.com/attachment.cgi?id=435931
74 # seems worker around when using gcc 4.6.2? --q
75 #BuildRequires: libgnat-static
76 %endif
77 %{?with_gpm:BuildRequires:      gpm-devel}
78 %{?with_cxx:BuildRequires:      libstdc++-devel}
79 %{?with_ada:BuildRequires:      m4}
80 BuildRequires:  pkgconfig
81 BuildRequires:  sharutils
82 # for compatibility with old PLD packages
83 %ifarch %{x8664} ppc64 sparc64 s390x
84 Provides:       libtinfo.so.5()(64bit)
85 Provides:       libtinfow.so.5()(64bit)
86 Provides:       libtinfow.so.6()(64bit)
87 %else
88 Provides:       libtinfo.so.5
89 Provides:       libtinfow.so.5
90 Provides:       libtinfow.so.6
91 %endif
92 Obsoletes:      libncurses5
93 Conflicts:      terminfo < 5.4-0.6
94 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
95
96 %description
97 The curses library routines give the user a terminal-independent
98 method of updating character screens with reasonable optimization.
99 This implementation is ``new curses'' (ncurses) and is the approved
100 replacement for 4.4BSD classic curses, which is being discontinued.
101
102 %description -l de.UTF-8
103 Die curses-Library-Routinen geben dem Benutzer eine
104 Terminal-unabhängige Methode zur optimierten Aktualisierung von
105 zeichenbasierenden Bildschirminhalten an die Hand. Die vorliegende
106 Implementierung ist NEW CURSES (ncurses), die offizielle
107 Nachfolgerversion für 4.4BSC (die klassische curses-Version), welche
108 nicht weitergeführt wird.
109
110 %description -l es.UTF-8
111 Las rutinas de la biblioteca curses ofrecen al usuario un método
112 independiente de terminal para actualización de las pantallas de
113 caracteres con optimización razonable. Este soporte es "nuevo curses"
114 (ncurses) y es el substituto aprobado para los clásicos curses 4.4BSD,
115 que se quedaban desfasados.
116
117 %description -l fr.UTF-8
118 Les routines de la bibliothèque curses donnent à l'utilisateur une
119 méthode indépendante du terminal pour la mise à jour des écrans en
120 mode texte avec une optimisation correcte. Ceci est l'implantation du
121 « nouveau curses » (ncurses) et est le remplacement du curses 4.4BSD
122 classique qui est abandonné.
123
124 %description -l pl.UTF-8
125 Biblioteka curses udostępnia funkcje pozwalające użytkownikom na
126 odwoływanie się do zawartości terminala niezależnie od jego typu.
127 Pakiet ten zawiera implementację klasycznej biblioteki curses (z
128 systemu 4.4BSD) o nazwie ncurses (new curses) i jest zarazem jej
129 przyszłym zamiennikiem.
130
131 %description -l pt_BR.UTF-8
132 As rotinas da biblioteca curses fornecem ao usuário um método
133 independente de terminal para atualização das telas de caracteres com
134 otimização razoável. Essa implementação é "novo curses" (ncurses) e é
135 o substituto aprovado para os clássicos curses 4.4BSD, que estão se
136 tornando obsoletos.
137
138 %description -l ru.UTF-8
139 Программы библиотеки curses предоставляют пользователям возможность
140 терминально-независимого обновления символьных экранов с достаточной
141 оптимизацией. Эта реализация - "новые curses" (ncurses), которая
142 является одобренной заменой классической библиотеки curses из 4.4BSD,
143 в настоящее время "снятой с производства". В PLD Linux ncurses
144 является жизненно необходимой, без нее не будут функционировать многие
145 программы, составляющие базовую систему. Практически все программы,
146 которые выводят что-либо на терминал, используют ncurses. В PLD Linux
147 ни библиотека termcap, ни традиционный файл /etc/termcap, не
148 используются...
149
150 %description -l tr.UTF-8
151 curses kitaplığı ile kullanıcıya kullanılan terminal tipinden bağımsız
152 olarak karakter tabanlı ekranlara erişim olanağı sağlanabilmektedir.
153 Bu uyarlama 'new curses' (ncurses), BSD deki klasik curses'in gelişmiş
154 halidir.
155
156 %description -l uk.UTF-8
157 Програми бібліотеки curses дають користувачам можливість
158 термінально-незалежного поновлення символьних екранів з достатньою
159 оптимізацією. Ця реалізація - "нові curses" (ncurses), котра є
160 схваленою заміною класичної бібліотеки curses з 4.4BSD, яка наразі
161 "знята з виробництва". В PLD Linux ncurses є життєво необхідною, без
162 неї не буде працювати більшость програм, що складають базову систему.
163 Практично всі програми, котрі виводять щось на термінал,
164 використовують ncurses. В PLD Linux ані бібліотека termcap, ані
165 традиційний файл /etc/termcap не використовуються...
166
167 %package -n terminfo
168 Summary:        Complete terminfo database
169 Summary(es.UTF-8):      Banco de datos terminfo para terminales extras (menos usados)
170 Summary(pl.UTF-8):      Kompletna baza terminfo
171 Summary(pt_BR.UTF-8):   Base de dados terminfo para terminais adicionais (menos usados)
172 Group:          Applications/Terminal
173 Requires:       %{name} = %{version}-%{release}
174 Obsoletes:      ncurses-extraterms
175 %if "%{_rpmversion}" >= "5"
176 BuildArch:      noarch
177 %endif
178
179 %description -n terminfo
180 This package contains complete terminfo database. If you just use the
181 Linux console, xterm and VT100, you probably will not need this this -
182 a minimal %{_datadir}/terminfo tree for these terminal is already
183 included in the ncurses package.
184
185 %description -n terminfo -l es.UTF-8
186 Banco de datos terminfo para terminales extras. Las capacidades de los
187 terminales más usados ya están en el paquete principal ncurses.
188
189 %description -n terminfo -l pl.UTF-8
190 Pakiet ten zawiera kompletną bazę terminfo. Jeżeli używasz terminali
191 linux, console, xterm, vt100, vt102 prawdopodobnie nie bedziesz
192 potrzebował tego pakietu gdyż definicje tych terminali są włączone w
193 pakiet ncurses.
194
195 %description -n terminfo -l pt_BR.UTF-8
196 Base de dados terminfo para terminais extras. As definições dos
197 terminais mais usados já estão no pacote principal ncurses.
198
199 %package devel
200 Summary:        Header files for develop ncurses based application
201 Summary(es.UTF-8):      Bibliotecas de desarrollo para ncurses
202 Summary(pl.UTF-8):      Pliki nagłówkowe do bibliotek ncurses
203 Summary(pt_BR.UTF-8):   Bibliotecas de desenvolvimento para ncurses
204 Summary(ru.UTF-8):      Хедеры и библиотеки для разработки программ с ncurses
205 Summary(uk.UTF-8):      Хедери та бібліотеки для розробки програм з ncurses
206 Group:          Development/Libraries
207 Requires:       %{name} = %{version}-%{release}
208 Obsoletes:      libncurses5-devel
209 Obsoletes:      libtermcap-devel
210
211 %description devel
212 This package includes the header files and libraries necessary to
213 develop applications that use ncurses.
214
215 %description devel -l es.UTF-8
216 Este paquete incluye las bibliotecas y archivos de inclusión
217 necesarios al desarrollo de aplicaciones que usan ncurses.
218
219 %description devel -l pl.UTF-8
220 Pakiet ten zawiera pliki nagłówkowe niezbędne do pisania/kompilowania
221 programów z wykorzystaniem bibliotek ncurses.
222
223 %description devel -l pt_BR.UTF-8
224 Este pacote inclui as bibliotecas e arquivos de inclusão necessários
225 ao desenvolvimento de aplicações que usam ncurses.
226
227 %description devel -l ru.UTF-8
228 Этот пакет содержит хедеры и библиотеки, необходимые для разработки
229 программ, использующих ncurses.
230
231 %description devel -l uk.UTF-8
232 Цей пакет містить хедери та бібліотеки, необхідні для розробки
233 програм, що використовують ncurses.
234
235 %package static
236 Summary:        Static libraries for ncurses
237 Summary(es.UTF-8):      Static libraries for ncurses development
238 Summary(pl.UTF-8):      Biblioteki statyczne ncurses
239 Summary(pt_BR.UTF-8):   Bibliotecas estáticas para desenvolvimento com ncurses
240 Summary(ru.UTF-8):      Статические библиотеки для разработки программ с ncurses
241 Summary(uk.UTF-8):      Статичні бібліотеки для розробки програм з ncurses
242 Group:          Development/Libraries
243 Requires:       %{name}-devel = %{version}-%{release}
244
245 %description static
246 This package includes the static libraries necessary to develop
247 applications that use ncurses.
248
249 %description static -l es.UTF-8
250 Static libraries for ncurses development.
251
252 %description static -l pl.UTF-8
253 Pakiet ten zawiera biblioteki statyczne ncurses.
254
255 %description static -l pt_BR.UTF-8
256 Bibliotecas estáticas para desenvolvimento com ncurses.
257
258 %description static -l ru.UTF-8
259 Этот пакет содержит статические библиотеки, необходимые для разработки
260 программ, использующих ncurses.
261
262 %description static -l uk.UTF-8
263 Цей пакет містить статичні бібліотеки, необхідні для розробки програм,
264 що використовують ncurses.
265
266 %package ext
267 Summary:        Additional ncurses libraries
268 Summary(pl.UTF-8):      Dodatkowe biblioteki ncurses
269 Group:          Libraries
270 Requires:       %{name} = %{version}-%{release}
271
272 %description ext
273 This package contains addidion ncurses libraries like libforms,
274 libmenu and libpanel for easy making full screen curse application.
275
276 %description ext -l pl.UTF-8
277 Pakiet ten zawiera dodatkowe biblioteki libforms, libmenu i libpanel
278 służące do łatwego tworzenia aplikacji pełnoekranowych korzystających
279 z ncurses.
280
281 %package ext-devel
282 Summary:        Header files for additional ncurses libraries
283 Summary(pl.UTF-8):      Pliki nagłówkowe dodatkowych bibliotek ncurses
284 Group:          Development/Libraries
285 Requires:       %{name}-devel = %{version}-%{release}
286 Requires:       %{name}-ext = %{version}-%{release}
287
288 %description ext-devel
289 Header files for additional ncurses libraries (form, menu, panel).
290
291 %description ext-devel -l pl.UTF-8
292 Pliki nagłówkowe dodatkowych bibliotek ncurses (form, menu, panel).
293
294 %package ext-static
295 Summary:        Static versions of additional ncurses libraries
296 Summary(pl.UTF-8):      Statyczne wersje dodatkowych bibliotek ncurses
297 Group:          Development/Libraries
298 Requires:       %{name}-ext-devel = %{version}-%{release}
299
300 %description ext-static
301 Static versions of additional ncurses libraries (form, menu, panel).
302
303 %description ext-static -l pl.UTF-8
304 Statyczne wersje dodatkowych bibliotek ncurses (form, menu, panel).
305
306 %package c++-devel
307 Summary:        Header files for develop C++ ncurses based application
308 Summary(pl.UTF-8):      Pliki nagłówkowe do biblioteki C++ ncurses
309 Group:          Development/Libraries
310 Requires:       %{name}-devel = %{version}-%{release}
311
312 %description c++-devel
313 This package includes the header files and libraries necessary to
314 develop applications that use C++ ncurses.
315
316 %description c++-devel -l pl.UTF-8
317 Pakiet ten zawiera pliki nagłówkowe niezbędne do kompilacji programów
318 z wykorzystaniem biblioteki c++-ncurses.
319
320 %package c++-static
321 Summary:        Static libraries for C++ ncurses
322 Summary(pl.UTF-8):      Biblioteki statyczne C++ ncurses
323 Group:          Development/Libraries
324 Requires:       %{name}-c++-devel = %{version}-%{release}
325
326 %description c++-static
327 This package includes the static libraries necessary to develop
328 applications that use C++ ncurses.
329
330 %description c++-static -l pl.UTF-8
331 Pakiet ten zawiera biblioteki statyczne C++ ncurses.
332
333 %package ada-devel
334 Summary:        Header files for develop Ada95 ncurses based application
335 Summary(pl.UTF-8):      Pliki nagłówkowe do biblioteki Ada95 ncurses
336 Group:          Development/Libraries
337 Requires:       %{name}-devel = %{version}-%{release}
338 %{?with_ada:%requires_eq        gcc-ada}
339
340 %description ada-devel
341 This package includes the header files and libraries necessary to
342 develop applications that use Ada95 ncurses.
343
344 %description ada-devel -l pl.UTF-8
345 Ten pakiet zawiera pliki nagłówkowe i biblioteki potrzebne do
346 tworzenia aplikacji używających ncurses w języku Ada95.
347
348 %prep
349 %setup -qc
350 mv %{name}-%{basever}/* .
351 %patch0 -p1
352 %patch1 -p1
353 %patch2 -p1
354 %patch3 -p1
355 %patch4 -p1
356 %patch5 -p1
357 %patch6 -p1
358 %patch7 -p1
359 %patch8 -p1
360 %patch9 -p1
361 %patch10 -p1
362 %patch11 -p1
363 %patch12 -p1
364
365 %patch100 -p1
366 %patch101 -p1
367 %patch102 -p1
368 %patch103 -p1
369 %patch104 -p1
370 %patch105 -p1
371 %patch107 -p1
372 %patch108 -p1
373
374 %build
375 unset TERMINFO || :
376 gcc_target=$(gcc -dumpmachine)
377 gcc_version=%{cc_version}
378 CFLAGS="%{rpmcflags} -DPURE_TERMINFO -D_FILE_OFFSET_BITS=64"
379 cp -f /usr/share/automake/config.sub .
380
381 for t in narrowc wideclowcolor widec; do
382 install -d obj-$t
383 cd obj-$t
384 ../%configure \
385         --with-install-prefix=$RPM_BUILD_ROOT \
386         --with-normal \
387         --with-shared \
388         --with%{!?with_ada:out}-ada \
389         --with%{!?with_cxx:out}-cxx \
390         --with%{!?with_cxx:out}-cxx-binding \
391         --with%{!?debug:out}-debug \
392         --with%{!?with_gpm:out}-gpm \
393         --without-profile \
394         --with-largefile \
395         --with-ospeed=unsigned \
396         --disable-lp64 \
397         --enable-hard-tabs \
398         --enable-xmc-glitch \
399         --enable-pc-files \
400         --with-pkg-config-libdir=%{_pkgconfigdir} \
401         --enable-colorfgbg \
402         --with-chtype='long' \
403         --with-mmask-t='long' \
404         --with-manpage-aliases \
405         --with-manpage-format=normal \
406         --with-ada-include=%{_libdir}/gcc/$gcc_target/$gcc_version/adainclude/ \
407         --with-ada-objects=%{_libdir}/gcc/$gcc_target/$gcc_version/adalib/ \
408         `[ "$t" = "wideclowcolor" ] && echo --enable-widec --disable-ext-colors` \
409         `[ "$t" = "widec" ] && echo --enable-widec --enable-ext-colors` \
410         --without-manpage-symlinks
411
412 %{__make} -j1
413
414 cd ..
415 done
416
417 %install
418 rm -rf $RPM_BUILD_ROOT
419 install -d $RPM_BUILD_ROOT{/%{_lib},%{_mandir}}
420
421 for t in narrowc widec; do
422 %{__make} -C obj-$t install \
423         INSTALL_PREFIX=$RPM_BUILD_ROOT
424 done
425
426 mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses{,w}
427 for l in $RPM_BUILD_ROOT%{_includedir}/*.h; do
428         ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncurses
429         ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncursesw
430 done
431
432 ln -sf ../l/linux $RPM_BUILD_ROOT%{_datadir}/terminfo/c/console
433
434 mv -f $RPM_BUILD_ROOT%{_libdir}/libncursesw.so.6* $RPM_BUILD_ROOT/%{_lib}
435
436 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfo.so
437 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfow.so
438 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libncursesw.so
439 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libcursesw.so
440 mv -f $RPM_BUILD_ROOT%{_libdir}/libncurses.so.* $RPM_BUILD_ROOT/%{_lib}
441 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libcurses.so
442 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libncurses.so
443
444 ln -sf libncursesw.a $RPM_BUILD_ROOT%{_libdir}/libcursesw.a
445
446 # binary compatibility for packages using libncursesw.so.5 (without ext-colors)
447 cp -a obj-wideclowcolor/lib/libncursesw.so.5* $RPM_BUILD_ROOT%{_libdir}
448 # binary compatibility for packages usign libtinfo.so.5/libtinfow.so.5/libtinfow.so.6
449 ln -sf $(basename $RPM_BUILD_ROOT/%{_lib}/libncurses.so.5.*) $RPM_BUILD_ROOT/%{_lib}/libtinfo.so.5
450 ln -sf $(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT/%{_lib}/libtinfow.so.6
451 ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libncursesw.so.5.*) $RPM_BUILD_ROOT%{_libdir}/libtinfow.so.5
452
453 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
454
455 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libcurses.a
456 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libcursesw.a
457 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.ncurses-non-english-man-pages
458
459 %clean
460 rm -rf $RPM_BUILD_ROOT
461
462 %post   -p /sbin/ldconfig
463 %postun -p /sbin/ldconfig
464
465 %post   ext -p /sbin/ldconfig
466 %postun ext -p /sbin/ldconfig
467
468 %triggerpostun -- %{name} < 5.9-3
469 # rpm seems to remove them as those was %ghosts in ncurses < 5.9-3
470 # despite existing now as normal files/symlinks
471 ln -sf /%{_lib}/libncurses.so.5.* /%{_lib}/libtinfo.so.5
472 ln -sf /%{_lib}/libncursesw.so.6.* /%{_lib}/libtinfow.so.6
473 ln -sf %{_libdir}/libncursesw.so.5.* %{_libdir}/libtinfow.so.5
474 exit 0
475
476 %files
477 %defattr(644,root,root,755)
478 %doc ANNOUNCE README
479 %attr(755,root,root) %{_bindir}/captoinfo
480 %attr(755,root,root) %{_bindir}/clear
481 %attr(755,root,root) %{_bindir}/infocmp
482 %attr(755,root,root) %{_bindir}/infotocap
483 %attr(755,root,root) %{_bindir}/reset
484 %attr(755,root,root) %{_bindir}/tabs
485 %attr(755,root,root) %{_bindir}/tic
486 %attr(755,root,root) %{_bindir}/toe
487 %attr(755,root,root) %{_bindir}/tput
488 %attr(755,root,root) %{_bindir}/tset
489 %attr(755,root,root) /%{_lib}/libncurses.so.*.*
490 %attr(755,root,root) %ghost /%{_lib}/libncurses.so.5
491 %attr(755,root,root) /%{_lib}/libncursesw.so.*.*
492 %attr(755,root,root) %ghost /%{_lib}/libncursesw.so.6
493 %attr(755,root,root) %{_libdir}/libncursesw.so.*.*
494 %attr(755,root,root) %ghost %{_libdir}/libncursesw.so.5
495 %attr(755,root,root) /%{_lib}/libtinfo.so.5
496 %attr(755,root,root) /%{_lib}/libtinfow.so.6
497 %attr(755,root,root) %{_libdir}/libtinfow.so.5
498
499 %{_datadir}/tabset
500
501 %dir %{_datadir}/terminfo
502 %{_datadir}/terminfo/E
503 %dir %{_datadir}/terminfo/[cdgklprsvx]
504
505 %{_datadir}/terminfo/c/cygwin*
506 %{_datadir}/terminfo/d/dumb
507 %{_datadir}/terminfo/g/gnome*
508 %{_datadir}/terminfo/k/klone+color
509 %{_datadir}/terminfo/k/konsole*
510 %{_datadir}/terminfo/l/linux*
511 %{_datadir}/terminfo/p/putty*
512 %{_datadir}/terminfo/r/rxvt*
513 %{_datadir}/terminfo/s/screen*
514 %{_datadir}/terminfo/v/vt100
515 %{_datadir}/terminfo/v/vt102
516 %{_datadir}/terminfo/v/vt220
517 %{_datadir}/terminfo/v/vt220-8
518 %{_datadir}/terminfo/v/vt52
519 %{_datadir}/terminfo/x/xterm*
520
521 %{_mandir}/man1/captoinfo.1m*
522 %{_mandir}/man1/clear.1*
523 %{_mandir}/man1/infocmp.1m*
524 %{_mandir}/man1/infotocap.1m*
525 %{_mandir}/man1/reset.1*
526 %{_mandir}/man1/tabs.1*
527 %{_mandir}/man1/tic.1m*
528 %{_mandir}/man1/toe.1m*
529 %{_mandir}/man1/tput.1*
530 %{_mandir}/man1/tset.1*
531 %{_mandir}/man5/term.5*
532 %{_mandir}/man5/terminfo.5*
533 %{_mandir}/man7/term.7*
534 %lang(fi) %{_mandir}/fi/man1/*
535 %lang(fr) %{_mandir}/fr/man1/*
536 %lang(hu) %{_mandir}/hu/man1/*
537 %lang(id) %{_mandir}/id/man1/*
538 %lang(it) %{_mandir}/it/man1/*
539 %lang(pl) %{_mandir}/pl/man[157]/*
540
541 %files -n terminfo
542 %defattr(644,root,root,755)
543 %{_datadir}/terminfo/[1-9ALMNPQXa-ce-jm-rt-uwz]
544 %{_datadir}/terminfo/[dklsvx]/*
545 %exclude %{_datadir}/terminfo/c/cygwin*
546 %exclude %{_datadir}/terminfo/d/dumb
547 %exclude %{_datadir}/terminfo/g/gnome*
548 %exclude %{_datadir}/terminfo/k/klone+color
549 %exclude %{_datadir}/terminfo/k/konsole*
550 %exclude %{_datadir}/terminfo/l/linux*
551 %exclude %{_datadir}/terminfo/p/putty*
552 %exclude %{_datadir}/terminfo/r/rxvt*
553 %exclude %{_datadir}/terminfo/s/screen*
554 %exclude %{_datadir}/terminfo/v/vt100
555 %exclude %{_datadir}/terminfo/v/vt102
556 %exclude %{_datadir}/terminfo/v/vt220
557 %exclude %{_datadir}/terminfo/v/vt220-8
558 %exclude %{_datadir}/terminfo/v/vt52
559 %exclude %{_datadir}/terminfo/x/xterm*
560
561 %files devel
562 %defattr(644,root,root,755)
563 %doc doc/html/ncurses-intro.html
564 %attr(755,root,root) %{_bindir}/ncurses5-config
565 %attr(755,root,root) %{_bindir}/ncursesw6-config
566 %attr(755,root,root) %{_libdir}/libcurses.so
567 %attr(755,root,root) %{_libdir}/libncurses.so
568 %attr(755,root,root) %{_libdir}/libtinfo.so
569 %attr(755,root,root) %{_libdir}/libcursesw.so
570 %attr(755,root,root) %{_libdir}/libncursesw.so
571 %attr(755,root,root) %{_libdir}/libtinfow.so
572 %{_includedir}/curses.h
573 %{_includedir}/eti.h
574 %{_includedir}/nc_tparm.h
575 %{_includedir}/ncurses.h
576 %{_includedir}/ncurses_dll.h
577 %{_includedir}/term.h
578 %{_includedir}/term_entry.h
579 %{_includedir}/termcap.h
580 %{_includedir}/tic.h
581 %{_includedir}/unctrl.h
582 %dir %{_includedir}/ncurses
583 %{_includedir}/ncurses/curses.h
584 %{_includedir}/ncurses/eti.h
585 %{_includedir}/ncurses/nc_tparm.h
586 %{_includedir}/ncurses/ncurses.h
587 %{_includedir}/ncurses/ncurses_dll.h
588 %{_includedir}/ncurses/term.h
589 %{_includedir}/ncurses/term_entry.h
590 %{_includedir}/ncurses/termcap.h
591 %{_includedir}/ncurses/tic.h
592 %{_includedir}/ncurses/unctrl.h
593 %dir %{_includedir}/ncursesw
594 %{_includedir}/ncursesw/curses.h
595 %{_includedir}/ncursesw/eti.h
596 %{_includedir}/ncursesw/nc_tparm.h
597 %{_includedir}/ncursesw/ncurses.h
598 %{_includedir}/ncursesw/ncurses_dll.h
599 %{_includedir}/ncursesw/term.h
600 %{_includedir}/ncursesw/term_entry.h
601 %{_includedir}/ncursesw/termcap.h
602 %{_includedir}/ncursesw/tic.h
603 %{_includedir}/ncursesw/unctrl.h
604 %{_pkgconfigdir}/ncurses.pc
605 %{_pkgconfigdir}/ncursesw.pc
606 %{_mandir}/man1/ncurses5-config.1*
607 %{_mandir}/man1/ncursesw6-config.1*
608 %{_mandir}/man3/BC.3x*
609 %{_mandir}/man3/COLORS.3x*
610 %{_mandir}/man3/COLOR_PAIR.3x*
611 %{_mandir}/man3/COLOR_PAIRS.3x*
612 %{_mandir}/man3/COLS.3x*
613 %{_mandir}/man3/ESCDELAY.3x*
614 %{_mandir}/man3/LINES.3x*
615 %{_mandir}/man3/PAIR_NUMBER.3x*
616 %{_mandir}/man3/PC.3x*
617 %{_mandir}/man3/SP.3x*
618 %{_mandir}/man3/TABSIZE.3x*
619 %{_mandir}/man3/UP.3x*
620 %{_mandir}/man3/_nc_*.3x*
621 %{_mandir}/man3/_trace*.3x*
622 %{_mandir}/man3/acs_map.3x*
623 %{_mandir}/man3/add*.3x*
624 %{_mandir}/man3/assume_default_colors*.3x*
625 %{_mandir}/man3/attr*.3x*
626 %{_mandir}/man3/baudrate*.3x*
627 %{_mandir}/man3/beep*.3x*
628 %{_mandir}/man3/bkgd*.3x*
629 %{_mandir}/man3/bkgrnd*.3x*
630 %{_mandir}/man3/bool*.3x*
631 %{_mandir}/man3/border*.3x*
632 %{_mandir}/man3/box*.3x*
633 %{_mandir}/man3/can_change_color*.3x*
634 %{_mandir}/man3/cbreak*.3x*
635 %{_mandir}/man3/ceiling_panel.3x*
636 %{_mandir}/man3/chgat.3x*
637 %{_mandir}/man3/clear*.3x*
638 %{_mandir}/man3/clrto*.3x*
639 %{_mandir}/man3/color_*.3x*
640 %{_mandir}/man3/copywin.3x*
641 %{_mandir}/man3/cur_term.3x*
642 %{_mandir}/man3/curs_*.3x*
643 %{_mandir}/man3/curscr.3x*
644 %{_mandir}/man3/curses_version.3x*
645 %{_mandir}/man3/def_*.3x*
646 %{_mandir}/man3/default_colors.3x*
647 %{_mandir}/man3/define_key*.3x*
648 %{_mandir}/man3/del_curterm*.3x*
649 %{_mandir}/man3/delay_output*.3x*
650 %{_mandir}/man3/delch.3x*
651 %{_mandir}/man3/deleteln.3x*
652 %{_mandir}/man3/delscreen.3x*
653 %{_mandir}/man3/delwin.3x*
654 %{_mandir}/man3/derwin.3x*
655 %{_mandir}/man3/doupdate*.3x*
656 %{_mandir}/man3/dupwin.3x*
657 %{_mandir}/man3/echo*.3x*
658 %{_mandir}/man3/endwin*.3x*
659 %{_mandir}/man3/erase*.3x*
660 %{_mandir}/man3/filter*.3x*
661 %{_mandir}/man3/flash*.3x*
662 %{_mandir}/man3/flushinp*.3x*
663 %{_mandir}/man3/get*.3x*
664 %{_mandir}/man3/ground_panel.3x*
665 %{_mandir}/man3/halfdelay*.3x*
666 %{_mandir}/man3/has_*.3x*
667 %{_mandir}/man3/hline*.3x*
668 %{_mandir}/man3/idcok.3x*
669 %{_mandir}/man3/idlok.3x*
670 %{_mandir}/man3/immedok.3x*
671 %{_mandir}/man3/in_*.3x*
672 %{_mandir}/man3/inch*.3x*
673 %{_mandir}/man3/init_color*.3x*
674 %{_mandir}/man3/init_pair*.3x*
675 %{_mandir}/man3/initscr.3x*
676 %{_mandir}/man3/innstr.3x*
677 %{_mandir}/man3/innwstr.3x*
678 %{_mandir}/man3/ins*.3x*
679 %{_mandir}/man3/intrflush*.3x*
680 %{_mandir}/man3/inwstr.3x*
681 %{_mandir}/man3/is_*.3x*
682 %{_mandir}/man3/isendwin*.3x*
683 %{_mandir}/man3/key*.3x*
684 %{_mandir}/man3/kill*.3x*
685 %{_mandir}/man3/leaveok.3x*
686 %{_mandir}/man3/legacy_coding.3x*
687 %{_mandir}/man3/longname.3x*
688 %{_mandir}/man3/mcprint*.3x*
689 %{_mandir}/man3/meta.3x*
690 %{_mandir}/man3/mouse*.3x*
691 %{_mandir}/man3/move.3x*
692 %{_mandir}/man3/mv*.3x*
693 %{_mandir}/man3/napms*.3x*
694 %{_mandir}/man3/ncurses.3x*
695 %{_mandir}/man3/new_prescr.3x*
696 %{_mandir}/man3/newpad*.3x*
697 %{_mandir}/man3/newscr.3x*
698 %{_mandir}/man3/newterm*.3x*
699 %{_mandir}/man3/newwin*.3x*
700 %{_mandir}/man3/nl*.3x*
701 %{_mandir}/man3/no*.3x*
702 %{_mandir}/man3/num*.3x*
703 %{_mandir}/man3/ospeed.3x*
704 %{_mandir}/man3/overlay.3x*
705 %{_mandir}/man3/overwrite.3x*
706 %{_mandir}/man3/pair_content*.3x*
707 %{_mandir}/man3/pecho*.3x*
708 %{_mandir}/man3/pnoutrefresh.3x*
709 %{_mandir}/man3/prefresh.3x*
710 %{_mandir}/man3/printw.3x*
711 %{_mandir}/man3/put*.3x*
712 %{_mandir}/man3/qiflush*.3x*
713 %{_mandir}/man3/raw*.3x*
714 %{_mandir}/man3/redrawwin.3x*
715 %{_mandir}/man3/refresh.3x*
716 %{_mandir}/man3/reset_*.3x*
717 %{_mandir}/man3/resetty*.3x*
718 %{_mandir}/man3/resize_term*.3x*
719 %{_mandir}/man3/resizeterm*.3x*
720 %{_mandir}/man3/restartterm*.3x*
721 %{_mandir}/man3/ripoffline*.3x*
722 %{_mandir}/man3/savetty*.3x*
723 %{_mandir}/man3/scanw.3x*
724 %{_mandir}/man3/scr_*.3x*
725 %{_mandir}/man3/scrl.3x*
726 %{_mandir}/man3/scroll*.3x*
727 %{_mandir}/man3/set_curterm*.3x*
728 %{_mandir}/man3/set_escdelay*.3x*
729 %{_mandir}/man3/set_tabsize*.3x*
730 %{_mandir}/man3/set_term.3x*
731 %{_mandir}/man3/setcchar.3x*
732 %{_mandir}/man3/setscrreg.3x*
733 %{_mandir}/man3/setsyx.3x*
734 %{_mandir}/man3/setterm.3x*
735 %{_mandir}/man3/setupterm.3x*
736 %{_mandir}/man3/slk_*.3x*
737 %{_mandir}/man3/stand*.3x*
738 %{_mandir}/man3/start_color*.3x*
739 %{_mandir}/man3/stdscr.3x*
740 %{_mandir}/man3/str*.3x*
741 %{_mandir}/man3/subpad.3x*
742 %{_mandir}/man3/subwin.3x*
743 %{_mandir}/man3/syncok.3x*
744 %{_mandir}/man3/term*.3x*
745 %{_mandir}/man3/tget*.3x*
746 %{_mandir}/man3/tgoto.3x*
747 %{_mandir}/man3/tiget*.3x*
748 %{_mandir}/man3/timeout.3x*
749 %{_mandir}/man3/tiparm.3x*
750 %{_mandir}/man3/touchline.3x*
751 %{_mandir}/man3/touchwin.3x*
752 %{_mandir}/man3/tparm.3x*
753 %{_mandir}/man3/tputs*.3x*
754 %{_mandir}/man3/trace.3x*
755 %{_mandir}/man3/ttytype.3x*
756 %{_mandir}/man3/typeahead*.3x*
757 %{_mandir}/man3/unctrl*.3x*
758 %{_mandir}/man3/unget*.3x*
759 %{_mandir}/man3/untouchwin.3x*
760 %{_mandir}/man3/use_*.3x*
761 %{_mandir}/man3/vid*.3x*
762 %{_mandir}/man3/vline*.3x*
763 %{_mandir}/man3/vw*.3x*
764 %{_mandir}/man3/wadd*.3x*
765 %{_mandir}/man3/wattr*.3x*
766 %{_mandir}/man3/wbkgd*.3x*
767 %{_mandir}/man3/wbkgrnd*.3x*
768 %{_mandir}/man3/wborder*.3x*
769 %{_mandir}/man3/wchgat.3x*
770 %{_mandir}/man3/wclear.3x*
771 %{_mandir}/man3/wclrto*.3x*
772 %{_mandir}/man3/wcolor_set.3x*
773 %{_mandir}/man3/wcursyncup.3x*
774 %{_mandir}/man3/wdel*.3x*
775 %{_mandir}/man3/wecho*.3x*
776 %{_mandir}/man3/wenclose.3x*
777 %{_mandir}/man3/werase.3x*
778 %{_mandir}/man3/wget*.3x*
779 %{_mandir}/man3/whline*.3x*
780 %{_mandir}/man3/win*.3x*
781 %{_mandir}/man3/wmouse_trafo.3x*
782 %{_mandir}/man3/wmove.3x*
783 %{_mandir}/man3/wnoutrefresh.3x*
784 %{_mandir}/man3/wprintw.3x*
785 %{_mandir}/man3/wredrawln.3x*
786 %{_mandir}/man3/wrefresh.3x*
787 %{_mandir}/man3/wresize.3x*
788 %{_mandir}/man3/wscanw.3x*
789 %{_mandir}/man3/wscrl.3x*
790 %{_mandir}/man3/wsetscrreg.3x*
791 %{_mandir}/man3/wstand*.3x*
792 %{_mandir}/man3/wsync*.3x*
793 %{_mandir}/man3/wtimeout.3x*
794 %{_mandir}/man3/wtouchln.3x*
795 %{_mandir}/man3/wunctrl*.3x*
796 %{_mandir}/man3/wvline*.3x*
797 %lang(pl) %{_mandir}/pl/man3/ncurses.3x*
798
799 %files static
800 %defattr(644,root,root,755)
801 %{_libdir}/libncurses.a
802 %{_libdir}/libncursesw.a
803
804 %files ext
805 %defattr(644,root,root,755)
806 %attr(755,root,root) %{_libdir}/libform.so.*.*
807 %attr(755,root,root) %ghost %{_libdir}/libform.so.[56]
808 %attr(755,root,root) %{_libdir}/libmenu.so.*.*
809 %attr(755,root,root) %ghost %{_libdir}/libmenu.so.[56]
810 %attr(755,root,root) %{_libdir}/libpanel.so.*.*
811 %attr(755,root,root) %ghost %{_libdir}/libpanel.so.[56]
812 %attr(755,root,root) %{_libdir}/libformw.so.*.*
813 %attr(755,root,root) %ghost %{_libdir}/libformw.so.[56]
814 %attr(755,root,root) %{_libdir}/libmenuw.so.*.*
815 %attr(755,root,root) %ghost %{_libdir}/libmenuw.so.[56]
816 %attr(755,root,root) %{_libdir}/libpanelw.so.*.*
817 %attr(755,root,root) %ghost %{_libdir}/libpanelw.so.[56]
818
819 %files ext-devel
820 %defattr(644,root,root,755)
821 %attr(755,root,root) %{_libdir}/libform.so
822 %attr(755,root,root) %{_libdir}/libmenu.so
823 %attr(755,root,root) %{_libdir}/libpanel.so
824 %attr(755,root,root) %{_libdir}/libformw.so
825 %attr(755,root,root) %{_libdir}/libmenuw.so
826 %attr(755,root,root) %{_libdir}/libpanelw.so
827 %{_includedir}/form.h
828 %{_includedir}/menu.h
829 %{_includedir}/panel.h
830 %{_includedir}/ncurses*/form.h
831 %{_includedir}/ncurses*/menu.h
832 %{_includedir}/ncurses*/panel.h
833 %{_pkgconfigdir}/form.pc
834 %{_pkgconfigdir}/formw.pc
835 %{_pkgconfigdir}/menu.pc
836 %{_pkgconfigdir}/menuw.pc
837 %{_pkgconfigdir}/panel.pc
838 %{_pkgconfigdir}/panelw.pc
839 %{_mandir}/man3/TYPE_ALNUM.3x*
840 %{_mandir}/man3/TYPE_ALPHA.3x*
841 %{_mandir}/man3/TYPE_ENUM.3x*
842 %{_mandir}/man3/TYPE_INTEGER.3x*
843 %{_mandir}/man3/TYPE_IPV4.3x*
844 %{_mandir}/man3/TYPE_NUMERIC.3x*
845 %{_mandir}/man3/TYPE_REGEXP.3x*
846 %{_mandir}/man3/bottom_panel.3x*
847 %{_mandir}/man3/current_field.3x*
848 %{_mandir}/man3/current_item.3x*
849 %{_mandir}/man3/data_ahead.3x*
850 %{_mandir}/man3/data_behind.3x*
851 %{_mandir}/man3/del_panel.3x*
852 %{_mandir}/man3/dup_field.3x*
853 %{_mandir}/man3/dynamic_field_info.3x*
854 %{_mandir}/man3/field_*.3x*
855 %{_mandir}/man3/form*.3x*
856 %{_mandir}/man3/free_*.3x*
857 %{_mandir}/man3/hide_panel.3x*
858 %{_mandir}/man3/item_*.3x*
859 %{_mandir}/man3/link_field*.3x*
860 %{_mandir}/man3/menu*.3x*
861 %{_mandir}/man3/mitem_*.3x*
862 %{_mandir}/man3/move_field.3x*
863 %{_mandir}/man3/move_panel.3x*
864 %{_mandir}/man3/new_field*.3x*
865 %{_mandir}/man3/new_form*.3x*
866 %{_mandir}/man3/new_item.3x*
867 %{_mandir}/man3/new_menu*.3x*
868 %{_mandir}/man3/new_page.3x*
869 %{_mandir}/man3/new_panel.3x*
870 %{_mandir}/man3/panel*.3x*
871 %{_mandir}/man3/pos_form_cursor.3x*
872 %{_mandir}/man3/pos_menu_cursor.3x*
873 %{_mandir}/man3/post_form.3x*
874 %{_mandir}/man3/post_menu.3x*
875 %{_mandir}/man3/replace_panel.3x*
876 %{_mandir}/man3/scale_form.3x*
877 %{_mandir}/man3/scale_menu.3x*
878 %{_mandir}/man3/set_current_field.3x*
879 %{_mandir}/man3/set_current_item.3x*
880 %{_mandir}/man3/set_field*.3x*
881 %{_mandir}/man3/set_form_*.3x*
882 %{_mandir}/man3/set_item_*.3x*
883 %{_mandir}/man3/set_max_field.3x*
884 %{_mandir}/man3/set_menu_*.3x*
885 %{_mandir}/man3/set_new_page.3x*
886 %{_mandir}/man3/set_panel_userptr.3x*
887 %{_mandir}/man3/set_top_row.3x*
888 %{_mandir}/man3/show_panel.3x*
889 %{_mandir}/man3/top_panel.3x*
890 %{_mandir}/man3/top_row.3x*
891 %{_mandir}/man3/unpost_form.3x*
892 %{_mandir}/man3/unpost_menu.3x*
893 %{_mandir}/man3/update_panels*.3x*
894
895 %files ext-static
896 %defattr(644,root,root,755)
897 %{_libdir}/libform.a
898 %{_libdir}/libmenu.a
899 %{_libdir}/libpanel.a
900 %{_libdir}/libformw.a
901 %{_libdir}/libmenuw.a
902 %{_libdir}/libpanelw.a
903
904 %if %{with cxx}
905 %files c++-devel
906 %defattr(644,root,root,755)
907 %doc c++/{demo.cc,README-first,NEWS,PROBLEMS}
908 %{_includedir}/cursesapp.h
909 %{_includedir}/cursesf.h
910 %{_includedir}/cursesm.h
911 %{_includedir}/cursesp.h
912 %{_includedir}/cursesw.h
913 %{_includedir}/etip.h
914 %{_includedir}/cursslk.h
915 %{_includedir}/ncurses/cursesapp.h
916 %{_includedir}/ncurses/cursesf.h
917 %{_includedir}/ncurses/cursesm.h
918 %{_includedir}/ncurses/cursesp.h
919 %{_includedir}/ncurses/cursesw.h
920 %{_includedir}/ncurses/etip.h
921 %{_includedir}/ncurses/cursslk.h
922 %{_includedir}/ncursesw/cursesapp.h
923 %{_includedir}/ncursesw/cursesf.h
924 %{_includedir}/ncursesw/cursesm.h
925 %{_includedir}/ncursesw/cursesp.h
926 %{_includedir}/ncursesw/cursesw.h
927 %{_includedir}/ncursesw/etip.h
928 %{_includedir}/ncursesw/cursslk.h
929 %{_pkgconfigdir}/ncurses++.pc
930 %{_pkgconfigdir}/ncurses++w.pc
931
932 %files c++-static
933 %defattr(644,root,root,755)
934 %{_libdir}/libncurses++.a
935 %{_libdir}/libncurses++w.a
936 %endif
937
938 %if %{with ada}
939 %files ada-devel
940 %defattr(644,root,root,755)
941 %doc Ada95/{README,TODO}
942 %attr(755,root,root) %{_bindir}/adacurses-config
943 %attr(755,root,root) %{_bindir}/adacursesw-config
944 %{_libdir}/gcc/*/*/adainclude/*.ad[bs]
945 %{_libdir}/gcc/*/*/adalib/libAdaCurses.a
946 %{_mandir}/man1/adacurses-config.1*
947 %{_mandir}/man1/adacurses.1*
948 %{_mandir}/man1/adacursesw-config.1*
949 %endif
This page took 0.11539 seconds and 3 git commands to generate.