]> git.pld-linux.org Git - packages/psmisc.git/commitdiff
- added tinfo patch (part of old make patch which wasn't obsolete)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jul 2003 23:04:17 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    psmisc-tinfo.patch -> 1.1
    psmisc.spec -> 1.62

psmisc-tinfo.patch [new file with mode: 0644]
psmisc.spec

diff --git a/psmisc-tinfo.patch b/psmisc-tinfo.patch
new file mode 100644 (file)
index 0000000..d04fb5f
--- /dev/null
@@ -0,0 +1,14 @@
+--- psmisc-21.3/configure.in.orig      2003-07-11 08:00:55.000000000 +0200
++++ psmisc-21.3/configure.in   2003-07-11 08:10:30.000000000 +0200
+@@ -19,9 +19,10 @@
+ AC_SUBST(FLASK_LIB)
+ dnl Checks for libraries.
++AC_CHECK_LIB(tinfo, tgetent, TERMCAP_LIB=-ltinfo,
+ AC_CHECK_LIB(ncurses, tgetent, TERMCAP_LIB=-lncurses,
+   AC_CHECK_LIB(termcap, tgetent, TERMCAP_LIB=-ltermcap, 
+-    AC_MSG_ERROR(Cannot find ncurses or termcap libraries) ) )
++    AC_MSG_ERROR(Cannot find ncurses or termcap libraries) ) ) )
+ AC_SUBST(TERMCAP_LIB)
+ dnl Checks for header files.
index b0477a133d37a9c4fe303d22632e8863ece78b60..470207276f0c47c00eed77d038002feea7b39d8b 100644 (file)
@@ -1,6 +1,7 @@
-
+#
+# Conditional build:
 # _with_selinux - selinux support
-
+#
 Summary:       Utilities for managing processes on your system
 Summary(de):   Utilities zum Verwalten der Prozesse auf Ihrem System
 Summary(es):   Más herramientas de tipo ps para el sistema de archivos /proc
@@ -21,7 +22,8 @@ Source0:      http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 9add7665e440bbd6b0b4f9293ba8b86d
 Patch0:                %{name}-pl.po.patch
-Patch1:                %{name}-selinux.patch
+Patch1:                %{name}-tinfo.patch
+Patch2:                %{name}-selinux.patch
 URL:           http://psmisc.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -86,9 +88,10 @@ g
 ×¦ÄËÒÉ× ÆÁÊÌ.
 
 %prep
-%setup  -q
-%patch0 -p1
-%{?_with_selinux:%patch1 -p1}
+%setup -q
+%patch0 -p1 
+%patch1 -p1
+%{?_with_selinux:%patch2 -p1}
 
 %build
 rm -f missing
This page took 0.028366 seconds and 4 git commands to generate.