You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.8 KiB
60 lines
1.8 KiB
Name: perl-MooseX-SingleArg |
|
Version: 0.09 |
|
Release: 3%{?dist} |
|
Summary: No-fuss instantiation of Moose objects using a single argument |
|
License: GPL+ or Artistic |
|
Group: Development/Libraries |
|
URL: http://search.cpan.org/dist/MooseX-SingleArg/ |
|
Source0: http://www.cpan.org/authors/id/B/BL/BLUEFEET/MooseX-SingleArg-%{version}.tar.gz |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
|
BuildArch: noarch |
|
BuildRequires: perl-generators |
|
BuildRequires: perl(Module::Build) |
|
BuildRequires: perl(Moose) >= 1.23 |
|
BuildRequires: perl(Test2::V0) >= 0.000094 |
|
BuildRequires: perl(Module::Build::Tiny) |
|
Requires: perl(Moose) >= 1.23 |
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
|
|
|
%description |
|
This module allows Moose instances to be constructed with a single |
|
argument. Your class or role must use this module and then use the |
|
single_arg sugar to declare which attribute will be assigned the single |
|
argument value. |
|
|
|
%prep |
|
%setup -q -n MooseX-SingleArg-%{version} |
|
|
|
%build |
|
%{__perl} Build.PL --installdirs=vendor |
|
./Build |
|
|
|
%install |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 |
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; |
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/* |
|
|
|
%check |
|
./Build test |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%defattr(-,root,root,-) |
|
%doc Changes cpanfile LICENSE META.json minil.toml README.md |
|
%{perl_vendorlib}/* |
|
%{_mandir}/man3/* |
|
|
|
%changelog |
|
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.09-3 |
|
- BuildReq perl-generators (dbd@ehtrace.com) |
|
|
|
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.09-2 |
|
- new package built with tito |
|
|
|
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.09-1 |
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|