11
0

3 Commits

Author SHA256 Message Date
db1884e6c8 Add Gitea build results 2025-08-12 18:15:15 +02:00
4da49ca69e Accepting request 1294879 from devel:languages:perl
Forwarded request #1294165 from tinita

- updated to 0.820.0 (0.82)
   see /usr/share/doc/packages/perl-Mail-Sendmail/Changes
  0.82 2025-07-14 NEILB
      - Improvement from Pete Houston to use Sys::Hostname::Long
  0.81 2019-05-13 NEILB
      - Fixed typos, reported by dsteinbrunner in RT#88351
      - Fixed typos, reported by Florian Schlichting in RT#119000

OBS-URL: https://build.opensuse.org/request/show/1294879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-Sendmail?expand=0&rev=22
2025-07-22 10:20:10 +00:00
163abe3f56 Accepting request 1294165 from devel:languages:perl:autoupdate
- updated to 0.820.0 (0.82)
   see /usr/share/doc/packages/perl-Mail-Sendmail/Changes
  0.82 2025-07-14 NEILB
      - Improvement from Pete Houston to use Sys::Hostname::Long
  0.81 2019-05-13 NEILB
      - Fixed typos, reported by dsteinbrunner in RT#88351
      - Fixed typos, reported by Florian Schlichting in RT#119000

OBS-URL: https://build.opensuse.org/request/show/1294165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Sendmail?expand=0&rev=32
2025-07-21 17:12:55 +00:00
6 changed files with 92 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b8a98cb5cc39d80441a38aab010885ddf80e6fcd8e6e0314392cb23e7c268e4
size 23537

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86c0611be3788afe4005d04bbc047b39f78b6253c68990c7a7680ed95e9ff516
size 23405

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mail-Sendmail/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mail-Sendmail)

40
cpanspec.yml Normal file
View File

@@ -0,0 +1,40 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
preamble: |-
BuildRequires: findutils
BuildRequires: make
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
custom_test: |-
# bsc#1017667 -- Disabled tests sending email when building
# make test
#startserver && make test
#ignore_requires: Bizarre::Module
#ignore_provides: Module::To::Ignore
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section
#epoch: number

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 15 05:39:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.820.0 (0.82)
see /usr/share/doc/packages/perl-Mail-Sendmail/Changes
0.82 2025-07-14 NEILB
- Improvement from Pete Houston to use Sys::Hostname::Long
0.81 2019-05-13 NEILB
- Fixed typos, reported by dsteinbrunner in RT#88351
- Fixed typos, reported by Florian Schlichting in RT#119000
-------------------------------------------------------------------
Tue Sep 5 16:11:29 UTC 2017 - pmonrealgonzalez@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-Sendmail
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,36 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Mail-Sendmail
Name: perl-Mail-Sendmail
Version: 0.80
Version: 0.820.0
Release: 0
# 0.82 -> normalize -> 0.820.0
%define cpan_version 0.82
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple platform independent mailer
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mail-Sendmail/
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
BuildRequires: findutils
BuildRequires: make
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Sys::Hostname::Long)
BuildRequires: perl(parent)
Requires: perl(Sys::Hostname::Long)
Requires: perl(parent)
BuildArch: noarch
Provides: perl(Mail::Sendmail) = 0.800.0
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: findutils
BuildRequires: make
# MANUAL END
%description
Simple platform independent e-mail from your perl script. Only requires
@@ -45,16 +54,17 @@ mail server. It is intended to be very easy to setup and use. See also
There is also a FAQ (see "NOTES").
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
# bsc#1017667 -- Disabled tests sending email when building
# %% {__make} test
# make test
%install
%perl_make_install