Hello community,

here is the log from the commit of package perl-Module-CPANfile for 
openSUSE:Factory checked in at 2014-02-27 00:06:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-CPANfile (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-CPANfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-CPANfile"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-CPANfile.new/perl-Module-CPANfile.changes
   2014-02-27 00:06:08.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Oct  1 06:42:15 UTC 2013 - [email protected]
+
+- initial package 1.0002
+    * created by cpanspec 1.78.07
+

New:
----
  Module-CPANfile-1.0002.tar.gz
  perl-Module-CPANfile.changes
  perl-Module-CPANfile.spec

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

Other differences:
------------------
++++++ perl-Module-CPANfile.spec ++++++
#
# spec file for package perl-Module-CPANfile
#
# Copyright (c) 2013 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-CPANfile
Version:        1.0002
Release:        0
%define cpan_name Module-CPANfile
Summary:        Parse cpanfile
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Module-CPANfile/
Source:         
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(CPAN::Meta) >= 2.12091
BuildRequires:  perl(CPAN::Meta::Prereqs) >= 2.12091
BuildRequires:  perl(Test::More) >= 0.88
#BuildRequires: perl(CPAN::Meta::Feature)
#BuildRequires: perl(Module::CPANfile)
#BuildRequires: perl(Module::CPANfile::Environment)
#BuildRequires: perl(Module::CPANfile::Result)
#BuildRequires: perl(t::Utils)
Requires:       perl(CPAN::Meta) >= 2.12091
Requires:       perl(CPAN::Meta::Prereqs) >= 2.12091
%{perl_requires}

%description
Module::CPANfile is a tool to handle the cpanfile manpage format to load
application specific dependencies, not just for CPAN distributions.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

Reply via email to