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