Browse Source

editline and libedit file conflict each other

master
Christoph Schug 18 years ago committed by Ralf S. Engelschall
parent
commit
fb53f0d979
  1. 3
      editline/editline.spec
  2. 1
      libedit/libedit.spec

3
editline/editline.spec

@ -33,7 +33,7 @@ Class: PLUS
Group: Terminal
License: BSD
Version: 1.12
Release: 20061013
Release: 20071005
# list of sources
Source0: http://http.us.debian.org/debian/pool/main/e/editline/editline_%{version}.orig.tar.gz
@ -46,6 +46,7 @@ BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
Conflicts: libedit
%description
Editline is a C library for convenient command line editing.

1
libedit/libedit.spec

@ -50,6 +50,7 @@ BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
Conflicts: editline
%description
Libedit is terminal library for convenient command line editing.

Loading…
Cancel
Save