- split off Test::Moose

epel9
Chris Weyl 16 years ago
parent fe0e2f4642
commit c989af912b

@ -1,6 +1,6 @@
Name: perl-Moose Name: perl-Moose
Version: 0.81 Version: 0.81
Release: 1%{?dist} Release: 2%{?dist}
Summary: Complete modern object system for Perl 5 Summary: Complete modern object system for Perl 5
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -74,6 +74,17 @@ While Moose is very much inspired by Perl 6, it is not itself Perl
tired or writing the same old boring Perl 5 OO code, and drooling over tired or writing the same old boring Perl 5 OO code, and drooling over
Perl 6 OO. So instead of switching to Ruby, I wrote Moose :) Perl 6 OO. So instead of switching to Ruby, I wrote Moose :)
%package -n perl-Test-Moose
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Test functions for Moose specific features
Requires: %{name} = %{version}-%{release}
%description -n perl-Test-Moose
This module provides some useful test functions for Moose based classes.
It is an experimental first release, so comments and suggestions are
very welcome.
%prep %prep
%setup -q -n Moose-%{version} %setup -q -n Moose-%{version}
@ -105,9 +116,19 @@ rm -rf %{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes README doap.rdf t/ %doc Changes README doap.rdf t/
%{perl_vendorlib}/* %{perl_vendorlib}/*
%exclude %{perl_vendorlib}/Test
%{_mandir}/man3/* %{_mandir}/man3/*
%exclude %{_mandir}/man3/Test::Moose*
%files -n perl-Test-Moose
%defattr(-,root,root,-)
%{perl_vendorlib}/Test
%{_mandir}/man3/Test::Moose*
%changelog %changelog
* Mon Jun 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.81-2
- split off Test::Moose
* Tue Jun 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.81-1 * Tue Jun 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.81-1
- auto-update to 0.81 (by cpan-spec-update 0.01) - auto-update to 0.81 (by cpan-spec-update 0.01)
- altered br on perl(Class::MOP) (0.83 => 0.85) - altered br on perl(Class::MOP) (0.83 => 0.85)
@ -258,10 +279,3 @@ rm -rf %{buildroot}
* Sat Sep 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.12-1 * Sat Sep 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.12-1
- Specfile autogenerated by cpanspec 1.69.1. - Specfile autogenerated by cpanspec 1.69.1.
Checking : Moose-0.79.tar.gz on https://cvs.fedoraproject.org/repo/pkgs/upload.cgi...
Uploading: Moose-0.79.tar.gz to https://cvs.fedoraproject.org/repo/pkgs/upload.cgi...
Source upload succeeded. Don't forget to commit the new ./sources file
M sources
M .cvsignore

Loading…
Cancel
Save