Author: aredridel Date: Mon Jul 18 03:21:11 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add readline
---- Files affected: SPECS: rc.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/rc.spec diff -u SPECS/rc.spec:1.12 SPECS/rc.spec:1.13 --- SPECS/rc.spec:1.12 Thu Aug 19 13:25:08 2004 +++ SPECS/rc.spec Mon Jul 18 05:21:06 2005 @@ -9,6 +9,7 @@ Source0: http://www.star.le.ac.uk/~tjg/rc/release/%{name}-%{version}.tar.gz # Source0-md5: 7253e1c853824cf27edb2166214f0511 URL: http://www.star.le.ac.uk/~tjg/rc/ +BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,7 +26,8 @@ %setup -q %build -%configure +%configure \ + --with-readline %{__make} %install @@ -50,6 +52,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/07/18 03:21:06 aredridel +- add readline + Revision 1.12 2004/08/19 11:25:08 undefine - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rc.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
