Hello community,

here is the log from the commit of package perl-Class-ReturnValue for 
openSUSE:Factory
checked in at Wed May 18 15:04:26 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-ReturnValue/perl-Class-ReturnValue.changes
  2010-11-30 20:24:27.000000000 +0100
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Tue Nov 30 19:19:57 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:29 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Mon Nov 29 13:42:12 UTC 2010 - [email protected]
+
+- recreated by cpanspec 1.78.02
+
+-------------------------------------------------------------------
+Sun Nov 28 11:37:43 UTC 2010 - [email protected]
+
+- remove .packlist file
+
+-------------------------------------------------------------------
+Mon Aug 11 19:42:01 CEST 2008 - [email protected]
+
+- initial version 0.55
+

calling whatdependson for head-i586


New:
----
  Class-ReturnValue-0.55.tar.bz2
  perl-Class-ReturnValue.changes
  perl-Class-ReturnValue.spec

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

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

# norootforbuild


Name:           perl-Class-ReturnValue
%define cpan_name Class-ReturnValue
Summary:        Return-value object that lets you treat it as as a boolean, 
array or object
Version:        0.55
Release:        1
License:        GPL+ or Artistic
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Class-ReturnValue/
#Source:         
http://www.cpan.org/modules/by-module/Class/Class-ReturnValue-%{version}.tar.bz2
Source:         %{cpan_name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Devel::StackTrace)
Requires:       perl(Devel::StackTrace)

%description
Class::ReturnValue is a "clever" return value object that can allow code
calling your routine to expect: a boolean value (did it fail) or a list
(what are the return values)

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

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

%check
%{__make} test

%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist

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

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

%changelog

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



Remember to have fun...

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

Reply via email to