initial commit of file from CVS for perl-Mojolicious-Plugin-I18N on Sun Mar 24 22:26:54 AEDT 2024
This commit is contained in:
parent
9ca63fda39
commit
d3bfa9ffc2
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*. filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
BIN
Mojolicious-Plugin-I18N-1.6.tar.gz
Normal file
BIN
Mojolicious-Plugin-I18N-1.6.tar.gz
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
# perl-Mojolicious-Plugin-I18N
|
||||
|
||||
3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-I18N smeserver
|
||||
3rd Party (Maintained by Koozali) git repo for perl-Mojolicious-Plugin-I18N smeserver
|
||||
|
||||
## Description
|
||||
|
||||
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
||||
*Once it has been checked, then this comment will be deleted*
|
||||
<br />
|
||||
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@ -0,0 +1 @@
|
||||
sme10
|
53
perl-Mojolicious-Plugin-I18N.spec
Normal file
53
perl-Mojolicious-Plugin-I18N.spec
Normal file
@ -0,0 +1,53 @@
|
||||
Name: perl-Mojolicious-Plugin-I18N
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Internationalization Plugin for Mojolicious
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Mojolicious-Plugin-I18N/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHARIFULN/Mojolicious-Plugin-I18N-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 0:5.010001
|
||||
BuildRequires: perl(I18N::LangTags) >= 0.35
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Mojolicious) >= 5
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(I18N::LangTags) >= 0.35
|
||||
Requires: perl(Mojolicious) >= 5
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Mojolicious::Plugin::I18N is internationalization plugin for Mojolicious It
|
||||
works with Mojolicious 4.0+.
|
||||
|
||||
%prep
|
||||
%setup -q -n Mojolicious-Plugin-I18N-%{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 META.json script
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 1.6-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user