summaryrefslogtreecommitdiffstats
path: root/perl-Unix-Statgrab.spec
diff options
context:
space:
mode:
authorSteven Pritchard <steve@fedoraproject.org>2006-09-26 22:06:43 +0000
committerSteven Pritchard <steve@fedoraproject.org>2006-09-26 22:06:43 +0000
commit56322c8e2f9227a50e10eeba687f3f9166317b99 (patch)
tree608f798590d6baf6ef0322c17491f0afa3d75e01 /perl-Unix-Statgrab.spec
parent2a2a4e8478631c87372864ce131719a35f973cff (diff)
downloadperl-Unix-Statgrab-56322c8e2f9227a50e10eeba687f3f9166317b99.tar.gz
perl-Unix-Statgrab-56322c8e2f9227a50e10eeba687f3f9166317b99.tar.xz
perl-Unix-Statgrab-56322c8e2f9227a50e10eeba687f3f9166317b99.zip
Update to 0.04. Drop compile fix patch. Fix find option order.perl-Unix-Statgrab-0_04-1_fc6FC-6-startFC-6-splitEL-5-startEL-5-split
Diffstat (limited to 'perl-Unix-Statgrab.spec')
-rw-r--r--perl-Unix-Statgrab.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/perl-Unix-Statgrab.spec b/perl-Unix-Statgrab.spec
index 1c52fcd..e0a6015 100644
--- a/perl-Unix-Statgrab.spec
+++ b/perl-Unix-Statgrab.spec
@@ -1,8 +1,8 @@
Name: perl-Unix-Statgrab
Summary: Perl extension for collecting information about the machine
-Version: 0.03
-Release: 7%{?dist}
+Version: 0.04
+Release: 1%{?dist}
Group: Development/Libraries
License: LGPL
@@ -11,8 +11,6 @@ Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/Unix-Statgrab-%{
Source1: http://www.fsf.org/licensing/licenses/lgpl.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0: Unix-Statgrab-0.03-compile_libstatgrab-0.12.patch
-
BuildRequires: libstatgrab-devel >= 0.12
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
@@ -27,8 +25,6 @@ operating system, CPU, memory usage, network interfaces, hard-disks etc.
%prep
%setup -q -n Unix-Statgrab-%{version}
-%patch0 -p1
-
%{__cp} %{SOURCE1} LICENSE.TXT
%build
@@ -40,7 +36,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check
@@ -57,6 +53,11 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%{_mandir}/man3/*.3*
%changelog
+* Tue Sep 26 2006 Steven Pritchard <steve@kspei.com> 0.04-1
+- Update to 0.04.
+- Drop compile fix patch.
+- Fix find option order.
+
* Wed Aug 24 2005 Oliver Falk <oliver@linux-kernel.at> - 0.03-7
- Try if Ralf's %files section works