rebuilt with perl 5.36.0 [release 0.14-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
6209afc77a
commit
ea1c70bf87
@ -2,21 +2,21 @@
|
||||
|
||||
Name: perl-Sub-Identify
|
||||
Version: 0.14
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Sub::Identify - Retrieve names of code references
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Sub::Identify - Retrieve names of code references.
|
||||
@ -44,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -54,6 +56,9 @@ done
|
||||
#
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.14-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Sat Oct 28 2017 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user