Browse Source

remove antique option presenting in description

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
7d1202a206
  1. 5
      sqlite/sqlite.spec

5
sqlite/sqlite.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: PD
Version: 2.8.4
Release: 20030707
Release: 20030709
# package options
%option with_utf8 no
@ -65,9 +65,6 @@ AutoReqProv: no
a client library used to connect to a big database server. SQLite is
the server. The SQLite library reads and writes directly to and from
the database files on disk.
--define "with_utf8 %{with_utf8}"
--define "with_assert %{with_assert}"
--define "with_readline %{with_readline}"
%prep
%setup -q -n sqlite

Loading…
Cancel
Save