Init package

This commit is contained in:
xh 2025-04-07 09:23:02 +00:00
parent 58faa188b6
commit 90c242ac3b
3 changed files with 45 additions and 0 deletions

Binary file not shown.

View 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

View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: App::ChangeShebang
tag_prefix: ^v
separator: .