diff --git a/App-ChangeShebang-0.10.tar.gz b/App-ChangeShebang-0.10.tar.gz new file mode 100644 index 0000000..b99dcc0 Binary files /dev/null and b/App-ChangeShebang-0.10.tar.gz differ diff --git a/perl-App-ChangeShebang.spec b/perl-App-ChangeShebang.spec new file mode 100644 index 0000000..203ad5a --- /dev/null +++ b/perl-App-ChangeShebang.spec @@ -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 - 0.10-1 +- Init package diff --git a/perl-App-ChangeShebang.yaml b/perl-App-ChangeShebang.yaml new file mode 100644 index 0000000..23e5629 --- /dev/null +++ b/perl-App-ChangeShebang.yaml @@ -0,0 +1,4 @@ +version_control: metacpan +src_repo: App::ChangeShebang +tag_prefix: ^v +separator: .