80 lines
2.6 KiB
RPMSpec
80 lines
2.6 KiB
RPMSpec
Name: perl-Sys-CPU
|
|
Version: 0.52
|
|
Release: 1%{?dist}
|
|
Summary: Getting CPU information
|
|
Group: Development/Libraries
|
|
# 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>.
|
|
License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
|
URL: http://search.cpan.org/~mkoderer/Sys-CPU/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MK/MKODERER/Sys-CPU-%{version}.tar.gz
|
|
# Run-time:
|
|
BuildRequires: perl(DynaLoader)
|
|
BuildRequires: perl(Exporter)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%description
|
|
Perl extension for getting CPU information.
|
|
Currently only number of CPU's supported.
|
|
|
|
%prep
|
|
%setup -q -n Sys-CPU-%{version}
|
|
sed -i 's/\r//' Changes README
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
|
|
%check
|
|
make test TEST_VERBOSE=1
|
|
|
|
%install
|
|
make pure_install DESTDIR=%{buildroot}
|
|
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
|
|
%{perl_vendorarch}/auto/*
|
|
%{perl_vendorarch}/Sys/*
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
%changelog
|
|
* Fri Nov 02 2012 Petr Pisar <ppisar@redhat.com> - 0.52-1
|
|
- 0.52 bump
|
|
|
|
* 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
|
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.51-9
|
|
- Perl 5.16 rebuild
|
|
|
|
* 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
|
|
|
|
* Tue Oct 05 2011 Shakthi Kannan <shakthimaan@fedoraproject.org> - 0.51-7
|
|
- Used perl_vendorarch/auto, perl_vendorarch/Sys in files section.
|
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.51-6
|
|
- Perl mass rebuild
|
|
|
|
* 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
|
|
|
|
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.51-4
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
* Sun Jun 27 2010 Ralf Corsépius <corsepiu@fedoraproject.org> 0.51-3
|
|
- Rebuild for perl-5.12.1.
|
|
|
|
* 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
|