0.98 bump

This commit is contained in:
Jitka Plesnikova 2015-06-19 14:50:54 +02:00
parent 7a43914222
commit 9a3dc88f2c
3 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Sys-MemInfo-0.91.tar.gz
/Sys-MemInfo-0.98.tar.gz

View File

@ -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

View File

@ -1 +1 @@
d2ddda32c58114352e04ecb866de7f17 Sys-MemInfo-0.91.tar.gz
a5636cf6ae8f1b32253b3ca6fa63653b Sys-MemInfo-0.98.tar.gz