Hello community, here is the log from the commit of package perl-Module-Info for openSUSE:Factory checked in at Fri Apr 1 12:58:35 CEST 2011.
-------- --- perl-Module-Info/perl-Module-Info.changes 2010-12-01 14:49:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-Module-Info/perl-Module-Info.changes 2011-04-01 10:25:49.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Apr 1 08:25:14 UTC 2011 - [email protected] + +- update to 0.32 + + Add archlib and privlib to the search path for core modules + (patch by Jonas B. Nielsen). + * Many test fixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Module-Info-0.31.tar.bz2 New: ---- Module-Info-0.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Module-Info.spec ++++++ --- /var/tmp/diff_new_pack.XUtPoA/_old 2011-04-01 12:57:21.000000000 +0200 +++ /var/tmp/diff_new_pack.XUtPoA/_new 2011-04-01 12:57:21.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Module-Info (Version 0.31) +# spec file for package perl-Module-Info # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,60 +15,51 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Module-Info -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +Version: 0.32 +Release: 1 +License: GPL+ or Artistic +%define cpan_name Module-Info Summary: Information about Perl modules -Version: 0.31 -Release: 85 -License: Artistic -Group: Development/Languages/Perl Url: http://search.cpan.org/dist/Module-Info/ -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl +BuildRequires: perl(Module::Build) BuildRequires: perl-macros -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::Pod::Coverage) >= 1.00 -# -BuildRequires: perl(File::Spec) >= 0.08 -Requires: perl(File::Spec) >= 0.08 -Provides: %{cpan_name} +BuildRequires: perl(File::Spec) >= 0.8 +Requires: perl(File::Spec) >= 0.8 +%{perl_requires} %description -Module::Info gives you information about Perl modules without actually -loading the module. It actually isn't specific to modules and should -work on any perl code. - - - -Authors: --------- - Mattia Barbon <[email protected]> +Module::Info gives you information about Perl modules *without actually +loading the module*. It actually isn't specific to modules and should work +on any perl code. %prep -%setup -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root) +%defattr(644,root,root,755) %doc Changes %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
