This commit is contained in:
nim 2007-08-12 10:46:08 +00:00
parent 6ea23d3778
commit 4f080bc4f7
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
Net-Server-0.96.tar.gz
Net-Server-0.97.tar.gz

View File

@ -1,25 +1,26 @@
%define rname Net-Server
Name: perl-%{rname}
Version: 0.96
Release: 2%{?dist}
Version: 0.97
Release: 1%{?dist}
Summary: Extensible, general Perl server engine
Group: Development/Libraries
License: Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/%{rname}/
Source: http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/%{rname}-%{version}.tar.gz
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)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# 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)
# Check requirements
BuildRequires: perl(IO::Multiplex)
BuildRequires: perl(Test::Builder)
%description
An extensible, class oriented module written in perl and intended to
@ -64,6 +65,9 @@ rm -fr %{buildroot}
%changelog
* Sun Aug 12 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
0.97-1
* Fri May 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
0.96-2
- more build checks

View File

@ -1 +1 @@
eb5e1eac0b7232d86058a0c14d9c35ab Net-Server-0.96.tar.gz
f884b6c5b1d2698a82bbc7ba659690a1 Net-Server-0.97.tar.gz