0.97
This commit is contained in:
parent
6ea23d3778
commit
4f080bc4f7
@ -1 +1 @@
|
||||
Net-Server-0.96.tar.gz
|
||||
Net-Server-0.97.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user