Browse Source

Remove Bit::Vector from perl-util and redirect perl-time's dependency search to perl-ds where Bit::Vectore is located.

master
parent
commit
30efaaf223
  1. 4
      perl-time/perl-time.spec
  2. 5
      perl-util/perl-util.spec

4
perl-time/perl-time.spec

@ -52,8 +52,8 @@ Source4: http://hacks.dlux.hu/Class-Date/download/Class-Date-%{V_class_date
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-util
PreReq: OpenPKG, openpkg >= 20020206, perl, perl-util
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-ds
PreReq: OpenPKG, openpkg >= 20020206, perl, perl-ds
AutoReq: no
AutoReqProv: no

5
perl-util/perl-util.spec

@ -26,7 +26,6 @@
# versions of individual parts
%define V_alias 2.32
%define V_inline 0.43
%define V_bit_vector 6.1
# package information
Name: perl-util
@ -43,7 +42,6 @@ Release: 20020515
# list of sources
Source0: http://www.cpan.org/modules/by-module/Alias/Alias-%{V_alias}.tar.gz
Source1: http://www.cpan.org/modules/by-module/Inline/Inline-%{V_inline}.tar.gz
Source2: http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
# build information
Prefix: %{l_prefix}
@ -66,7 +64,6 @@ AutoReqProv: no
%prep
%setup0 -q -c -n %{name}-%{version}
%setup1 -q -T -D -a 1
%setup2 -q -T -D -a 2
%build
@ -88,7 +85,7 @@ AutoReqProv: no
chmod a+x $perl
# uncompress and build modules
for mod in %{SOURCE0} %{SOURCE1} %{SOURCE2}; do
for mod in %{SOURCE0} %{SOURCE1}; do
dir=`echo "$mod" | sed -e 's;^.*/\([^/]*\)\.tar\.gz$;\1;'`
cd $dir
chmod -R u+rw .

Loading…
Cancel
Save