Browse Source

Duplicated option variables from header section to description section.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
f5c97e0916
  1. 9
      perl-dbi/perl-dbi.spec
  2. 4
      pureftpd/pureftpd.spec
  3. 5
      spegla/spegla.spec

9
perl-dbi/perl-dbi.spec

@ -53,8 +53,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
Version: 20020814
Release: 20020814
Version: 20020819
Release: 20020819
# list of sources
Source0: http://www.cpan.org/modules/by-module/DBI/DBI-%{V_dbi}.tar.gz
@ -93,6 +93,11 @@ AutoReqProv: no
- DBD::Pg (%{V_dbd_pg}) [with_dbd_pg=%{V_with_dbd_pg}]
- DBD::Oracle (%{V_dbd_oracle}) [with_dbd_oracle=%{V_with_dbd_oracle}]
Options:
--define 'with_dbd_mysql %{with_dbd_mysql}' \
--define 'with_dbd_pg %{with_dbd_pg}' \
--define 'with_dbd_oracle %{with_dbd_oracle}'
%prep
%setup0 -q -c -n %{name}-%{version}
%setup1 -q -T -D -a 1

4
pureftpd/pureftpd.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [BASE]
Group: FTP
License: GPL
Version: 1.1.0
Release: 20020315
Release: 20020819
# list of sources
Source0: http://belnet.dl.sourceforge.net/sourceforge/pureftpd/pure-ftpd-%{version}.tar.gz
@ -67,6 +67,8 @@ AutoReqProv: no
protocol, bandwidth throttling, ratios, LDAP, XML and HTML reports,
support for external programs to post-process uploads and more.
Options: with_pam=%{with_pam}
%prep
%setup -q -n pure-ftpd-%{version}

5
spegla/spegla.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: BSD
Version: 1.1p4
Release: 20020614
Release: 20020619
# list of sources
Source0: ftp://subzero.campus.luth.se/pub/spegla/spegla-%{version}.tar.gz
@ -59,6 +59,9 @@ AutoReqProv: no
%description
Spegla is fast mirroring tool for the File Transfer Protocol (FTP).
Options:
--define 'with_ipv6 %{with_ipv6}'
%prep
%setup -q
%patch0 -p0

Loading…
Cancel
Save