forked from pool/perl-LockFile-Simple
- updated to 0.208
Fix deprecated defined(@array) for Perl 5.16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LockFile-Simple?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
beda0bae90
commit
5d615eb5c6
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-LockFile-Simple
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,20 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
# MANUAL license
|
||||
Name: perl-LockFile-Simple
|
||||
Version: 0.207
|
||||
Release: 1
|
||||
# MANUAL
|
||||
License: GPL-2.0+ or Artistic-1.0
|
||||
Version: 0.208
|
||||
Release: 0
|
||||
%define cpan_name LockFile-Simple
|
||||
Summary: simple file locking scheme
|
||||
Url: http://search.cpan.org/dist/LockFile-Simple/
|
||||
Summary: Simple file locking scheme
|
||||
License: GPL-2.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/J/JV/JV/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/LockFile-Simple/
|
||||
Source: http://www.cpan.org/authors/id/S/SC/SCHWIGON/lockfile-simple/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(LockFile::Lock)
|
||||
#BuildRequires: perl(LockFile::Lock::Simple)
|
||||
#BuildRequires: perl(LockFile::Manager)
|
||||
#BuildRequires: perl(LockFile::Simple)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -58,9 +61,6 @@ too ancient) before attempting the locking.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog README
|
||||
|
Reference in New Issue
Block a user