automatic version update by autodist [release 0.208-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:16:10 +01:00
parent 7081cbfeee
commit efe5333479

View File

@ -1,29 +1,28 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-LockFile-Simple
Version: 0.207
Release: 2mamba
Version: 0.208
Release: 1mamba
Summary: LockFile::Simple - simple file locking scheme
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/J/JV/JV/LockFile-Simple-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/LockFile/LockFile-Simple-%{version}.tar.gz
Patch0: perl-LockFile-Simple-0.207-fix-deprecation-warning.patch
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Simple file locking scheme.
%prep
%setup -q -n LockFile-Simple-%{version}
%patch0 -p1
#%patch0 -p1
%build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -51,10 +50,10 @@ done
%files -f .packlist
%defattr(-,root,root)
## note: eventually add the remaining documents (if any)
# %doc ChangeLog README
%changelog
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 0.208-1mamba
- automatic version update by autodist
* Sat Jun 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.207-2mamba
- patch to fix warning 'defined(@array) is deprecated'