2010-05-06 15:56:29 +00:00
|
|
|
Name: perl-Sys-CPU
|
2014-02-23 13:18:19 +00:00
|
|
|
Version: 0.61
|
2015-06-18 06:06:28 +00:00
|
|
|
Release: 7%{?dist}
|
2010-05-06 15:56:29 +00:00
|
|
|
Summary: Getting CPU information
|
2014-02-23 13:18:19 +00:00
|
|
|
|
2012-11-02 15:51:59 +00:00
|
|
|
# Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0
|
|
|
|
# The rest of the code is under the standard Perl license (GPL+ or Artistic).
|
|
|
|
# See <https://bugzilla.redhat.com/show_bug.cgi?id=585336>.
|
2010-05-06 15:56:29 +00:00
|
|
|
License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
2014-02-23 13:18:19 +00:00
|
|
|
URL: http://search.cpan.org/~mzsanford/Sys-CPU/
|
2012-11-13 08:56:56 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MZ/MZSANFORD/Sys-CPU-%{version}.tar.gz
|
2014-07-17 10:46:29 +00:00
|
|
|
# Support cpu_type on ARM and AArch64, bug #1093266, CPAN RT#95400
|
|
|
|
Patch0: Sys-CPU-0.61-Add-support-for-cpu_type-on-ARM-and-AArch64-Linux-pl.patch
|
|
|
|
# Accept undefined cpu_clock on ARM and AArch64, bug #1093266, CPAN RT#95400
|
|
|
|
Patch1: Sys-CPU-0.61-cpu_clock-can-be-undefined-on-an-ARM.patch
|
|
|
|
BuildRequires: perl(Config)
|
2012-11-02 16:27:21 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2012-11-02 15:39:50 +00:00
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2010-05-06 15:56:29 +00:00
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Perl extension for getting CPU information.
|
|
|
|
Currently only number of CPU's supported.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Sys-CPU-%{version}
|
2013-04-22 08:41:03 +00:00
|
|
|
%patch0 -p1
|
2014-07-17 10:46:29 +00:00
|
|
|
%patch1 -p1
|
2012-11-02 15:54:24 +00:00
|
|
|
sed -i 's/\r//' Changes README
|
2010-05-06 15:56:29 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
2012-11-02 15:54:24 +00:00
|
|
|
make %{?_smp_mflags}
|
2010-05-06 15:56:29 +00:00
|
|
|
|
|
|
|
%check
|
2012-11-02 15:54:24 +00:00
|
|
|
make test TEST_VERBOSE=1
|
2010-05-06 15:56:29 +00:00
|
|
|
|
|
|
|
%install
|
2012-11-02 15:54:24 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
2010-05-06 15:56:29 +00:00
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
2011-10-05 08:54:49 +00:00
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
%{perl_vendorarch}/Sys/*
|
2010-05-06 15:56:29 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-06-18 06:06:28 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.61-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-03 14:15:42 +00:00
|
|
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.61-6
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-08-27 09:43:56 +00:00
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.61-5
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-17 17:31:35 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.61-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-17 10:46:29 +00:00
|
|
|
* Thu Jul 17 2014 Petr Pisar <ppisar@redhat.com> - 0.61-3
|
|
|
|
- Support cpu_type on ARM and AArch64 (bug #1093266)
|
|
|
|
- Accept undefined cpu_clock on ARM and AArch64 (bug #1093266)
|
|
|
|
|
2014-06-07 10:14:43 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.61-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-23 13:18:19 +00:00
|
|
|
* Sun Feb 23 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.61-1
|
|
|
|
- Update to 0.61
|
|
|
|
- Drop unneeded macros
|
|
|
|
- Fix incorrect dates in changelog
|
|
|
|
- Disable test 3 (which fails on arm)
|
|
|
|
|
2013-08-04 00:57:14 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 23:40:45 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.54-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-04-22 08:41:03 +00:00
|
|
|
* Fri Apr 19 2013 Shakthi Kannan <shakthimaan@fedoraproject.org> - 0.54-3
|
|
|
|
- Disable cpu_type test
|
|
|
|
|
2013-02-14 15:14:53 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-13 08:56:56 +00:00
|
|
|
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 0.54-1
|
|
|
|
- 0.54 bump
|
|
|
|
|
2012-11-05 10:39:24 +00:00
|
|
|
* Mon Nov 05 2012 Petr Pisar <ppisar@redhat.com> - 0.52-2
|
|
|
|
- Add support for s390 (CPAN RT #80633)
|
|
|
|
|
2012-11-02 15:39:50 +00:00
|
|
|
* Fri Nov 02 2012 Petr Pisar <ppisar@redhat.com> - 0.52-1
|
|
|
|
- 0.52 bump
|
|
|
|
|
2012-07-20 20:55:38 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.51-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-11 12:07:41 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.51-9
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 19:38:45 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.51-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2014-02-23 13:18:19 +00:00
|
|
|
* Wed Oct 05 2011 Shakthi Kannan <shakthimaan@fedoraproject.org> - 0.51-7
|
2011-10-05 08:54:49 +00:00
|
|
|
- Used perl_vendorarch/auto, perl_vendorarch/Sys in files section.
|
|
|
|
|
2011-06-17 14:39:30 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.51-6
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 07:10:14 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.51-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-22 13:22:02 +00:00
|
|
|
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.51-4
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-06-27 05:57:53 +00:00
|
|
|
* Sun Jun 27 2010 Ralf Corsépius <corsepiu@fedoraproject.org> 0.51-3
|
|
|
|
- Rebuild for perl-5.12.1.
|
|
|
|
|
2010-05-06 15:56:29 +00:00
|
|
|
* Mon May 03 2010 Shakthi Kannan <shakthimaan [AT] gmail dot com> 0.51-2
|
|
|
|
- Updated license to (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
|
|
|
|
|
|
|
* Fri Apr 23 2010 Shakthi Kannan <shakthimaan [AT] gmail dot com> 0.51-1
|
|
|
|
- Initial Fedora RPM version
|