BR multiplex for build tests
This commit is contained in:
parent
42286d6d93
commit
6ea23d3778
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-%{rname}
|
||||
Version: 0.96
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Extensible, general Perl server engine
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -13,9 +13,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-devel
|
||||
# Needed for the associated tests in %check
|
||||
BuildRequires: perl(IO::Multiplex)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
# IO::Multiplex support is optional, but since it's in FE and not including it
|
||||
# causes build problems in some packages...
|
||||
# IO::Multiplex support is optional, but since it's in Fedora and not
|
||||
# including it causes build problems in some packages…
|
||||
Requires: perl(IO::Multiplex)
|
||||
|
||||
|
||||
@ -63,7 +65,9 @@ rm -fr %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Fri May 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 0.96-1
|
||||
⍟ 0.96-2
|
||||
- more build checks
|
||||
⍟ 0.96-1
|
||||
- trim changelog
|
||||
|
||||
* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user