Import MooseX::SingleArg

This commit is contained in:
Daniel Berteaud 2022-02-11 20:27:07 +01:00
parent 54f94b5e8c
commit f542ecf7cd
3 changed files with 57 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

BIN
MooseX-SingleArg-0.09.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,53 @@
Name: perl-MooseX-SingleArg
Version: 0.09
Release: 1%{?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(Module::Build)
BuildRequires: perl(Moose) >= 1.23
BuildRequires: perl(Test2::V0) >= 0.000094
Requires: perl(Moose) >= 1.23
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl(MooseX::SingleArg)
%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-1
- Specfile autogenerated by cpanspec 1.78.