First release.
This commit is contained in:
parent
f7c77c5f46
commit
f2b24257de
@ -0,0 +1 @@
|
||||
Sys-CPU-0.51.tar.gz
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
perl-Sys-CPU-0_51-2_fc12:HEAD:perl-Sys-CPU-0.51-2.fc12.src.rpm:1273162056
|
68
perl-Sys-CPU.spec
Normal file
68
perl-Sys-CPU.spec
Normal file
@ -0,0 +1,68 @@
|
||||
Name: perl-Sys-CPU
|
||||
Version: 0.51
|
||||
Release: 2%{?dist}
|
||||
Summary: Getting CPU information
|
||||
|
||||
Group: Development/Libraries
|
||||
License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
|
||||
URL: http://search.cpan.org/~mkoderer/Sys-CPU/CPU.pm
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MK/MKODERER/Sys-CPU-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(IO::Handle)
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
|
||||
# For test suite
|
||||
BuildRequires: perl(Test::Harness)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
|
||||
%{?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//' README
|
||||
%{__sed} -i 's/\r//' Changes
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test TEST_VERBOSE=1
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
|
||||
|
||||
find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
|
||||
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%{perl_vendorarch}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user