]> git.pld-linux.org Git - packages/ncurses.git/blobdiff - ncurses.spec
- switch to single tarball
[packages/ncurses.git] / ncurses.spec
index ebeb7842b16af08deaf76dd177e5a058b372e8ce..736e18305e447785b005a76de8c505f4487e9144 100644 (file)
@@ -1,70 +1,37 @@
 #
 # Conditional build:
-%bcond_without ada             # do not build Ada95 bindings
-%bcond_without cxx             # do not build C++ ncurses bindings and demo programs
-#                              # (this is neccessary to build ncurses linked with uClibc).
-%bcond_without gpm             # build without (dynamically loadable) libgpm support
+%bcond_without ada             # Ada95 bindings
+%bcond_without cxx             # C++ ncurses bindings and demo programs [disable when using uClibc]
+%bcond_without gpm             # (dynamically loadable) libgpm support
 
-%ifarch sparc64
+%ifarch sparc64 x32
 %undefine with_ada
 %endif
 
-%define        basever 5.9
-%define        patchlevel      20130816
+%define        basever 6.0
+%define        patchlevel      20180121
 Summary:       curses terminal control library
 Summary(de.UTF-8):     curses-Terminal-Control-Library
 Summary(es.UTF-8):     Biblioteca de control de terminal curses
 Summary(fr.UTF-8):     La bibliothéque de contrôle de terminal curses
-Summary(pl.UTF-8):     Biblioteki do kontrolowania terminala
+Summary(pl.UTF-8):     Biblioteki do sterowania terminalem
 Summary(pt_BR.UTF-8):  Biblioteca de controle de terminal curses
 Summary(ru.UTF-8):     ncurses - новая библиотека управления терминалами
 Summary(tr.UTF-8):     Terminal kontrol kitaplığı
 Summary(uk.UTF-8):     ncurses - нова бібліотека керування терміналами
 Name:          ncurses
 Version:       %{basever}.%{patchlevel}
-Release:       3
+Release:       1
 License:       distributable
 Group:         Libraries
-Source0:       ftp://dickey.his.com/ncurses/%{name}-%{basever}.tar.gz
-# Source0-md5: 8cb9c412e5f2d96bc6f459aa8c6282a1
+Source0:       ftp://ftp.invisible-island.net/ncurses/current/%{name}-%{basever}-%{patchlevel}.tgz
+# Source0-md5: 837f06e0d9cfcb83419ea7da5e3052f8
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 3b05ee835dc20c306e9af2a9d3fbf1f1
-# source: ftp://dickey.his.com/ncurses/5.9/
-Patch0:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130504-patch.sh.bz2
-# Patch0-md5:  328966f1daa16c045b16a22d1b0020ec
-Patch1:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130511.patch.gz
-# Patch1-md5:  090c30bb83e286e9cea22ad62c6136ff
-Patch2:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130518.patch.gz
-# Patch2-md5:  3300610567774c441bd4a014db76db11
-Patch3:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130525.patch.gz
-# Patch3-md5:  c35aa6d8d6dc3a0620904045b5a8f6bc
-Patch4:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130608.patch.gz
-# Patch4-md5:  7d05e562085055466e4b25c7098c5242
-Patch5:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130615.patch.gz
-# Patch5-md5:  a9c7114a801a5176c64941da4bee2e4d
-Patch6:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130622.patch.gz
-# Patch6-md5:  ce16d6b9d41749a368fa5ddc237ad93a
-Patch7:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130706.patch.gz
-# Patch7-md5:  906c7aeb4c60fdcb0426d5d86937735f
-Patch8:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130713.patch.gz
-# Patch8-md5:  0e542db5a3b6d832203d350ec273aaef
-Patch9:                ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130720.patch.gz
-# Patch9-md5:  3a6be27672d10ddf29e12483ea83f846
-Patch10:       ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130727.patch.gz
-# Patch10-md5: a6a72d5b6b74ad92ac351df981fed46b
-Patch11:       ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130805.patch.gz
-# Patch11-md5: b26c73ec2465e0bddf0a57d9ce3ffb88
-Patch12:       ftp://dickey.his.com/ncurses/5.9/%{name}-%{basever}-20130816.patch.gz
-# Patch12-md5: a281c29f4f4a468aa06f627f4e81a6ba
-Patch100:      %{name}-screen_hpa_fix.patch
-Patch101:      %{name}-xterm_hpa_fix.patch
-Patch102:      %{name}-meta.patch
-Patch103:      %{name}-xterm-home-end.patch
-Patch104:      %{name}-mouse_trafo-warning.patch
-Patch105:      %{name}-gnome-terminal.patch
+Patch100:      %{name}-xterm-home-end.patch
+Patch101:      %{name}-gnome-terminal.patch
 # disable rain demo; triggers gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14998
