From 30ce3629c376448ea46c89a6ddc4021291189e98 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Fri, 24 Aug 2007 03:25:04 +0000 Subject: [PATCH] Update to latest version. --- perl-BSD-Resource.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index 7ab8a8d..8418cbe 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -1,10 +1,10 @@ Name: perl-BSD-Resource Version: 1.28 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BSD process resource limit and priority functions Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/BSD-Resource/ Source0: http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-%{version}.tar.gz # Modified from http://rt.cpan.org/Public/Bug/Display.html?id=13131 @@ -47,12 +47,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%doc ChangeLog README %{perl_vendorarch}/BSD/ %{perl_vendorarch}/auto/BSD/ %{_mandir}/man3/*.3* %changelog +* Thu Aug 23 2007 Robin Norwood 1.28-3 +- Fix license tag. +- Add %%doc section + * Sat Jun 30 2007 Steven Pritchard 1.28-2 - Fix find option order. - Use fixperms macro instead of our own chmod incantation.