2007-01-15 23:30:06 +00:00
|
|
|
#
|
2011-06-23 08:10:56 +00:00
|
|
|
# spec file for package perl-Config-IniFiles
|
2007-01-15 23:30:06 +00:00
|
|
|
#
|
2012-05-30 13:57:38 +00:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:06 +00:00
|
|
|
#
|
2009-01-22 15:51:58 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:30:06 +00:00
|
|
|
#
|
|
|
|
|
2010-08-02 01:29:15 +00:00
|
|
|
|
2009-01-22 15:51:58 +00:00
|
|
|
Name: perl-Config-IniFiles
|
2010-08-02 01:29:17 +00:00
|
|
|
%define cpan_name Config-IniFiles
|
|
|
|
Summary: Module for reading .ini-style configuration files
|
2011-12-07 13:57:04 +00:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
2010-08-02 01:29:17 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2012-05-30 13:57:38 +00:00
|
|
|
Version: 2.75
|
2011-12-07 13:57:04 +00:00
|
|
|
Release: 0
|
2010-08-02 01:29:17 +00:00
|
|
|
Url: http://search.cpan.org/dist/Config-IniFiles/
|
|
|
|
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
|
2011-06-23 08:10:56 +00:00
|
|
|
Source: %{cpan_name}-%{version}.tar.gz
|
2010-08-02 01:29:17 +00:00
|
|
|
BuildArch: noarch
|
2010-08-02 01:29:15 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-08-02 01:29:17 +00:00
|
|
|
BuildRequires: perl
|
2012-05-30 13:57:38 +00:00
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Temp)
|
2011-12-07 13:57:04 +00:00
|
|
|
BuildRequires: perl(IO::Scalar)
|
2012-05-30 13:57:38 +00:00
|
|
|
BuildRequires: perl(List::MoreUtils)
|
2010-08-02 01:29:17 +00:00
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.14
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
2012-05-30 13:57:38 +00:00
|
|
|
Requires: perl(File::Basename)
|
|
|
|
Requires: perl(File::Temp)
|
2010-08-02 01:29:17 +00:00
|
|
|
Requires: perl(IO::Scalar)
|
2012-05-30 13:57:38 +00:00
|
|
|
Requires: perl(List::MoreUtils)
|
2010-12-10 11:08:27 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:30:06 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Config::IniFiles provides a way to have readable configuration files
|
2010-08-02 01:29:17 +00:00
|
|
|
outside your Perl script. Configurations can be imported (inherited,
|
|
|
|
stacked,...), sections can be grouped, and settings can be accessed from a
|
|
|
|
tied hash.
|
2007-01-15 23:30:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Scott Hutton
|
|
|
|
Rich Bowen <rbowen@rcbowen.com>
|
|
|
|
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
|
|
|
|
|
|
|
%prep
|
2010-08-02 01:29:17 +00:00
|
|
|
%setup -q -n Config-IniFiles-%{version}
|
|
|
|
#rpmlint: wrong-file-end-of-line-encoding
|
|
|
|
%{__perl} -p -i -e "s|\r\n|\n|" Changes
|
2007-01-15 23:30:06 +00:00
|
|
|
|
|
|
|
%build
|
2010-08-02 01:29:17 +00:00
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build
|
2010-08-02 01:29:15 +00:00
|
|
|
|
2009-01-22 15:51:58 +00:00
|
|
|
%check
|
2010-08-02 01:29:17 +00:00
|
|
|
./Build test
|
2007-01-15 23:30:06 +00:00
|
|
|
|
|
|
|
%install
|
2010-08-02 01:29:17 +00:00
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
|
|
%perl_gen_filelist
|
2007-01-15 23:30:06 +00:00
|
|
|
|
|
|
|
%clean
|
2010-08-02 01:29:17 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
2007-01-15 23:30:06 +00:00
|
|
|
|
2010-08-02 01:29:17 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README
|
2007-01-15 23:30:06 +00:00
|
|
|
|
2009-01-22 15:51:58 +00:00
|
|
|
%changelog
|