automatic version update by autodist [release 0.63-1mamba;Sun Oct 09 2022]

This commit is contained in:
Automatic Build System 2024-01-06 09:52:29 +01:00
parent 6c4de56bb0
commit 8d80d01051

View File

@ -1,24 +1,22 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Variable-Magic
Version: 0.62
Version: 0.63
Release: 1mamba
Summary: Variable::Magic - Associate user-defined magic to variables from Perl
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/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Variable::Magic - Associate user-defined magic to variables from Perl.
@ -46,16 +44,19 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
# Fix .so files permissions for stripping
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f .packlist
%defattr(-,root,root)
## note: eventually add the remaining documents (if any)
# %doc README
%changelog
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 0.63-1mamba
- automatic version update by autodist
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 0.62-1mamba
- automatic update by autodist