|
|
@ -1,12 +1,11 @@
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
Name: perl-MooseX-Getopt
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
Summary: Moose role for processing command line options
|
|
|
|
Version: 0.33
|
|
|
|
Version: 0.35
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Getopt/
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Getopt/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -14,16 +13,15 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.37
|
|
|
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081
|
|
|
|
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081
|
|
|
|
BuildRequires: perl(Moose) >= 0.56
|
|
|
|
BuildRequires: perl(Moose) >= 0.56
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.21
|
|
|
|
BuildRequires: perl(MooseX::SimpleConfig) >= 0.07
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Requires) >= 0.05
|
|
|
|
BuildRequires: perl(Test::Requires) >= 0.05
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.21
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.21
|
|
|
|
|
|
|
|
|
|
|
|
Requires: perl(Getopt::Long) >= 2.37
|
|
|
|
|
|
|
|
Requires: perl(Getopt::Long::Descriptive) >= 0.081
|
|
|
|
|
|
|
|
Requires: perl(Moose) >= 0.56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_subpackage_tests}
|
|
|
|
%{?perl_default_subpackage_tests}
|
|
|
@ -40,8 +38,6 @@ objects using parameters passed in from the command line.
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
@ -52,9 +48,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog README
|
|
|
|
%doc ChangeLog README
|
|
|
@ -62,6 +55,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Mar 06 2011 Iain Arnell <iarnell@gmail.com> 0.35-1
|
|
|
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-2
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|