Blame SPECS/perl-Net-Server.spec

899c71
Name:           perl-Net-Server
899c71
Version:        2.009
899c71
Release:        14%{?dist}
899c71
Summary:        Extensible, general Perl server engine
899c71
License:        GPL+ or Artistic
899c71
URL:            https://metacpan.org/release/Net-Server
899c71
Source0:        https://cpan.metacpan.org/modules/by-module/Net/Net-Server-%{version}.tar.gz
899c71
# Fix tests failing with OpenSSL @SECLEVEL=2 (CPAN RT#126923)
899c71
Patch0:         Net-Server-2.009-Generate-2048-bit-keys-for-tests.patch
899c71
BuildArch:      noarch
899c71
BuildRequires:  coreutils
899c71
BuildRequires:  make
899c71
BuildRequires:  perl-generators
899c71
BuildRequires:  perl-interpreter
899c71
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
899c71
BuildRequires:  perl(strict)
899c71
BuildRequires:  perl(warnings)
899c71
# Run-time
899c71
BuildRequires:  perl(base)
899c71
BuildRequires:  perl(Carp)
899c71
# BuildRequires:  perl(CGI)
899c71
# BuildRequires:  perl(CGI::Compile)
899c71
# BuildRequires:  perl(CGI::PSGI)
899c71
# BuildRequires:  perl(Data::Dumper)
899c71
BuildRequires:  perl(Errno)
899c71
BuildRequires:  perl(Exporter)
899c71
BuildRequires:  perl(Fcntl)
899c71
BuildRequires:  perl(File::Temp)
899c71
# BuildRequires:  perl(HTTP::Parser::XS)
899c71
BuildRequires:  perl(IO::Handle)
899c71
BuildRequires:  perl(IO::Multiplex) >= 1.05
899c71
BuildRequires:  perl(IO::Select)
899c71
BuildRequires:  perl(IO::Socket)
899c71
# BuildRequires:  perl(IO::Socket::INET)
899c71
BuildRequires:  perl(IO::Socket::INET6)
899c71
BuildRequires:  perl(IO::Socket::SSL) >= 1.31
899c71
BuildRequires:  perl(IO::Socket::UNIX)
899c71
# BuildRequires:  perl(IPC::Open3)
899c71
# BuildRequires:  perl(IPC::Semaphore)
899c71
# BuildRequires:  perl(IPC::SysV)
899c71
# BuildRequires:  perl(Log::Log4perl)
899c71
# BuildRequires:  perl(Net::CIDR)
899c71
BuildRequires:  perl(Net::SSLeay)
899c71
BuildRequires:  perl(POSIX)
899c71
BuildRequires:  perl(re)
899c71
BuildRequires:  perl(Scalar::Util)
899c71
BuildRequires:  perl(Socket)
899c71
BuildRequires:  perl(Socket6)
899c71
# BuildRequires:  perl(Symbol)
899c71
# BuildRequires:  perl(Sys::Syslog)
899c71
BuildRequires:  perl(Time::HiRes)
899c71
# BuildRequires:  perl(Unix::Syslog)
899c71
BuildRequires:  perl(vars)
899c71
# Tests
899c71
BuildRequires:  perl(constant)
899c71
BuildRequires:  perl(English)
899c71
BuildRequires:  perl(File::Spec::Functions)
899c71
BuildRequires:  perl(FindBin)
899c71
BuildRequires:  perl(lib)
899c71
BuildRequires:  perl(threads)
899c71
BuildRequires:  perl(Test::More)
899c71
 
