From 8d80d010514bcef0cbc9ffbd7631c5bfc0244875 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:52:29 +0100 Subject: [PATCH] automatic version update by autodist [release 0.63-1mamba;Sun Oct 09 2022] --- perl-Variable-Magic.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/perl-Variable-Magic.spec b/perl-Variable-Magic.spec index 7fd57b5..64ac864 100644 --- a/perl-Variable-Magic.spec +++ b/perl-Variable-Magic.spec @@ -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 -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 0.63-1mamba +- automatic version update by autodist + * Thu Nov 23 2017 Automatic Build System 0.62-1mamba - automatic update by autodist