-Patch107:      %{name}-no-rain-demo.patch
-Patch108:      %{name}-fix-nonunicode-breakage.patch
+Patch102:      %{name}-no-rain-demo.patch
 URL:           http://dickey.his.com/ncurses/ncurses.html
 BuildRequires: automake
 %if %{with ada}
@@ -78,18 +45,6 @@ BuildRequires:       gcc-ada
 %{?with_cxx:BuildRequires:     libstdc++-devel}
 %{?with_ada:BuildRequires:     m4}
 BuildRequires: pkgconfig
-BuildRequires: sharutils
-# for compatibility with old PLD packages
-%ifarch %{x8664} ppc64 sparc64 s390x
-Provides:      libtinfo.so.5()(64bit)
-Provides:      libtinfow.so.5()(64bit)
-Provides:      libtinfow.so.6()(64bit)
-%else
-Provides:      libtinfo.so.5
-Provides:      libtinfow.so.5
-Provides:      libtinfow.so.6
-%endif
-Obsoletes:     libncurses5
 Conflicts:     terminfo < 5.4-0.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -188,9 +143,9 @@ terminales más usados ya están en el paquete principal ncurses.
 
 %description -n terminfo -l pl.UTF-8
 Pakiet ten zawiera kompletną bazę terminfo. Jeżeli używasz terminali
-linux, console, xterm, vt100 prawdopodobnie nie bedziesz potrzebował
-tego pakietu gdyż definicje tych terminali są włączone w pakiet
-ncurses.
+linux, console, xterm, vt100, vt102 prawdopodobnie nie bedziesz
+potrzebował tego pakietu gdyż definicje tych terminali są włączone w
+pakiet ncurses.
 
 %description -n terminfo -l pt_BR.UTF-8
 Base de dados terminfo para terminais extras. As definições dos
@@ -346,30 +301,10 @@ Ten pakiet zawiera pliki nagłówkowe i biblioteki potrzebne do
 tworzenia aplikacji używających ncurses w języku Ada95.
 
 %prep
