summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@fedoraproject.org>2005-08-24 14:57:09 +0000
committerOliver Falk <oliver@fedoraproject.org>2005-08-24 14:57:09 +0000
commitb6d45f3b47d9a17d29d132a132affae82fa82493 (patch)
treee7b1dd16cf1779b9904026beaf74cb1ab724da85
parent8f87501f36c56e4ad478195c60dd2d9ecd3432cb (diff)
downloadperl-Unix-Statgrab-b6d45f3b47d9a17d29d132a132affae82fa82493.tar.gz
perl-Unix-Statgrab-b6d45f3b47d9a17d29d132a132affae82fa82493.tar.xz
perl-Unix-Statgrab-b6d45f3b47d9a17d29d132a132affae82fa82493.zip
-rw-r--r--perl-Unix-Statgrab.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-Unix-Statgrab.spec b/perl-Unix-Statgrab.spec
index 794828b..1c52fcd 100644
--- a/perl-Unix-Statgrab.spec
+++ b/perl-Unix-Statgrab.spec
@@ -2,7 +2,7 @@ Name: perl-Unix-Statgrab
Summary: Perl extension for collecting information about the machine
Version: 0.03
-Release: 6%{?dist}
+Release: 7%{?dist}
Group: Development/Libraries
License: LGPL
@@ -52,11 +52,14 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%files
%defattr(-,root,root,-)
%doc LICENSE.TXT Changes README
-%{perl_vendorlib}/*/*/*
+%{perl_vendorarch}/Unix
%{perl_vendorarch}/auto/*
%{_mandir}/man3/*.3*
%changelog
+* Wed Aug 24 2005 Oliver Falk <oliver@linux-kernel.at> - 0.03-7
+- Try if Ralf's %files section works
+
* Wed Aug 24 2005 Oliver Falk <oliver@linux-kernel.at> - 0.03-6
- Again