!1 Init package
From: @xinghe_1 Reviewed-by: @shenyangyang01, @xujing99 Signed-off-by: @shenyangyang01
This commit is contained in:
commit
a9399d0aee
BIN
App-ChangeShebang-0.10.tar.gz
Normal file
BIN
App-ChangeShebang-0.10.tar.gz
Normal file
Binary file not shown.
41
perl-App-ChangeShebang.spec
Normal file
41
perl-App-ChangeShebang.spec
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
Name: perl-App-ChangeShebang
|
||||||
|
Version: 0.10
|
||||||
|
Release: 1
|
||||||
|
Summary: change shebang lines for relocatable perl
|
||||||
|
License: GPL-1.0-or-later
|
||||||
|
URL: https://metacpan.org/pod/App::ChangeShebang
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/App-ChangeShebang-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: perl-Module-Build-Tiny
|
||||||
|
|
||||||
|
%description
|
||||||
|
change shebang lines for relocatable perl
|
||||||
|
|
||||||
|
%package_help
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n App-ChangeShebang-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Build.PL --installdirs=vendor
|
||||||
|
./Build
|
||||||
|
|
||||||
|
%install
|
||||||
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
|
|
||||||
|
%check
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%{_bindir}/*
|
||||||
|
%{perl_privlib}/*
|
||||||
|
|
||||||
|
%files help
|
||||||
|
%doc Changes
|
||||||
|
%{_mandir}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Apr 07 2025 xinghe <xinghe2@h-partners.com> - 0.10-1
|
||||||
|
- Init package
|
||||||
4
perl-App-ChangeShebang.yaml
Normal file
4
perl-App-ChangeShebang.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: App::ChangeShebang
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user