-%setup -qc
-mv %{name}-%{basever}/* .
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-
+%setup -q -n %{name}-%{basever}-%{patchlevel}
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-%patch107 -p1
-%patch108 -p1
 
 %build
 unset TERMINFO || :
@@ -378,36 +313,36 @@ gcc_version=%{cc_version}
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO -D_FILE_OFFSET_BITS=64"
 cp -f /usr/share/automake/config.sub .
 
-for t in narrowc wideclowcolor widec; do
+for t in narrowc widec; do
 install -d obj-$t
 cd obj-$t
 ../%configure \
        --with-install-prefix=$RPM_BUILD_ROOT \
-       --with-normal \
-       --with-shared \
+       --with-pkg-config-libdir=%{_pkgconfigdir} \
+       --with-ada-include=%{_libdir}/gcc/$gcc_target/$gcc_version/adainclude/ \
+       --with-ada-objects=%{_libdir}/gcc/$gcc_target/$gcc_version/adalib/ \
        --with%{!?with_ada:out}-ada \
        --with%{!?with_cxx:out}-cxx \
        --with%{!?with_cxx:out}-cxx-binding \
        --with%{!?debug:out}-debug \
        --with%{!?with_gpm:out}-gpm \
-       --without-profile \
        --with-largefile \
+       --with-manpage-aliases \
+       --with-manpage-format=normal \
+       --without-manpage-symlinks \
+       --with-normal \
        --with-ospeed=unsigned \
+       --without-profile \
+       --with-shared \
+       --with-chtype='long' \
+       --with-mmask-t='long' \
        --disable-lp64 \
+       --enable-colorfgbg \
        --enable-hard-tabs \
-       --enable-xmc-glitch \
        --enable-pc-files \
-       --with-pkg-config-libdir=%{_pkgconfigdir} \
-       --enable-colorfgbg \
-       --with-chtype='long' \
-       --with-mmask-t='long' \
-       --with-manpage-aliases \
-       --with-manpage-format=normal \
-       --with-ada-include=%{_libdir}/gcc/$gcc_target/$gcc_version/adainclude/ \
-       --with-ada-objects=%{_libdir}/gcc/$gcc_target/$gcc_version/adalib/ \
-       `[ "$t" = "wideclowcolor" ] && echo --enable-widec --disable-ext-colors` \
-       `[ "$t" = "widec" ] && echo --enable-widec --enable-ext-colors` \
-       --without-manpage-symlinks
+       --enable-xmc-glitch \
+       `[ "$t" = "narrowc" ] && echo --includedir=%{_includedir}/ncursesn` \
+       `[ "$t" = "widec" ] && echo --enable-widec --enable-ext-colors --enable-ext-mouse --includedir=%{_includedir}/ncursesw` \
 
 %{__make} -j1
 
@@ -423,37 +358,44 @@ for t in narrowc widec; do
        INSTALL_PREFIX=$RPM_BUILD_ROOT
 done
 
-mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses{,w}
-for l in $RPM_BUILD_ROOT%{_includedir}/*.h; do
-       ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncurses
-       ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncursesw
+# make ncursesw headers available also as default and ncurses/*.h headers
+mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses
+for l in $RPM_BUILD_ROOT%{_includedir}/ncursesw/*.h; do
+       bl=$(basename $l)
+       ln -s ../ncursesw/$bl $RPM_BUILD_ROOT%{_includedir}/ncurses/$bl
+       ln -s ncursesw/$bl $RPM_BUILD_ROOT%{_includedir}/$bl
 done
+%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/ncursesn
 
 ln -sf ../l/linux $RPM_BUILD_ROOT%{_datadir}/terminfo/c/console
 
+# used by /{bin,sbin} programs
 mv -f $RPM_BUILD_ROOT%{_libdir}/libncursesw.so.6* $RPM_BUILD_ROOT/%{_lib}
-
-ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfo.so
-ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfow.so
+# adjust symlinks for libncursesw.so.6 in /%{_lib}
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libncursesw.so
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libcursesw.so
-mv -f $RPM_BUILD_ROOT%{_libdir}/libncurses.so.* $RPM_BUILD_ROOT/%{_lib}
+ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfow.so
+
+# force ncursesw also for legacy -lncurses/-lcurses/-ltinfo linking
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libcurses.so
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libncurses.so
+ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libtinfo.so
+# force wide ext libraries
+ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libformw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libform.so
+ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libmenuw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libmenu.so
+ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libpanelw.so.6.*) $RPM_BUILD_ROOT%{_libdir}/libpanel.so
 
+# similarly for static linking
 ln -sf libncursesw.a $RPM_BUILD_ROOT%{_libdir}/libcursesw.a
-
-# binary compatibility for packages using libncursesw.so.5 (without ext-colors)
-cp -a obj-wideclowcolor/lib/libncursesw.so.5* $RPM_BUILD_ROOT%{_libdir}
-# binary compatibility for packages usign libtinfo.so.5/libtinfow.so.5/libtinfow.so.6
-ln -sf $(basename $RPM_BUILD_ROOT/%{_lib}/libncurses.so.5.*) $RPM_BUILD_ROOT/%{_lib}/libtinfo.so.5
-ln -sf $(basename $RPM_BUILD_ROOT/%{_lib}/libncursesw.so.6.*) $RPM_BUILD_ROOT/%{_lib}/libtinfow.so.6
-ln -sf $(basename $RPM_BUILD_ROOT%{_libdir}/libncursesw.so.5.*) $RPM_BUILD_ROOT%{_libdir}/libtinfow.so.5
+ln -sf libncursesw.a $RPM_BUILD_ROOT%{_libdir}/libncurses.a
+ln -sf libncursesw.a $RPM_BUILD_ROOT%{_libdir}/libcurses.a
+ln -sf libformw.a $RPM_BUILD_ROOT%{_libdir}/libform.a
+ln -sf libmenuw.a $RPM_BUILD_ROOT%{_libdir}/libmenu.a
+ln -sf libpanelw.a $RPM_BUILD_ROOT%{_libdir}/libpanel.a
+ln -sf libncurses++w.a $RPM_BUILD_ROOT%{_libdir}/libncurses++.a
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libcurses.a
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libcursesw.a
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.ncurses-non-english-man-pages
 
 %clean
@@ -465,13 +407,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  ext -p /sbin/ldconfig
 %postun        ext -p /sbin/ldconfig
 
-%triggerpostun -- %{name} < 5.9-3
-# rpm seems to remove them as those was %ghosts in ncurses < 5.9-3
-# despite existing now as normal files/symlinks
-ln -sf /%{_lib}/libncurses.so.5.* /%{_lib}/libtinfo.so.5
-ln -sf /%{_lib}/libncursesw.so.6.* /%{_lib}/libtinfow.so.6
-ln -sf %{_libdir}/libncursesw.so.5.* %{_libdir}/libtinfow.so.5
-exit 0
+%triggerpostun -- %{name} < 6.0.20151128-2
+/sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -486,15 +423,10 @@ exit 0
 %attr(755,root,root) %{_bindir}/toe
 %attr(755,root,root) %{_bindir}/tput
 %attr(755,root,root) %{_bindir}/tset
-%attr(755,root,root) /%{_lib}/libncurses.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libncurses.so.5
+%attr(755,root,root) %{_libdir}/libncurses.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libncurses.so.6
 %attr(755,root,root) /%{_lib}/libncursesw.so.*.*
 %attr(755,root,root) %ghost /%{_lib}/libncursesw.so.6
-%attr(755,root,root) %{_libdir}/libncursesw.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libncursesw.so.5
-%attr(755,root,root) /%{_lib}/libtinfo.so.5
-%attr(755,root,root) /%{_lib}/libtinfow.so.6
-%attr(755,root,root) %{_libdir}/libtinfow.so.5
 
 %{_datadir}/tabset
 
@@ -512,6 +444,7 @@ exit 0
 %{_datadir}/terminfo/r/rxvt*
 %{_datadir}/terminfo/s/screen*
 %{_datadir}/terminfo/v/vt100
+%{_datadir}/terminfo/v/vt102
 %{_datadir}/terminfo/v/vt220
 %{_datadir}/terminfo/v/vt220-8
 %{_datadir}/terminfo/v/vt52
@@ -527,8 +460,10 @@ exit 0
 %{_mandir}/man1/toe.1m*
 %{_mandir}/man1/tput.1*
 %{_mandir}/man1/tset.1*
+%{_mandir}/man5/scr_dump.5*
 %{_mandir}/man5/term.5*
 %{_mandir}/man5/terminfo.5*
+%{_mandir}/man5/user_caps.5*
 %{_mandir}/man7/term.7*
 %lang(fi) %{_mandir}/fi/man1/*
 %lang(fr) %{_mandir}/fr/man1/*
@@ -551,6 +486,7 @@ exit 0
 %exclude %{_datadir}/terminfo/r/rxvt*
 %exclude %{_datadir}/terminfo/s/screen*
 %exclude %{_datadir}/terminfo/v/vt100
+%exclude %{_datadir}/terminfo/v/vt102
 %exclude %{_datadir}/terminfo/v/vt220
 %exclude %{_datadir}/terminfo/v/vt220-8
 %exclude %{_datadir}/terminfo/v/vt52
@@ -559,7 +495,7 @@ exit 0
 %files devel
 %defattr(644,root,root,755)
 %doc doc/html/ncurses-intro.html
-%attr(755,root,root) %{_bindir}/ncurses5-config
+%attr(755,root,root) %{_bindir}/ncurses6-config
 %attr(755,root,root) %{_bindir}/ncursesw6-config
 %attr(755,root,root) %{_libdir}/libcurses.so
 %attr(755,root,root) %{_libdir}/libncurses.so
@@ -601,7 +537,7 @@ exit 0
 %{_includedir}/ncursesw/unctrl.h
 %{_pkgconfigdir}/ncurses.pc
 %{_pkgconfigdir}/ncursesw.pc
-%{_mandir}/man1/ncurses5-config.1*
+%{_mandir}/man1/ncurses6-config.1*
 %{_mandir}/man1/ncursesw6-config.1*
 %{_mandir}/man3/BC.3x*
 %{_mandir}/man3/COLORS.3x*
@@ -618,6 +554,8 @@ exit 0
 %{_mandir}/man3/_nc_*.3x*
 %{_mandir}/man3/_trace*.3x*
 %{_mandir}/man3/acs_map.3x*
+%{_mandir}/man3/alloc_pair.3x*
+%{_mandir}/man3/alloc_pair_sp.3*x
 %{_mandir}/man3/add*.3x*
 %{_mandir}/man3/assume_default_colors*.3x*
 %{_mandir}/man3/attr*.3x*
@@ -656,6 +594,8 @@ exit 0
 %{_mandir}/man3/endwin*.3x*
 %{_mandir}/man3/erase*.3x*
 %{_mandir}/man3/filter*.3x*
+%{_mandir}/man3/find_pair.3x*
+%{_mandir}/man3/find_pair_sp.3x*
 %{_mandir}/man3/flash*.3x*
 %{_mandir}/man3/flushinp*.3x*
 %{_mandir}/man3/get*.3x*
@@ -683,6 +623,7 @@ exit 0
 %{_mandir}/man3/leaveok.3x*
 %{_mandir}/man3/legacy_coding.3x*
 %{_mandir}/man3/longname.3x*
+%{_mandir}/man3/longname_sp.3x*
 %{_mandir}/man3/mcprint*.3x*
 %{_mandir}/man3/meta.3x*
 %{_mandir}/man3/mouse*.3x*
@@ -796,23 +737,25 @@ exit 0
 
 %files static
 %defattr(644,root,root,755)
+%{_libdir}/libcurses.a
 %{_libdir}/libncurses.a
+%{_libdir}/libcursesw.a
 %{_libdir}/libncursesw.a
 
 %files ext
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libform.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libform.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libform.so.6
 %attr(755,root,root) %{_libdir}/libmenu.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmenu.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libmenu.so.6
 %attr(755,root,root) %{_libdir}/libpanel.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpanel.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libpanel.so.6
 %attr(755,root,root) %{_libdir}/libformw.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libformw.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libformw.so.6
 %attr(755,root,root) %{_libdir}/libmenuw.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmenuw.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libmenuw.so.6
 %attr(755,root,root) %{_libdir}/libpanelw.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpanelw.so.[56]
+%attr(755,root,root) %ghost %{_libdir}/libpanelw.so.6
 
 %files ext-devel
 %defattr(644,root,root,755)
@@ -825,22 +768,18 @@ exit 0
 %{_includedir}/form.h
 %{_includedir}/menu.h
 %{_includedir}/panel.h
-%{_includedir}/ncurses*/form.h
-%{_includedir}/ncurses*/menu.h
-%{_includedir}/ncurses*/panel.h
+%{_includedir}/ncurses/form.h
+%{_includedir}/ncurses/menu.h
+%{_includedir}/ncurses/panel.h
+%{_includedir}/ncursesw/form.h
+%{_includedir}/ncursesw/menu.h
+%{_includedir}/ncursesw/panel.h
 %{_pkgconfigdir}/form.pc
 %{_pkgconfigdir}/formw.pc
 %{_pkgconfigdir}/menu.pc
 %{_pkgconfigdir}/menuw.pc
 %{_pkgconfigdir}/panel.pc
 %{_pkgconfigdir}/panelw.pc
