1 Star 0 Fork 4

bypass/perl-CGI-Application

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-CGI-Application.spec 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
bypass 提交于 2024-06-20 11:21 . Package init
Name: perl-CGI-Application
Version: 4.61
Release: 1
Summary: Framework for building reusable web-applications
License: GPL+ or Artistic
URL: https://metacpan.org/release/CGI-Application
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARTO/CGI-Application-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(CGI)
BuildRequires: perl(CGI::PSGI)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::ISA)
BuildRequires: perl(HTML::Template)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
Requires: perl(CGI)
Requires: perl(HTML::Template)
%{?perl_default_filter}
%description
CGI::Application is an Object-Oriented Perl module which implements an
Abstract Class. It is not intended that this package be instantiated
directly. Instead, it is intended that your Application Module will be
implemented as a Sub-Class of CGI::Application.
%prep
%setup -q -n CGI-Application-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
%install
./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
%files
%doc ARTISTIC Changes GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Thu Jun 20 2024 xieyanlong <xieyanlong@kylinos.cn> - 4.61-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bpass/perl-CGI-Application.git
git@gitee.com:bpass/perl-CGI-Application.git
bpass
perl-CGI-Application
perl-CGI-Application
master

搜索帮助