|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-autobox
|
|
|
|
Name: perl-autobox
|
|
|
|
Version: 2.71
|
|
|
|
Version: 2.73
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Call methods on native types
|
|
|
|
Summary: Call methods on native types
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -42,13 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc Changes README
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
%{perl_vendorarch}/autobox*
|
|
|
|
%{perl_vendorarch}/autobox*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> 2.73-1
|
|
|
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 2.71-3
|
|
|
|
* Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 2.71-3
|
|
|
|
- update requires filtering to use standard macros
|
|
|
|
- update requires filtering to use standard macros
|
|
|
|
|
|
|
|
|
|
|
|