-%{_mandir}/man3/TYPE_ALNUM.3x*
-%{_mandir}/man3/TYPE_ALPHA.3x*
-%{_mandir}/man3/TYPE_ENUM.3x*
-%{_mandir}/man3/TYPE_INTEGER.3x*
-%{_mandir}/man3/TYPE_IPV4.3x*
-%{_mandir}/man3/TYPE_NUMERIC.3x*
-%{_mandir}/man3/TYPE_REGEXP.3x*
 %{_mandir}/man3/bottom_panel.3x*
 %{_mandir}/man3/current_field.3x*
 %{_mandir}/man3/current_item.3x*
@@ -849,10 +788,20 @@ exit 0
 %{_mandir}/man3/del_panel.3x*
 %{_mandir}/man3/dup_field.3x*
 %{_mandir}/man3/dynamic_field_info.3x*
+%{_mandir}/man3/extended_color_content.3x*
+%{_mandir}/man3/extended_color_content_sp.3x*
+%{_mandir}/man3/extended_pair_content.3x*
+%{_mandir}/man3/extended_pair_content_sp.3x*
+%{_mandir}/man3/extended_slk_color.3x*
+%{_mandir}/man3/extended_slk_color_sp.3x*
 %{_mandir}/man3/field_*.3x*
 %{_mandir}/man3/form*.3x*
 %{_mandir}/man3/free_*.3x*
 %{_mandir}/man3/hide_panel.3x*
