This commit is contained in:
Warren Togami 2005-03-31 22:31:30 +00:00
parent 634c665882
commit d1fa531fa4
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1,2 @@
BSD-Resource-1.23.tar.gz
BSD-Resource-1.24.tar.gz

View File

@ -1,15 +1,15 @@
%define _use_internal_dependency_generator 0
Name: perl-BSD-Resource
Version: 1.23
Release: 7
Version: 1.24
Release: 1
Summary: BSD process resource limit and priority functions
License: distributable
Group: Development/Libraries
URL: http://search.cpan.org/search?mode=module&query=BSD%3a%3aResource
URL: http://search.cpan.org/~jhi/BSD-Resource-1.24/Resource.pm
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: perl >= 0:5.00503
Source0: BSD-Resource-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/J/JH/JHI/BSD-Resource-%{version}.tar.gz
%description
A module providing an interface for testing and setting process limits
@ -25,11 +25,13 @@ make test || /bin/true
%clean
rm -rf $RPM_BUILD_ROOT
%install
%install
rm -rf $RPM_BUILD_ROOT
make install
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
find $RPM_BUILD_ROOT/usr -type f -print | \
@ -48,8 +50,8 @@ fi
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 1.24-1
- 1.24
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
e236559c301f00a1d20eaf5931e7ad6a BSD-Resource-1.23.tar.gz
9589f6bbae6520dd053a8f50fb934e7c BSD-Resource-1.24.tar.gz