2007-01-16 00:30:06 +01:00
|
|
|
#
|
2009-05-19 01:31:37 +02:00
|
|
|
# spec file for package perl-Config-IniFiles (Version 2.49)
|
2007-01-16 00:30:06 +01:00
|
|
|
#
|
2009-01-22 16:51:58 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:30:06 +01:00
|
|
|
#
|
2009-01-22 16:51:58 +01: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-16 00:30:06 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-01-22 16:51:58 +01:00
|
|
|
|
|
|
|
Name: perl-Config-IniFiles
|
|
|
|
License: Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
2009-04-15 00:17:05 +02:00
|
|
|
Url: http://cpan.org/modules/by-module/Config/
|
2009-01-22 16:51:58 +01:00
|
|
|
Provides: p_cnfini
|
|
|
|
Obsoletes: p_cnfini
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
AutoReqProv: on
|
|
|
|
Summary: A module for reading .ini-style configuration files
|
2009-05-19 01:31:37 +02:00
|
|
|
Version: 2.49
|
2009-01-22 16:51:58 +01:00
|
|
|
Release: 1
|
|
|
|
Source: Config-IniFiles-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:30:06 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Config::IniFiles provides a way to have readable configuration files
|
|
|
|
outside your Perl script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Scott Hutton
|
|
|
|
Rich Bowen <rbowen@rcbowen.com>
|
|
|
|
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
|
|
|
|
|
|
|
|
%prep
|
2009-01-22 16:51:58 +01:00
|
|
|
%setup -n Config-IniFiles-%{version} -q
|
2007-01-16 00:30:06 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2009-01-22 16:51:58 +01:00
|
|
|
make
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2007-01-16 00:30:06 +01:00
|
|
|
|
|
|
|
%install
|
2009-01-22 16:51:58 +01:00
|
|
|
make \
|
2007-01-16 00:30:06 +01:00
|
|
|
DESTDIR=$RPM_BUILD_ROOT \
|
|
|
|
install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{perl_vendorlib}/Config
|
|
|
|
%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
|
|
|
|
|
2009-01-22 16:51:58 +01:00
|
|
|
%changelog
|
2009-05-19 01:31:37 +02:00
|
|
|
* Mon May 18 2009 anicka@suse.cz
|
|
|
|
- update to 2.49
|
|
|
|
* Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209
|
|
|
|
* Makefile.PL lacked the empty "PL_FILES" directive.
|
|
|
|
* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588
|
|
|
|
* Failure to read ini file contents from a scalar
|
|
|
|
(via "IO::Scalar").
|
|
|
|
* added t/23scalar-ref.t
|
2009-04-15 00:17:05 +02:00
|
|
|
* Tue Apr 14 2009 anicka@suse.cz
|
|
|
|
- update to 2.48
|
|
|
|
* bugfixes, documentation fixes
|
2009-01-22 16:51:58 +01:00
|
|
|
* Thu Jan 22 2009 anicka@suse.cz
|
|
|
|
- update to 2.47
|
|
|
|
* Moved the eval'ed debugging code (_assert_invariants) to
|
|
|
|
its own module
|
|
|
|
* Placed IniFiles.pm under lib/Config/IniFiles.pm.
|
|
|
|
* Added a Build.PL file for the distribution.
|
|
|
|
* Made the README contain the useful information and nothing else
|
|
|
|
* bugfixes, test fixes
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-01-22 16:51:58 +01:00
|
|
|
* Mon Jul 11 2005 schubi@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- update to 2.39
|
2009-01-22 16:51:58 +01:00
|
|
|
* Tue Oct 21 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- add norootforbuild to the spec file
|
2009-01-22 16:51:58 +01:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-16 00:30:06 +01:00
|
|
|
- require the perl version we build with
|
2009-01-22 16:51:58 +01:00
|
|
|
* Thu Aug 14 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- update to version 2.38
|
2009-01-22 16:51:58 +01:00
|
|
|
* Fri Jun 13 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- use perl macros in file list
|
2009-01-22 16:51:58 +01:00
|
|
|
* Fri Jun 13 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- add missing directories
|
2009-01-22 16:51:58 +01:00
|
|
|
* Mon May 19 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- remove perllocal.pod after install
|
2009-01-22 16:51:58 +01:00
|
|
|
* Mon May 05 2003 lmuelle@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- update to 2.37
|
|
|
|
- remove superfluous document directory, #26659
|
2009-01-22 16:51:58 +01:00
|
|
|
* Thu Aug 08 2002 mls@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- use macro in filelist
|
2009-01-22 16:51:58 +01:00
|
|
|
* Tue Jul 09 2002 ray@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- update to 2.27
|
2009-01-22 16:51:58 +01:00
|
|
|
* Tue Jul 02 2002 mls@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- remove race in .packlist generation
|
2009-01-22 16:51:58 +01:00
|
|
|
* Mon Feb 25 2002 choeger@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- perlmodule and some README files had been executable
|
2009-01-22 16:51:58 +01:00
|
|
|
* Mon May 21 2001 choeger@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- update to version 2.19
|
2009-01-22 16:51:58 +01:00
|
|
|
* Wed Nov 15 2000 choeger@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- long package name
|
|
|
|
- buildroot
|
2009-01-22 16:51:58 +01:00
|
|
|
* Wed Aug 16 2000 choeger@suse.de
|
2007-01-16 00:30:06 +01:00
|
|
|
- first package, v0.09
|