+%{_mandir}/man3/init_extended_color.3x*
+%{_mandir}/man3/init_extended_color_sp.3x*
+%{_mandir}/man3/init_extended_pair.3x*
+%{_mandir}/man3/init_extended_pair_sp.3x*
 %{_mandir}/man3/item_*.3x*
 %{_mandir}/man3/link_field*.3x*
 %{_mandir}/man3/menu*.3x*
@@ -864,6 +813,7 @@ exit 0
 %{_mandir}/man3/new_item.3x*
 %{_mandir}/man3/new_menu*.3x*
 %{_mandir}/man3/new_page.3x*
+%{_mandir}/man3/new_pair.3x*
 %{_mandir}/man3/new_panel.3x*
 %{_mandir}/man3/panel*.3x*
 %{_mandir}/man3/pos_form_cursor.3x*
@@ -886,6 +836,14 @@ exit 0
 %{_mandir}/man3/show_panel.3x*
 %{_mandir}/man3/top_panel.3x*
 %{_mandir}/man3/top_row.3x*
+%{_mandir}/man3/TYPE_ALNUM.3x*
+%{_mandir}/man3/TYPE_ALPHA.3x*
+%{_mandir}/man3/TYPE_ENUM.3x*
+%{_mandir}/man3/TYPE_INTEGER.3x*
+%{_mandir}/man3/TYPE_IPV4.3x*
+%{_mandir}/man3/TYPE_NUMERIC.3x*
+%{_mandir}/man3/TYPE_REGEXP.3x*
+%{_mandir}/man3/unfocus_current_field.3x*
 %{_mandir}/man3/unpost_form.3x*
 %{_mandir}/man3/unpost_menu.3x*
 %{_mandir}/man3/update_panels*.3x*
@@ -937,11 +895,12 @@ exit 0
 %files ada-devel
 %defattr(644,root,root,755)
 %doc Ada95/{README,TODO}
-%attr(755,root,root) %{_bindir}/adacurses-config
-%attr(755,root,root) %{_bindir}/adacursesw-config
+%attr(755,root,root) %{_bindir}/adacurses6-config
+%attr(755,root,root) %{_bindir}/adacursesw6-config
 %{_libdir}/gcc/*/*/adainclude/*.ad[bs]
 %{_libdir}/gcc/*/*/adalib/libAdaCurses.a
-%{_mandir}/man1/adacurses-config.1*
-%{_mandir}/man1/adacurses.1*
-%{_mandir}/man1/adacursesw-config.1*
+%{_mandir}/man1/adacurses6.1*
+%{_mandir}/man1/adacurses6-config.1*
+%{_mandir}/man1/adacursesw6.1*
+%{_mandir}/man1/adacursesw6-config.1*
 %endif
This page took 0.081508 seconds and 4 git commands to generate.