0.22
This commit is contained in:
parent
68a06d0537
commit
7971447745
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Test-Warn-0.21.zip
|
||||
/Test-Warn-0.22.tar.gz
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
Name: perl-Test-Warn
|
||||
Version: 0.21
|
||||
Release: 4%{?dist}
|
||||
Version: 0.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension to test methods for warnings
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-Warn/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Array::Compare)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -42,7 +39,6 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
@ -53,10 +49,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
make test
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
@ -65,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 4 2011 Tom Callaway <spot@fedoraproject.org> - 0.22-1
|
||||
- update to 0.22
|
||||
|
||||
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.21-4
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user