Accepting request 603367 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/603367 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ConfigDir?expand=0&rev=2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-ConfigDir
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,20 +17,22 @@
|
||||
|
||||
|
||||
Name: perl-File-ConfigDir
|
||||
Version: 0.018
|
||||
Version: 0.021
|
||||
Release: 0
|
||||
%define cpan_name File-ConfigDir
|
||||
Summary: Get directories of configuration files
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-ConfigDir/
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Path) >= 2.000000
|
||||
BuildRequires: perl(Test::More) >= 0.9
|
||||
BuildRequires: perl(Test::Without::Module)
|
||||
Requires: perl(File::Path) >= 2.000000
|
||||
Recommends: perl(File::HomeDir) >= 0.50
|
||||
Recommends: perl(List::MoreUtils) >= v0.0.419
|
||||
@@ -40,14 +42,14 @@ Recommends: perl(List::MoreUtils::XS) >= v0.0.418
|
||||
%description
|
||||
This module is a helper for installing, reading and finding configuration
|
||||
file locations. It's intended to work in every supported Perl5 environment
|
||||
and will always try to Do The Right Thing(tm).
|
||||
and will always try to Do The Right Thing(TM).
|
||||
|
||||
'File::ConfigDir' is a module to help out when perl modules (especially
|
||||
applications) need to read and store configuration files from more than one
|
||||
location. Writing user configuration is easy thanks to File::HomeDir, but
|
||||
what when the system administrator needs to place some global configuration
|
||||
or there will be system related configuration (in '/etc' on UNIX(tm) or
|
||||
'$ENV{windir}' on Windows(tm)) and some network configuration in nfs mapped
|
||||
or there will be system related configuration (in '/etc' on UNIX(TM) or
|
||||
'$ENV{windir}' on Windows(TM)) and some network configuration in NFS mapped
|
||||
'/etc/p5-app' or '$ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app"',
|
||||
respectively.
|
||||
|
||||
@@ -71,6 +73,7 @@ user to pick the right directory for each particular application.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
%doc Changes GPL-1 README.md
|
||||
%license ARTISTIC-1.0 LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user