SPECS: rc.spec - detect tgetent properly

arekm arekm at pld-linux.org
Sat Jun 2 22:52:59 CEST 2007


Author: arekm                        Date: Sat Jun  2 20:52:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- detect tgetent properly

---- Files affected:
SPECS:
   rc.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/rc.spec
diff -u SPECS/rc.spec:1.15 SPECS/rc.spec:1.16
--- SPECS/rc.spec:1.15	Mon Feb 12 23:09:12 2007
+++ SPECS/rc.spec	Sat Jun  2 22:52:53 2007
@@ -3,12 +3,14 @@
 Summary(pl.UTF-8):	rc - powłoka z systemu Plan 9
 Name:		rc
 Version:	1.7.1
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/Shells
 Source0:	http://www.star.le.ac.uk/~tjg/rc/release/%{name}-%{version}.tar.gz
 # Source0-md5:	7253e1c853824cf27edb2166214f0511
+Patch0:		%{name}-tinfo.patch
 URL:		http://www.star.le.ac.uk/~tjg/rc/
+BuildRequires:	autoconf
 BuildRequires:	readline-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,8 +26,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
 	--with-readline
 %{__make}
@@ -52,6 +57,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2007/06/02 20:52:53  arekm
+- detect tgetent properly
+
 Revision 1.15  2007/02/12 22:09:12  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rc.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list