899c71
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
899c71
# IO::Multiplex support is optional, but not including it causes build problems in some packages...
899c71
Requires:       perl(IO::Multiplex) >= 1.05
899c71
#  RHBZ#1395714: Optional dependency, including it so that the build matches runtime
899c71
Requires:       perl(IO::Socket::INET6)
899c71
899c71
%description
899c71
An extensible, class oriented module written in perl and intended to
899c71
be the back end layer of internet protocol servers.
899c71
899c71
%prep
899c71
%setup -q -n Net-Server-%{version}
899c71
%patch0 -p1
899c71
899c71
# Do not want to pull in any packaging deps here.
899c71
chmod -c 644 examples/*
899c71
899c71
%build
899c71
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
899c71
%{make_build}
899c71
899c71
%install
899c71
%{make_install}
899c71
%{_fixperms} $RPM_BUILD_ROOT
899c71
899c71
%check
899c71
make test
899c71
899c71
%files
899c71
%license LICENSE
899c71
%doc Changes README examples
899c71
%{perl_vendorlib}/*
899c71
%{_mandir}/man3/*
899c71
%{_bindir}/net-server
899c71
%{_mandir}/man1/net-server.1*
899c71
899c71
%changelog
899c71
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.009-14
899c71
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
899c71
  Related: rhbz#1991688
899c71
899c71
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.009-13
899c71
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
899c71
899c71
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-12
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
899c71
899c71
* Tue Dec 01 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.009-11
899c71
- Disable optional run-requires for build
899c71
899c71
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-10
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
899c71
899c71
* Thu Jun 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.009-9
899c71
- Perl 5.32 rebuild
899c71
899c71
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-8
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
899c71
899c71
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-7
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
899c71
899c71
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.009-6
899c71
- Perl 5.30 rebuild
899c71
899c71
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-5
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
899c71
899c71
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-4
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
899c71
899c71
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.009-3
899c71
- Perl 5.28 rebuild
899c71
899c71
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.009-2
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
899c71
899c71
* Tue Oct 10 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.009-1
899c71
- 2.009 bump
899c71
- Modernize spec file
899c71
899c71
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.008-10
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
899c71
899c71
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.008-9
899c71
- Perl 5.26 rebuild
899c71
899c71
* Wed May 24 2017 Petr Pisar <ppisar@redhat.com> - 2.008-8
899c71
- Restore compatibility with Perl 5.26.0
899c71
899c71
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.008-7
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
899c71
899c71
* Thu Nov 17 2016 "D. Johnson" <fenris02@fedoraproject.org> - 2.008-6
899c71
- Bug 1395714 - perl-Net-Server should depend on perl-IO-Socket-INET6
899c71
899c71
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.008-5
899c71
- Perl 5.24 rebuild
899c71
899c71
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.008-4
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
899c71
899c71
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.008-3
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
899c71
899c71
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.008-2
899c71
- Perl 5.22 rebuild
899c71
899c71
* Wed May 27 2015 Kevin Fenzi <kevin@scrye.com> 2.008-1
899c71
- Update to 2.008. Fixes bug #1225064
899c71
899c71
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.007-4
899c71
- Perl 5.20 rebuild
899c71
899c71
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.007-3
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
899c71
899c71
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.007-2
899c71
- Perl 5.18 rebuild
899c71
899c71
* Wed Jul 24 2013 Paul Howarth <paul@city-fan.org> - 2.007-1
899c71
- Update to 2.007
899c71
- BR: perl(Test::More) and perl(Time::HiRes)
899c71
- Add various other buildreqs for additional test coverage
899c71
- Don't use macros for commands
899c71
- Don't need to remove empty directories from the buildroot
899c71
- Drop %%defattr, redundant since rpm 4.4
899c71
- Use DESTDIR rather than PERL_INSTALL_ROOT
899c71
899c71
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.006-3
899c71
- Perl 5.18 rebuild
899c71
899c71
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.006-2
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
899c71
899c71
* Sat Aug 25 2012 Kevin Fenzi <kevin@scrye.com> 2.006-1
899c71
- Update to 2.006 upstream release
899c71
- Redo spec with current guidelines. 
899c71
899c71
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-15
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
899c71
899c71
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.97-14
899c71
- Perl 5.16 rebuild
899c71
899c71
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-13
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
899c71
899c71
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.97-12
899c71
- Perl mass rebuild
899c71
899c71
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-11
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
899c71
899c71
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.97-10
899c71
- Rebuild to fix problems with vendorarch/lib (#661697)
899c71
899c71
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.97-9
899c71
- Mass rebuild with perl-5.12.0
899c71
899c71
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.97-8
899c71
- rebuild against perl 5.10.1
899c71
899c71
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-7
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
899c71
899c71
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-6
899c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
899c71
899c71
* Fri Jul 11 2008 <nicolas.mailhot at laposte.net>
899c71
- 0.97-5
899c71
⌖ Fedora 10 alpha general package cleanup
899c71
899c71
* Mon Jun 02 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.97-3
899c71
⋰ remove old %%check Dag leftover rpmbuild does not like anymore
899c71
899c71
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com>
899c71
- 0.97-2
899c71
Rebuild for new perl
899c71
899c71
* Sun Aug 12 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
⍟ 0.97-1
899c71
899c71
* Fri May 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
⍟ 0.96-2
899c71
- more build checks
899c71
⍟ 0.96-1
899c71
- trim changelog
899c71
899c71
* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.95-1 
899c71
899c71
* Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.94-2
899c71
- FE6 Rebuild
899c71
899c71
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.94-1
899c71
899c71
* Sun Apr 23 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.93-1
899c71
899c71
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.90-2
899c71
- rebuilt for new gcc4.1 snapshot and glibc changes
899c71
899c71
* Sun Jan 8 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
899c71
- 0.90-1
899c71
- Updated to 0.90
899c71
- add IO::Multiplex dep