Hello community,

here is the log from the commit of package perl-Email-Simple for 
openSUSE:Factory
checked in at Thu May 26 15:20:39 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Email-Simple/perl-Email-Simple.changes    
2010-12-01 07:56:41.000000000 +0100
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Wed Dec  1 06:55:36 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Wed Nov 24 19:03:16 UTC 2010 - [email protected]
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- changelog to changes file
+- fix changelog
+
+-------------------------------------------------------------------
+Fri Sep 14 11:42:56 UTC 2007 - [email protected]
+
+- update to 2.100
+  - merge Email-Simple-Creator into Email-Simple distribution
+- 2.005     2009-01-22
+  - add repository metadata
+- 2.004     2008-06-25
+  - publicize default_header_class method
+  - remove the long-deprecated Headers.pm
+
+-------------------------------------------------------------------
+Fri Sep 14 11:42:56 UTC 2007 - [email protected]
+
+- Initial release 2.003

calling whatdependson for head-i586


New:
----
  Email-Simple-2.100.tar.bz2
  perl-Email-Simple.changes
  perl-Email-Simple.spec

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

Other differences:
------------------
++++++ perl-Email-Simple.spec ++++++
#
# spec file for package perl-Email-Simple
#
# 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-Email-Simple
%define cpan_name Email-Simple
Summary:        simple parsing of RFC2822 message format and headers
Version:        2.100
Release:        1
License:        GPL+ or Artistic
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Email-Simple/
#Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.100.tar.gz
Source:         %{cpan_name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Email::Date::Format)
Requires:       perl(Email::Date::Format)

%description
'Email::Simple' is the first deliverable of the "Perl Email Project." The
Email:: namespace was begun as a reaction against the increasing complexity
and bugginess of Perl's existing email modules. 'Email::*' modules are
meant to be simple to use and to maintain, pared to the bone, fast, minimal
in their external dependencies, and correct.

Authors:
--------
sorry, no author found

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

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

%check
%{__make} test

%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root,-)
%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