Accepting request 40989 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl-Config-IniFiles via accept of submit request 40989 revision 3.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/40989
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=11
This commit is contained in:
Christian Wittmer 2010-06-02 12:28:26 +00:00 committed by Git OBS Bridge
parent 4ceea54ccb
commit 9e7c86b7a5
5 changed files with 66 additions and 34 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffb86c521b3a57d119ed36b2c84341ef7323d58535b50ccb5292d99e0312bdd5
size 36988

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66e0bc4720b57afa81e43aa817d997d2a8eeab6f7ba5cd659f9393dac0ac44e9
size 37482

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jun 2 12:22:56 UTC 2010 - chris@computersalat.de
- update to 2.58
* Incorporated a fix for some broken POD.
- https://rt.cpan.org/Ticket/Display.html?id=51617
- Thanks to Frank Wiegand for reporting it.
* Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm .
- It interfered with applying a patch.
* Applied a patch to get rid of indirect object notation in the documentation
and code ("new Config::IniFiles") and replace it with Config::IniFiles->new().
- https://rt.cpan.org/Ticket/Display.html?id=57536
- Thanks to Tom Molesworth for the patch.
- package recreated by cpanspec 1.78
- noarch package
- switch from Makefile.PL > Build.PL
-------------------------------------------------------------------
Thu Mar 4 14:46:10 CET 2010 - anicka@suse.cz
- update to 2.57
* Fixed failure to read the ini file contents from a filehandle made out of a
scalar
- https://rt.cpan.org/Ticket/Display.html?id=45997
- Applied a patch by Nicolas Mendoza - thanks!
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 13 16:32:58 CET 2010 - anicka@suse.cz Wed Jan 13 16:32:58 CET 2010 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-Config-IniFiles (Version 2.56) # spec file for package perl-Config-IniFiles (Version 2.58)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,24 +17,35 @@
# norootforbuild # norootforbuild
Name: perl-Config-IniFiles Name: perl-Config-IniFiles
License: Artistic License .. %define cpan_name Config-IniFiles
Group: Development/Libraries/Perl Summary: Module for reading .ini-style configuration files
Url: http://cpan.org/modules/by-module/Config/ Version: 2.58
Provides: p_cnfini
Obsoletes: p_cnfini
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: A module for reading .ini-style configuration files
Version: 2.56
Release: 1 Release: 1
Source: Config-IniFiles-%{version}.tar.bz2 License: GPL v1+, Artistic License
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-IniFiles/
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dos2unix
BuildRequires: perl
BuildRequires: perl(Module::Build)
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(IO::Scalar)
Requires: perl = %{perl_version}
Requires: perl(IO::Scalar)
%description %description
Config::IniFiles provides a way to have readable configuration files Config::IniFiles provides a way to have readable configuration files
outside your Perl script. outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from a
tied hash.
@ -45,31 +56,24 @@ Authors:
Jeremy Wadsack <dgsupport at wadsack-allen dot com> Jeremy Wadsack <dgsupport at wadsack-allen dot com>
%prep %prep
%setup -n Config-IniFiles-%{version} -q %setup -q -n Config-IniFiles-%{version}
dos2unix Changes
%build %build
perl Makefile.PL %{__perl} Build.PL installdirs=vendor
make %{?_smp_mflags} ./Build
%check %check
make test ./Build test
%install %install
make \ ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
DESTDIR=$RPM_BUILD_ROOT \ %perl_gen_filelist
install_vendor
%perl_process_packlist
%clean %clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT} %{__rm} -rf $RPM_BUILD_ROOT
%files %files -f %{name}.files
%defattr(-, root, root) %defattr(-,root,root,-)
%dir %{perl_vendorlib}/Config %doc Changes README
%attr(0644,root,root) %{perl_vendorlib}/Config/IniFiles.pm
%dir %{perl_vendorarch}/auto/Config
%{perl_vendorarch}/auto/Config/IniFiles
%doc %{perl_installman3dir}/Config::IniFiles.3pm.gz
/var/adm/perl-modules/perl-Config-IniFiles
%changelog %changelog

0
ready
View File