summaryrefslogtreecommitdiffstats
path: root/perl-Unix-Statgrab.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-Unix-Statgrab.spec')
-rw-r--r--perl-Unix-Statgrab.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-Unix-Statgrab.spec b/perl-Unix-Statgrab.spec
index 2383f57..7882722 100644
--- a/perl-Unix-Statgrab.spec
+++ b/perl-Unix-Statgrab.spec
@@ -1,11 +1,12 @@
Name: perl-Unix-Statgrab
Version: 0.04
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Perl extension for collecting information about the machine
License: LGPLv2+
Group: Development/Libraries
URL: http://search.cpan.org/dist/Unix-Statgrab/
Source0: http://www.cpan.org/authors/id/V/VP/VPARSEVAL/Unix-Statgrab-%{version}.tar.gz
+Patch0: Unix-Statgrab-0.04-fixedtest.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libstatgrab-devel >= 0.12
BuildRequires: perl(ExtUtils::MakeMaker)
@@ -21,6 +22,7 @@ operating system, CPU, memory usage, network interfaces, hard-disks etc.
%prep
%setup -q -n Unix-Statgrab-%{version}
+%patch0 -p1 -b .fixedtest
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -51,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Mon Aug 06 2012 Oliver Falk <oliver@linux-kernel.at> - 0.04-17
+- Remove segfaulting tests
+
* Mon Aug 06 2012 Oliver Falk <oliver@linux-kernel.at> - 0.04-16
- Rebuilt for Perl 5.16