forked from pool/perl-Config-IniFiles
Accepting request 177629 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/177629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=31
This commit is contained in:
parent
6cd4066c56
commit
0aca3282b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:503bd5923dbed3940a77d59868ce6fdf956f6aa6faf9105e4feeec0101ef9626
|
|
||||||
size 62973
|
|
3
Config-IniFiles-2.82.tar.gz
Normal file
3
Config-IniFiles-2.82.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd116a7104ce2f477b182dc3a57a191a3a1f65c42cd9c2dabab65e11dce88ee1
|
||||||
|
size 64192
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 15:55:18 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.82
|
||||||
|
* Add t/style-trailing-space.t .
|
||||||
|
- Remove trailing space.
|
||||||
|
|
||||||
|
* Add the CopySection method to copy a section.
|
||||||
|
- Thanks to James Rouzier.
|
||||||
|
|
||||||
|
* Add the RenameSection method to rename a section.
|
||||||
|
- Thanks to James Rouzier.
|
||||||
|
|
||||||
|
* Fix test failures with Pod-Simple-3.28:
|
||||||
|
- http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286
|
||||||
|
|
||||||
|
* Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
|
||||||
|
- Warnings on undefined value in length in perl-5.10.x.
|
||||||
|
|
||||||
|
* Bump the List::MoreUtils dependency to '0.33'.
|
||||||
|
- https://rt.cpan.org/Ticket/Display.html?id=77930
|
||||||
|
- Thanks to TJENNESS for the report.
|
||||||
|
|
||||||
|
* Correct the documentation regarding the syntax of calling ->WriteConfig(),
|
||||||
|
which always accepts a mandatory filename and not just
|
||||||
|
"->WriteConfig(-delta => 1)".
|
||||||
|
- Thanks to the Mageia Linux QA team at:
|
||||||
|
- https://bugs.mageia.org/show_bug.cgi?id=6024#c17
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 30 13:11:50 UTC 2012 - vcizek@suse.com
|
Wed May 30 13:11:50 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-IniFiles
|
# spec file for package perl-Config-IniFiles
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 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
|
||||||
@ -17,30 +17,29 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-IniFiles
|
Name: perl-Config-IniFiles
|
||||||
%define cpan_name Config-IniFiles
|
Version: 2.82
|
||||||
Summary: Module for reading .ini-style configuration files
|
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Version: 2.75
|
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_name Config-IniFiles
|
||||||
|
Summary: A module for reading .ini-style configuration files.
|
||||||
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-IniFiles/
|
Url: http://search.cpan.org/dist/Config-IniFiles/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
|
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(List::MoreUtils) >= 0.33
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(Module::Build) >= 0.36
|
||||||
BuildRequires: perl(IO::Scalar)
|
#BuildRequires: perl(Config::IniFiles)
|
||||||
BuildRequires: perl(List::MoreUtils)
|
#BuildRequires: perl(Config::IniFiles::Debug)
|
||||||
BuildRequires: perl(Module::Build)
|
#BuildRequires: perl(Config::IniFiles::TestPaths)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
#BuildRequires: perl(IO::All)
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
#BuildRequires: perl(IO::Scalar)
|
||||||
Requires: perl(File::Basename)
|
#BuildRequires: perl(Module::Build::Compat) >= 0.02
|
||||||
Requires: perl(File::Temp)
|
#BuildRequires: perl(Test::Run::Builder)
|
||||||
Requires: perl(IO::Scalar)
|
#BuildRequires: perl(Test::Run::CmdLine::Iface)
|
||||||
Requires: perl(List::MoreUtils)
|
Requires: perl(List::MoreUtils) >= 0.33
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,35 +48,22 @@ outside your Perl script. Configurations can be imported (inherited,
|
|||||||
stacked,...), sections can be grouped, and settings can be accessed from a
|
stacked,...), sections can be grouped, and settings can be accessed from a
|
||||||
tied hash.
|
tied hash.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Scott Hutton
|
|
||||||
Rich Bowen <rbowen@rcbowen.com>
|
|
||||||
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Config-IniFiles-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
#rpmlint: wrong-file-end-of-line-encoding
|
|
||||||
%{__perl} -p -i -e "s|\r\n|\n|" Changes
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
./Build
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README scripts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user