Browse Source

add libraries to PreReq

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
f41d1b6465
  1. 6
      arpd/arpd.spec
  2. 6
      blender/blender.spec
  3. 6
      bogofilter/bogofilter.spec
  4. 6
      clamav/clamav.spec
  5. 7
      cups/cups.spec
  6. 6
      dbtool/dbtool.spec
  7. 6
      honeyd/honeyd.spec
  8. 6
      jabberd/jabberd.spec
  9. 6
      jikes/jikes.spec
  10. 6
      joe/joe.spec
  11. 11
      lyx/lyx.spec
  12. 8
      mc/mc.spec
  13. 6
      mcrypt/mcrypt.spec
  14. 6
      mgv/mgv.spec
  15. 3
      mico/mico.spec
  16. 3
      monit/monit.spec
  17. 8
      nagios/nagios.spec
  18. 8
      perl-comp/perl-comp.spec
  19. 8
      perl-term/perl-term.spec
  20. 11
      perl-xml/perl-xml.spec
  21. 23
      php/php.spec
  22. 6
      pnetlib/pnetlib.spec
  23. 10
      sendmail/sendmail.spec
  24. 6
      siege/siege.spec
  25. 3
      sqlite/sqlite.spec
  26. 6
      xine-ui/xine-ui.spec
  27. 6
      xmlstarlet/xmlstarlet.spec

6
arpd/arpd.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GNU
Version: 0.2
Release: 20030702
Release: 20030707
# package options
%option with_fsl yes
@ -51,8 +51,10 @@ Patch0: arpd.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030415, gcc, libdnet, libpcap, libevent
BuildPreReq: OpenPKG, openpkg >= 20030415, gcc
PreReq: OpenPKG, openpkg >= 20030415
BuildPreReq: libdnet, libpcap, libevent
PreReq: libdnet, libpcap, libevent
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl

6
blender/blender.spec

@ -36,7 +36,7 @@ Distribution: OpenPKG [JUNK]
Group: Graphics
License: GPL
Version: 2.27
Release: 20030701
Release: 20030707
# list of sources
Source0: http://download.blender.org/source/blender-%{version}.tar.bz2
@ -44,8 +44,10 @@ Source0: http://download.blender.org/source/blender-%{version}.tar.bz2
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, python, openssl, zlib, png, jpeg, freetype
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, python
PreReq: OpenPKG, openpkg >= 20030103, X11, python
BuildPreReq: openssl, zlib, png, jpeg, freetype
PreReq: openssl, zlib, png, jpeg, freetype
AutoReq: no
AutoReqProv: no

6
bogofilter/bogofilter.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Text
License: GPL
Version: 0.13.7.2
Release: 20030704
Release: 20030707
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: http://osdn.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-%
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, flex, db
BuildPreReq: OpenPKG, openpkg >= 20030103, flex
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: db
PreReq: db
AutoReq: no
AutoReqProv: no

6
clamav/clamav.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Filesystem
License: GPL
Version: 0.60
Release: 20030704
Release: 20030707
# list of sources
Source0: http://www.clamav.org/stable/clamav-%{version}.tar.gz
@ -43,8 +43,10 @@ Patch0: clamav.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, zlib, bzip2
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, bzip2
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: zlib
PreReq: zlib
AutoReq: no
AutoReqProv: no

7
cups/cups.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Print
License: GPL/LGPL with exceptions
Version: 1.1.19
Release: 20030609
Release: 20030707
# package options
%option with_openssl no
@ -47,10 +47,13 @@ Patch0: cups.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, zlib, jpeg, png, tiff
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: zlib, jpeg, png, tiff
PreReq: zlib, jpeg, png, tiff
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
%endif
AutoReq: no
AutoReqProv: no

6
dbtool/dbtool.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Database
License: GPL
Version: 1.6
Release: 20030323
Release: 20030707
# list of sources
Source0: ftp://ftp.daemon.de/scip/Apps/dbtool/dbtool-%{version}.tar.gz
@ -42,8 +42,10 @@ Patch0: dbtool.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, pcre, gdbm
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: pcre, gdbm
PreReq: pcre, gdbm
AutoReq: no
AutoReqProv: no

6
honeyd/honeyd.spec

@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
Group: Language
License: BSD License
Version: 0.6
Release: 20030628
Release: 20030707
# package options
%option with_fsl yes
@ -51,8 +51,10 @@ Patch0: honeyd.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030415, libdnet, libpcap, libevent
BuildPreReq: OpenPKG, openpkg >= 20030415
PreReq: OpenPKG, openpkg >= 20030415
BuildPreReq: libdnet, libpcap, libevent
PreReq: libdnet, libpcap, libevent
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl

