Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory
checked in at Wed Jul 20 09:58:24 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Module-Install/perl-Module-Install.changes    
    2011-05-01 12:41:50.000000000 +0200
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Sun May  1 10:37:31 UTC 2011 - [email protected]
+
+- updated to 1.01
+    - Better error message in install_share (CHORNY)
+    - Compatibility with MYMETA.yml support in EUMM (CHORNY)
+    - Support for extraction of Artistic 2.0 license (CHORNY)
+    - Support https links when searching for bug trackers (CHORNY)
+
+-------------------------------------------------------------------
+Wed Dec  1 13:33:43 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Wed Sep  1 08:39:28 UTC 2010 - [email protected]
+
+- recreated by cpanspec 1.78
+- bzipped Source
+- noarch pkg
+
+-------------------------------------------------------------------
+Wed Sep  1 05:02:52 UTC 2010 - [email protected]
+
+- initial package (1.00)
+

calling whatdependson for head-i586


New:
----
  Module-Install-1.01.tar.gz
  perl-Module-Install.changes
  perl-Module-Install.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Module-Install.spec ++++++
#
# spec file for package perl-Module-Install
#
# 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
# 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/
#



Name:           perl-Module-Install
Version:        1.01
Release:        1
License:        GPL+ or Artistic
%define cpan_name Module-Install
Summary:        Standalone, extensible Perl module installer
Url:            http://search.cpan.org/dist/Module-Install/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Archive::Tar) >= 1.44
BuildRequires:  perl(Devel::PPPort) >= 3.16
BuildRequires:  perl(ExtUtils::Install) >= 1.52
BuildRequires:  perl(ExtUtils::ParseXS) >= 2.19
BuildRequires:  perl(File::Remove) >= 1.42
BuildRequires:  perl(File::Spec) >= 3.28
BuildRequires:  perl(JSON) >= 2.14
BuildRequires:  perl(LWP::UserAgent) >= 5.812
BuildRequires:  perl(Module::Build) >= 0.29
BuildRequires:  perl(Module::CoreList) >= 2.17
BuildRequires:  perl(Module::ScanDeps) >= 0.89
BuildRequires:  perl(PAR::Dist) >= 0.29
BuildRequires:  perl(Parse::CPAN::Meta) >= 1.39
BuildRequires:  perl(Test::Harness) >= 3.13
BuildRequires:  perl(Test::More) >= 0.86
BuildRequires:  perl(YAML::Tiny) >= 1.33
Requires:       perl(Archive::Tar) >= 1.44
Requires:       perl(Devel::PPPort) >= 3.16
Requires:       perl(ExtUtils::Install) >= 1.52
Requires:       perl(ExtUtils::ParseXS) >= 2.19
Requires:       perl(File::Remove) >= 1.42
Requires:       perl(File::Spec) >= 3.28
Requires:       perl(JSON) >= 2.14
Requires:       perl(LWP::UserAgent) >= 5.812
Requires:       perl(Module::Build) >= 0.29
Requires:       perl(Module::CoreList) >= 2.17
Requires:       perl(Module::ScanDeps) >= 0.89
Requires:       perl(PAR::Dist) >= 0.29
Requires:       perl(Parse::CPAN::Meta) >= 1.39
Requires:       perl(YAML::Tiny) >= 1.38
%{perl_requires}

%description
*Module::Install* is a package for writing installers for CPAN (or
CPAN-like) distributions that are clean, simple, minimalist, act in a
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
on any Perl installation version 5.005 or newer.

The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow all
the best practices for distribution installation, but involve as much DWIM
(Do What I Mean) as possible when writing them.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to