diff --git a/perl-LockFile-Simple.spec b/perl-LockFile-Simple.spec index c01a752..24d36cb 100644 --- a/perl-LockFile-Simple.spec +++ b/perl-LockFile-Simple.spec @@ -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 -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 0.208-1mamba +- automatic version update by autodist + * Sat Jun 21 2014 Silvan Calarco 0.207-2mamba - patch to fix warning 'defined(@array) is deprecated'