6
jabberd/jabberd.spec

@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
Group: Network
License: JOSL/GPL
Version: 1.4.2
Release: 20030701
Release: 20030707
# list of sources
Source0: http://jabberd.jabberstudio.org/downloads/jabber-%{version}.tar.gz
@ -44,8 +44,10 @@ Source1: rc.jabberd
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, pth, openssl
BuildPreReq: OpenPKG, openpkg >= 20030103
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: pth, openssl
PreReq: pth, openssl
AutoReq: no
AutoReqProv: no

6
jikes/jikes.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Language
License: IBMPL
Version: 1.18
Release: 20030706
Release: 20030707
# list of sources
Source0: http://oss.software.ibm.com/pub/jikes/%{version}/jikes-%{version}.tar.bz2
@ -42,8 +42,10 @@ Patch0: jikes.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, libiconv
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: libiconv
PreReq: libiconv
AutoReq: no
AutoReqProv: no

6
joe/joe.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Editor
License: GPL
Version: 2.9.8
Release: 20030704
Release: 20030707
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/joe-editor/joe-%{version}.tar.gz
@ -42,8 +42,10 @@ Patch0: joe.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, make, ncurses, gcc
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: ncurses
PreReq: ncurses
AutoReq: no
AutoReqProv: no

11
lyx/lyx.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Print
License: GPL
Version: %{V_lyx}
Release: 20030510
Release: 20030707
# package options
%option with_xforms no
@ -51,14 +51,17 @@ Patch1: xforms.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, perl
BuildPreReq: X11, tetex, gettext, libiconv
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, tetex, make, gcc, perl
PreReq: OpenPKG, openpkg >= 20030103, X11, tetex, tetex::with_x11 = yes
BuildPreReq: gettext, libiconv
PreReq: gettext, libiconv
%if "%{with_xforms}" == "yes"
BuildPreReq: jpeg, tiff, xpm
PreReq: jpeg, tiff, xpm
%else
BuildPreReq: qt
PreReq: qt
%endif
PreReq: OpenPKG, openpkg >= 20030103, X11, tetex, tetex::with_x11 = yes
PreReq: gv, ghostscript, ghostscript::with_x11 = yes
AutoReq: no
AutoReqProv: no

