diff --git a/.cvsignore b/.cvsignore index 3ba954e..072c0c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ BSD-Resource-1.23.tar.gz +BSD-Resource-1.24.tar.gz diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index b71d1b7..c19ffd9 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -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 -- remove brp-compress +* Thu Mar 31 2005 Warren Togami 1.24-1 +- 1.24 * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 3144bcb..4c3ebb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e236559c301f00a1d20eaf5931e7ad6a BSD-Resource-1.23.tar.gz +9589f6bbae6520dd053a8f50fb934e7c BSD-Resource-1.24.tar.gz