|
|
f38036 |
Name: perl-Number-Compare
|
|
|
f38036 |
Version: 0.03
|
|
|
f38036 |
Release: 30%{?dist}
|
|
|
f38036 |
Summary: Perl module for numeric comparisons
|
|
|
f38036 |
License: GPL+ or Artistic
|
|
|
f38036 |
URL: https://metacpan.org/release/Number-Compare
|
|
|
f38036 |
Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/Number-Compare-%{version}.tar.gz
|
|
|
f38036 |
|
|
|
f38036 |
BuildArch: noarch
|
|
|
f38036 |
BuildRequires: make
|
|
|
f38036 |
BuildRequires: perl-generators
|
|
|
f38036 |
BuildRequires: perl(Carp)
|
|
|
f38036 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
f38036 |
BuildRequires: perl(Test::More)
|
|
|
f38036 |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
f38036 |
|
|
|
f38036 |
%description
|
|
|
f38036 |
Number::Compare compiles a simple comparison to an anonymous subroutine,
|
|
|
f38036 |
which you can call with a value to be tested again.
|
|
|
f38036 |
|
|
|
f38036 |
%prep
|
|
|
f38036 |
%setup -q -n Number-Compare-%{version}
|
|
|
f38036 |
|
|
|
f38036 |
%build
|
|
|
f38036 |
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
f38036 |
make %{?_smp_mflags}
|
|
|
f38036 |
|
|
|
f38036 |
|
|
|
f38036 |
%install
|
|
|
f38036 |
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
f38036 |
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
f38036 |
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
f38036 |
|
|
|
f38036 |
%check
|
|
|
f38036 |
make test
|
|
|
f38036 |
|
|
|
f38036 |
%files
|
|
|
f38036 |
%doc Changes
|
|
|
f38036 |
%{perl_vendorlib}/Number
|
|
|
f38036 |
%{_mandir}/man3/*
|
|
|
f38036 |
|
|
|
f38036 |
%changelog
|
|
|
f38036 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.03-30
|
|
|
f38036 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
f38036 |
Related: rhbz#1991688
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.03-29
|
|
|
f38036 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
f38036 |
|
|
|
f38036 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-28
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-27
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-26
|
|
|
f38036 |
- Perl 5.32 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-25
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-24
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-23
|
|
|
f38036 |
- Perl 5.30 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-22
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-21
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-20
|
|
|
f38036 |
- Perl 5.28 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-19
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-18
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-17
|
|
|
f38036 |
- Perl 5.26 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-16
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-15
|
|
|
f38036 |
- Perl 5.24 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-14
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Jan 26 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.03-13
|
|
|
f38036 |
- Remove %%defattr.
|
|
|
f38036 |
- Modernize spec.
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-12
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-11
|
|
|
f38036 |
- Perl 5.22 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-10
|
|
|
f38036 |
- Perl 5.20 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-9
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-8
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.03-7
|
|
|
f38036 |
- Perl 5.18 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Aug 14 2012 Petr Pisar <ppisar@redhat.com> - 0.03-5
|
|
|
f38036 |
- Specify all dependencies
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-4
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.03-3
|
|
|
f38036 |
- Perl 5.16 rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-2
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Oct 13 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.03-1
|
|
|
f38036 |
- Upstream update.
|
|
|
f38036 |
|
|
|
f38036 |
* Mon Sep 19 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.02-1
|
|
|
f38036 |
- Upstream update.
|
|
|
f38036 |
- Spec file cleanup.
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-16
|
|
|
f38036 |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
f38036 |
|
|
|
f38036 |
* Sat Jun 26 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.01-15
|
|
|
f38036 |
- Apply https://rt.cpan.org/Ticket/Attachment/792151/410599/Number-Compare-0.01-uninitialized.patch
|
|
|
f38036 |
to address https://bugzilla.redhat.com/show_bug.cgi?id=607982.
|
|
|
f38036 |
|
|
|
f38036 |
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-14
|
|
|
f38036 |
- Mass rebuild with perl-5.12.0
|
|
|
f38036 |
|
|
|
f38036 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.01-13
|
|
|
f38036 |
- rebuild against perl 5.10.1
|
|
|
f38036 |
|
|
|
f38036 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-12
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-11
|
|
|
f38036 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
f38036 |
|
|
|
f38036 |
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.01-10
|
|
|
f38036 |
- Rebuild for perl 5.10 (again)
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.01-9
|
|
|
f38036 |
- rebuild for new perl
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.01-8
|
|
|
f38036 |
- Update license tag.
|
|
|
f38036 |
|
|
|
f38036 |
* Thu Apr 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.01-7
|
|
|
f38036 |
- Reflect perl package split.
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.01-6
|
|
|
f38036 |
- Mass rebuild.
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Feb 28 2006 Ralf Corsépius <rc040203@freenet.de> - 0.01-5
|
|
|
f38036 |
- Rebuild for perl-5.8.8.
|
|
|
f38036 |
|
|
|
f38036 |
* Tue Aug 16 2005 Paul Howarth <paul@city-fan.org> - 0.01-4
|
|
|
f38036 |
- BR: perl redundant for Extras.
|
|
|
f38036 |
|
|
|
f38036 |
* Sat Aug 13 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-3
|
|
|
f38036 |
- Spec cleanup.
|
|
|
f38036 |
|
|
|
f38036 |
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-2
|
|
|
f38036 |
- FE re-submission.
|
|
|
f38036 |
|
|
|
f38036 |
* Fri Jul 01 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-1
|
|
|
f38036 |
- FE submission.
|