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

6
blender/blender.spec

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

6
bogofilter/bogofilter.spec

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

6
clamav/clamav.spec

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

7
cups/cups.spec

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

6
dbtool/dbtool.spec

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

6
honeyd/honeyd.spec

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

6
jabberd/jabberd.spec

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

6
jikes/jikes.spec

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

6
joe/joe.spec

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

11
lyx/lyx.spec

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

8
mc/mc.spec

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

6
mcrypt/mcrypt.spec

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

6
mgv/mgv.spec

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

3
mico/mico.spec

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

3
monit/monit.spec

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

8
nagios/nagios.spec

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

8
perl-comp/perl-comp.spec

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

8
perl-term/perl-term.spec

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

11
perl-xml/perl-xml.spec

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

23
php/php.spec

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

6
pnetlib/pnetlib.spec

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

10
sendmail/sendmail.spec

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

6
siege/siege.spec

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

3
sqlite/sqlite.spec

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

6
xine-ui/xine-ui.spec

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

6
xmlstarlet/xmlstarlet.spec

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

Loading…
Cancel
Save