public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: stevetraylen <stevetraylen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-SMIME] openssl4: Import #586096
Date: Thu, 30 Jul 2026 12:22:02 GMT	[thread overview]
Message-ID: <178541412290.1.4467315501112994510.rpms-perl-Crypt-SMIME-54263177f9ae@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Crypt-SMIME
Branch : openssl4
Commit : 54263177f9ae0d558015f43c5a440f9b546b574b
Author : stevetraylen <stevetraylen@fedoraproject.org>
Date   : 2010-05-04T05:44:48+00:00
Stats  : +68/-0 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/54263177f9ae0d558015f43c5a440f9b546b574b?branch=openssl4

Log:
Import #586096

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..5df465c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Crypt-SMIME-0.09.tar.gz

diff --git a/import.log b/import.log
new file mode 100644
index 0000000..e1968ca
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-Crypt-SMIME-0_09-2_fc12:HEAD:perl-Crypt-SMIME-0.09-2.fc12.src.rpm:1272951813

diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
new file mode 100644
index 0000000..0069e6e
--- /dev/null
+++ b/perl-Crypt-SMIME.spec
@@ -0,0 +1,65 @@
+Name:           perl-Crypt-SMIME
+Version:        0.09
+Release:        2%{?dist}
+Summary:        S/MIME message signing, verification, encryption and decryption
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Crypt-SMIME/
+Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-SMIME-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  openssl-devel
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+Requires:       perl(Test::Exception)
+Requires:       perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+#Add a test sub package.
+%{?perl_default_subpackage_tests}
+
+%description
+This module provides a class for handling S/MIME messages. It can sign,
+verify, encrypt and decrypt messages. It requires libcrypto
+(http://www.openssl.org) to work.
+
+%prep
+%setup -q -n Crypt-SMIME-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -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_vendorarch}/auto/*
+%{perl_vendorarch}/Crypt*
+%{_mandir}/man3/*
+
+%changelog
+* Mon May 3 2010 Steve Traylen <steve.traylen@cern.ch> 0.09-2
+- Additon of openssl-devel build requires.
+
+* Mon Apr 26 2010 Steve Traylen <steve.traylen@cern.ch> 0.09-1
+- Specfile autogenerated by cpanspec 1.78.
+- Install with DESTDIR
+- Create -test subpackage if macro is define.
+- Remove SMIME.mlpod from docs.

diff --git a/sources b/sources
index e69de29..3a8d4bc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b4dba3b4a3c76573d3b070cf92c0b55d  Crypt-SMIME-0.09.tar.gz

                 reply	other threads:[~2026-07-30 12:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178541412290.1.4467315501112994510.rpms-perl-Crypt-SMIME-54263177f9ae@fedoraproject.org \
    --to=stevetraylen@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox