0.98 bump
This commit is contained in:
parent
7a43914222
commit
9a3dc88f2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Sys-MemInfo-0.91.tar.gz
|
||||
/Sys-MemInfo-0.98.tar.gz
|
||||
|
||||
@ -1,19 +1,18 @@
|
||||
Name: perl-Sys-MemInfo
|
||||
Version: 0.91
|
||||
Release: 13%{?dist}
|
||||
Version: 0.98
|
||||
Release: 1%{?dist}
|
||||
Summary: Memory information as Perl module
|
||||
# README: GPLv1+ or Artistic
|
||||
# MemInfo.pm LGPLv2+
|
||||
# <https://rt.cpan.org/Public/Bug/Display.html?id=80636>
|
||||
License: (GPLv1+ or Artistic) and LGPLv2+
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Sys-MemInfo/
|
||||
Source0: http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SC/SCRESTO/Sys-MemInfo-%{version}.tar.gz
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Copy)
|
||||
# Run-time:
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
@ -26,7 +25,7 @@ Sys::MemInfo returns the total amount of free and used physical memory in
|
||||
bytes in totalmem and freemem variables.
|
||||
|
||||
%prep
|
||||
%setup -q -n Sys-MemInfo
|
||||
%setup -q -n Sys-MemInfo-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
@ -42,12 +41,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Sys*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.98-1
|
||||
- 0.98 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user