8
mc/mc.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Terminal
License: GPL
Version: 4.6.0
Release: 20030704
Release: 20030707
# list of sources
Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{versi
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, ncurses, glib, make
PreReq: OpenPKG, openpkg >= 20020206, ncurses
BuildPreReq: OpenPKG, openpkg >= 20020206, make
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: ncurses, glib
PreReq: ncurses, glib
AutoReq: no
AutoReqProv: no

6
mcrypt/mcrypt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Cryptography
License: GPL
Version: 2.6.4
Release: 20030222
Release: 20030707
# list of sources
Source0: ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/mcrypt-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/mcrypt-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, libmcrypt, mhash
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: libmcrypt, mhash
PreReq: libmcrypt, mhash
AutoReq: no
AutoReqProv: no

6
mgv/mgv.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Graphics
License: GNU
Version: 3.1.5
Release: 20030424
Release: 20030707
# list of sources
Source0: http://www.trends.net/~mu/mgv-%{version}.tar.gz
@ -43,8 +43,10 @@ Patch0: mgv.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030211, X11, MOTIF, make
BuildPreReq: OpenPKG, openpkg >= 20030211, X11, make
PreReq: OpenPKG, openpkg >= 20030211, X11, ghostscript
BuildPreReq: MOTIF
PreReq: MOTIF
AutoReq: no
AutoReqProv: no

3
mico/mico.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: System
License: LGPL/GPL
Version: 2.3.10
Release: 20030702
Release: 20030707
# package options
%option with_ssl no
@ -51,6 +51,7 @@ BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
%endif
%if "%{with_qt}" == "yes"
BuildPreReq: qt

3
monit/monit.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: System
License: GPL
Version: 3.2
Release: 20030701
Release: 20030707
# package options
%option with_fsl yes
@ -57,6 +57,7 @@ PreReq: fsl
%endif
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
%endif
AutoReq: no
AutoReqProv: no

8
nagios/nagios.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GNU
Version: 1.1
Release: 20030702
Release: 20030707
# package options
%option with_fsl yes
@ -47,8 +47,10 @@ Patch0: nagios.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030415, gcc, gd, jpeg, png, zlib, traceroute
PreReq: OpenPKG, openpkg >= 20030415, apache, traceroute
BuildPreReq: OpenPKG, openpkg >= 20030415, traceroute, gcc
PreReq: OpenPKG, openpkg >= 20030415, traceroute, apache
BuildPreReq: gd, jpeg, png, zlib
PreReq: gd, jpeg, png, zlib
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl

8
perl-comp/perl-comp.spec

@ -38,8 +38,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
Version: 20030622
Release: 20030622
Version: 20030707
Release: 20030707
# list of sources
Source0: http://www.cpan.org/modules/by-module/Compress/Compress-Zlib-%{V_compress_zlib}.tar.gz
@ -50,8 +50,10 @@ Source3: http://www.cpan.org/modules/by-module/IO/IO-Zlib-%{V_io_zlib}.tar.
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg, bzip2, zlib, lzo
BuildPreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg
PreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg
BuildPreReq: bzip2, zlib, lzo
PreReq: bzip2, zlib, lzo
AutoReq: no
AutoReqProv: no

8
perl-term/perl-term.spec

@ -44,8 +44,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
Version: 20030411
Release: 20030411
Version: 20030707
Release: 20030707
# list of sources
Source0: http://www.cpan.org/modules/by-module/Term/TermReadKey-%{V_term_readkey}.tar.gz
@ -62,8 +62,10 @@ Source9: http://www.cpan.org/modules/by-module/Term/Term-ReadLine-Gnu-%{V_t
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg, readline
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg
PreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg
BuildPreReq: readline
PreReq: readline
AutoReq: no
AutoReqProv: no

11
perl-xml/perl-xml.spec

@ -62,8 +62,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
Version: 20030705
Release: 20030705
Version: 20030707
Release: 20030707
# package options
%option with_libxml no
@ -113,16 +113,21 @@ Source27: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg, expat
BuildPreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg
PreReq: OpenPKG, openpkg >= 20030103, perl, perl-openpkg
BuildPreReq: expat
PreReq: expat
%if "%{with_libxml}" == "yes"
BuildPreReq: libxml, perl-parse
PreReq: libxml, perl-parse
%endif
%if "%{with_libxslt}" == "yes"
BuildPreReq: libxslt
PreReq: libxslt
%endif
%if "%{with_libgdome}" == "yes"
BuildPreReq: libgdome
PreReq: libgdome
%endif
AutoReq: no
AutoReqProv: no

23
php/php.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Language
License: PHP
Version: 4.3.2
Release: 20030704
Release: 20030707
# package options (analog to apache.spec)
%option with_calendar no
@ -88,65 +88,86 @@ BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, sed, flex, bison
PreReq: OpenPKG, openpkg >= 20020206
%if "%{with_mysql}" == "yes"
BuildPreReq: mysql
PreReq: mysql
%endif
%if "%{with_gd}" == "yes"
BuildPreReq: gd, jpeg, png
PreReq: gd, jpeg, png
%endif
%if "%{with_db}" == "yes"
BuildPreReq: db
PreReq: db
%endif
%if "%{with_pdflib}" == "yes"
BuildPreReq: pdflib, jpeg, png
PreReq: pdflib, jpeg, png
%endif
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
PreReq: zlib
%endif
%if "%{with_bzip2}" == "yes"
BuildPreReq: bzip2
PreReq: bzip2
%endif
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
%endif
%if "%{with_openldap}" == "yes"
BuildPreReq: openldap
PreReq: openldap
%if "%{with_openldapsasl}" == "yes"
BuildPreReq: openldap::with_sasl = yes
PreReq: openldap::with_sasl = yes
%else
BuildPreReq: openldap::with_sasl = no
PreReq: openldap::with_sasl = no
%endif
%endif
%if "%{with_mm}" == "yes"
BuildPreReq: mm
PreReq: mm
%endif
%if "%{with_pcre}" == "yes"
BuildPreReq: pcre
PreReq: pcre
%endif
%if "%{with_java}" == "yes"
BuildPreReq: j2se
PreReq: j2se
%endif
%if "%{with_freetype}" == "yes"
BuildPreReq: freetype
PreReq: freetype
%endif
%if "%{with_gettext}" == "yes"
BuildPreReq: gettext, libiconv
PreReq: gettext, libiconv
%endif
%if "%{with_imap}" == "yes"
BuildPreReq: imap, openssl
PreReq: imap, openssl
%endif
%if "%{with_xml}" == "yes"
BuildPreReq: expat
PreReq: expat
%endif
%if "%{with_dom}" == "yes"
BuildPreReq: libxml, libxslt
PreReq: libxml, libxslt
%endif
%if "%{with_curl}" == "yes"
BuildPreReq: curl
PreReq: curl
%endif
%if "%{with_mhash}" == "yes"
BuildPreReq: mhash
PreReq: mhash
%endif
%if "%{with_gdbm}" == "yes"
BuildPreReq: gdbm, gdbm::with_ndbm = yes
PreReq: gdbm, gdbm::with_ndbm = yes
%endif
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
BuildPreReq: ORACLE

6
pnetlib/pnetlib.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Language
License: GPL
Version: 0.5.8
Release: 20030626
Release: 20030707
# list of sources
Source0: http://www.southern-storm.com.au/download/pnetlib-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: http://www.southern-storm.com.au/download/pnetlib-%{version}.tar.g
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, treecc, pnet
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, treecc
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: pnet
PreReq: pnet
AutoReq: no
AutoReqProv: no

10
sendmail/sendmail.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Mail
License: BSD
Version: 8.12.9
Release: 20030704
Release: 20030707
# package options
%option with_fsl yes
@ -54,23 +54,29 @@ Patch0: sendmail.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030516, m4, gcc, make, db >= 4.1.25
BuildPreReq: OpenPKG, openpkg >= 20030516, m4, gcc, make
PreReq: OpenPKG, openpkg >= 20030516, m4, make, perl, procmail
BuildPreReq: db >= 4.1.25
PreReq: db >= 4.1.25
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
%endif
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
PreReq: openssl
%endif
%if "%{with_sasl}" == "yes"
BuildPreReq: sasl, openssl
PreReq: sasl, openssl
%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap, openssl
PreReq: openldap, openssl
%endif
%if "%{with_mysql}" == "yes"
BuildPreReq: mysql
PreReq: mysql
%endif
AutoReq: no
AutoReqProv: no

6
siege/siege.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Benchmark
License: GPL
Version: 2.56
Release: 20030328
Release: 20030707
# list of sources
Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz
@ -42,8 +42,10 @@ Patch0: siege.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, make
BuildPreReq: OpenPKG, openpkg >= 20020206, make
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: openssl
PreReq: openssl
AutoReq: no
AutoReqProv: no

3
sqlite/sqlite.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: PD
Version: 2.8.4
Release: 20030630
Release: 20030707
# package options
%option with_utf8 no
@ -50,6 +50,7 @@ BuildPreReq: OpenPKG, openpkg >= 20030114, make
PreReq: OpenPKG, openpkg >= 20030114
%if "%{with_readline}" == "yes"
BuildPreReq: readline
PreReq: readline
%endif
AutoReq: no
AutoReqProv: no

6
xine-ui/xine-ui.spec

@ -36,7 +36,7 @@ Distribution: OpenPKG [JUNK]
Group: Video
License: GPL
Version: 0.9.21
Release: 20030604
Release: 20030707
# list of sources
Source0: http://download.sourceforge.net/xine/xine-ui-%{version}.tar.gz
@ -44,8 +44,10 @@ Source0: http://download.sourceforge.net/xine/xine-ui-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, xine-lib, gcc, libiconv, gettext, ncurses, curl, png
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, gcc
PreReq: OpenPKG, openpkg >= 20030103, X11
BuildPreReq: xine-lib, libiconv, gettext, ncurses, curl, png
PreReq: xine-lib, libiconv, gettext, ncurses, curl, png
AutoReq: no
AutoReqProv: no

6
xmlstarlet/xmlstarlet.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: SGML
License: GPL
Version: 0.4.0
Release: 20030702
Release: 20030707
# list of sources
Source0: http://unc.dl.sourceforge.net/sourceforge/xmlstar/xmlstarlet-%{version}.tar.gz
@ -41,8 +41,10 @@ Source0: http://unc.dl.sourceforge.net/sourceforge/xmlstar/xmlstarlet-%{ver
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, libxml, libxslt, libiconv
BuildPreReq: OpenPKG, openpkg >= 20030103, gcc
PreReq: OpenPKG, openpkg >= 20030103
BuildPreReq: libxml, libxslt, libiconv
PreReq: libxml, libxslt, libiconv
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save