Update to latest version.

This commit is contained in:
Robin Norwood 2007-08-24 03:25:04 +00:00
parent 37449b3cc4
commit 30ce3629c3

View File

@ -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 <rnorwood@redhat.com> 1.28-3
- Fix license tag.
- Add %%doc section
* Sat Jun 30 2007 Steven Pritchard <steve@kspei.com> 1.28-2
- Fix find option order.
- Use fixperms macro instead of our own chmod incantation.