42 lines
844 B
RPMSpec
42 lines
844 B
RPMSpec
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
|