commit perl-Config-Simple for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Config-Simple for openSUSE:Factory checked in at Wed Nov 10 21:50:36 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ perl-Config-Simple/perl-Config-Simple.changes 2010-07-31 10:22:08.000000000 +0200 @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Sat Jul 31 08:02:21 UTC 2010 - lars@linux-schulserver.de + +- add required AutoLoader +- revert most of the last changes - package must be arch dependend + +------------------------------------------------------------------- +Tue Jun 22 14:56:47 UTC 2010 - chris@computersalat.de + +- fix build for <= 1120 + o no auto dir include +- rework spec with cpanspec + +------------------------------------------------------------------- +Mon May 3 12:26:22 UTC 2010 - lars@linux-schulserver.de + +- initial version 4.59 + calling whatdependson for head-i586 New: ---- Config-Simple-4.59.tar.bz2 perl-Config-Simple.changes perl-Config-Simple.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Config-Simple.spec ++++++ # # spec file for package perl-Config-Simple (Version 4.59) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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/ # # norootforbuild Name: perl-Config-Simple %define cpan_name %( %{__sed} -e 's,perl-,,' <<< %{name} ) Summary: Simple configuration file class Url: http://search.cpan.org/perldoc?Config::Simple Group: Development/Libraries/Perl License: Artistic Version: 4.59 Release: 1 Source: %{cpan_name}-%{version}.tar.bz2 Requires: perl = %{perl_version} Requires: perl(AutoLoader) BuildRequires: perl BuildRequires: perl-macros %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files. Author: ------- Sherzod B. Ruzmetov %prep %setup -q -n %{cpan_name}-%{version} # rpmlint: executable-docs, script-without-shebang chmod 644 Changes README Simple.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %dir %perl_vendorlib/Config %perl_vendorlib/Config/Simple.pm %dir %{perl_vendorlib}/auto/Config %dir %{perl_vendorlib}/auto/Config/Simple %{perl_vendorlib}/auto/Config/Simple/* %dir %{perl_vendorarch}/auto/Config %dir %{perl_vendorarch}/auto/Config/Simple %{perl_vendorarch}/auto/Config/Simple/.packlist %{_mandir}/man3/Config::Simple.3pm.gz /var/adm/perl-modules/perl-Config-Simple %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de