|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Types-LoadableClass
|
|
|
|
|
Version: 0.006
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.007
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: ClassName type constraint with coercion to load the class
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -42,12 +42,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 21 2012 Iain Arnell <iarnell@gmail.com> 0.007-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|