]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- added no_symlinks for use roff .so links between man pages files instead ncurses-5_1-3
authorkloczek <kloczek@pld-linux.org>
Thu, 12 Oct 2000 00:22:14 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  symlinks (added --with-manpage-format=normal to autoconf parameters),
- fixed duplicate entries in %files.

Changed files:
    ncurses.spec -> 1.60

ncurses.spec

index a880c102fbcd6c9eeda9953f595c33c8d869733f..bab4846c7490a8396f4014963bd3deafaa993ab6 100644 (file)
@@ -21,6 +21,7 @@ Patch2:               %{name}-setuid.patch
 Patch3:                %{name}-arm.patch
 Patch4:                %{name}-libyx-lat.patch
 Patch5:                %{name}-xtermchanges.patch
+Patch6:                %{name}-no_symlinks.patch
 BuildRequires: sharutils, patch, bash, mawk, sed, gzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -174,6 +175,7 @@ Pakiet ten zawiera biblioteki statyczne C++ ncurses.
 %patch3 -p1 -b .wiget
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DPURE_TERMINFO"
@@ -185,7 +187,8 @@ CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DPURE_TERMINFO"
        --without-profile \
        --without-debug \
        --with-termlib \
-       --enable-safe-sprintf
+       --enable-safe-sprintf \
+       --with-manpage-format=normal
 
 %{__make}
 
@@ -250,8 +253,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n terminfo
 %defattr(644,root,root,755)
-%{_datadir}/terminfo/[1-9NPXa-km-uwz]
-%{_datadir}/terminfo/l/l[ainpu]*
+%{_datadir}/terminfo/[1-9NPXa-km-rt-uwz]
+%{_datadir}/terminfo/l/l[anpu]*
 %{_datadir}/terminfo/l/lisa
 %{_datadir}/terminfo/l/lisaterm
 %{_datadir}/terminfo/l/lisaterm-w
This page took 0.099673 seconds and 4 git commands to generate.