diff --git a/.gitignore b/.gitignore index 1e12859..80281de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Sys-MemInfo-0.91.tar.gz +/Sys-MemInfo-0.98.tar.gz diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec index ae193e2..e744b30 100644 --- a/perl-Sys-MemInfo.spec +++ b/perl-Sys-MemInfo.spec @@ -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+ -# -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 - 0.98-1 +- 0.98 bump + * Thu Jun 18 2015 Fedora Release Engineering - 0.91-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 2e39002..5eb9b99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2ddda32c58114352e04ecb866de7f17 Sys-MemInfo-0.91.tar.gz +a5636cf6ae8f1b32253b3ca6fa63653b Sys-MemInfo-0.98.tar.gz