Hello community,
here is the log from the commit of package perl-Class-C3-Adopt-NEXT for
openSUSE:Factory
checked in at Fri May 27 13:50:53 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/perl-Class-C3-Adopt-NEXT/perl-Class-C3-Adopt-NEXT.changes
2010-11-30 20:24:05.000000000 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Tue Nov 30 19:19:54 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:00:00 UTC 2010 - [email protected]
+
+- called spec2changelog
+
+-------------------------------------------------------------------
+Tue Jan 12 00:00:00 UTC 2010 - [email protected]
+
+- Specfile autogenerated by cpanspec 1.78.
+
calling whatdependson for head-i586
New:
----
Class-C3-Adopt-NEXT-0.12.tar.gz
perl-Class-C3-Adopt-NEXT.changes
perl-Class-C3-Adopt-NEXT.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-C3-Adopt-NEXT.spec ++++++
#
# spec file for package perl-Class-C3-Adopt-NEXT
#
# 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-Class-C3-Adopt-NEXT
Version: 0.12
Release: 1
Summary: Make NEXT suck less
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
Source0:
http://www.cpan.org/modules/by-module/Class/Class-C3-Adopt-NEXT-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Test::Exception) >= 0.27
Requires: perl(List::MoreUtils)
Requires: perl(MRO::Compat)
%description
This module is intended as a drop-in replacement for NEXT, supporting the same
interface, but using Class::C3 to do the hard work. You can then write new code
without NEXT, and migrate individual source files to use Class::C3 or method
modifiers as appropriate, at whatever pace you're comfortable with.
%prep
%setup -q -n Class-C3-Adopt-NEXT-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]