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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eac63d0bb3144527044478556ba7a47dedd010f95b29491af07652697c8a3b9c
|
|
||||||
size 12753
|
|
3
LockFile-Simple-0.208.tar.gz
Normal file
3
LockFile-Simple-0.208.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45c77896b2a5a0a45f6202a6f813f437ff8b283f84a1c60d0c4f3730802af3a2
|
||||||
|
size 13219
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 18:33:49 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.208
|
||||||
|
Fix deprecated defined(@array) for Perl 5.16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 14 07:13:31 UTC 2011 - coolo@novell.com
|
Thu Jul 14 07:13:31 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-LockFile-Simple
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,20 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# MANUAL license
|
||||||
Name: perl-LockFile-Simple
|
Name: perl-LockFile-Simple
|
||||||
Version: 0.207
|
Version: 0.208
|
||||||
Release: 1
|
Release: 0
|
||||||
# MANUAL
|
|
||||||
License: GPL-2.0+ or Artistic-1.0
|
|
||||||
%define cpan_name LockFile-Simple
|
%define cpan_name LockFile-Simple
|
||||||
Summary: simple file locking scheme
|
Summary: Simple file locking scheme
|
||||||
Url: http://search.cpan.org/dist/LockFile-Simple/
|
License: GPL-2.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
#BuildRequires: perl(LockFile::Lock)
|
||||||
|
#BuildRequires: perl(LockFile::Lock::Simple)
|
||||||
|
#BuildRequires: perl(LockFile::Manager)
|
||||||
|
#BuildRequires: perl(LockFile::Simple)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -58,9 +61,6 @@ too ancient) before attempting the locking.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
Reference in New Issue
Block a user