1.24
This commit is contained in:
parent
634c665882
commit
d1fa531fa4
@ -1 +1,2 @@
|
||||
BSD-Resource-1.23.tar.gz
|
||||
BSD-Resource-1.24.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user