Notification time stamped 2022-05-27 17:59:04 UTC

From 27bceff70f472202375e19e7d79996a992532666 Mon Sep 17 00:00:00 2001
From: Jason Tibbitts <ti...@math.uh.edu>
Date: Nov 11 2016 01:02:24 +0000
Subject: Initial spec and sources import.


---

diff --git a/.gitignore b/.gitignore
index e69de29..6cf6477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.src.rpm
+/Encode-IMAPUTF7-1.05.tar.gz
+results-*/
diff --git a/perl-Encode-IMAPUTF7.spec b/perl-Encode-IMAPUTF7.spec
new file mode 100644
index 0000000..4a334ac
--- /dev/null
+++ b/perl-Encode-IMAPUTF7.spec
@@ -0,0 +1,52 @@
+%global remove_lf() for i in %*; do tr -d '\\r' < $i > $i. && touch $i $i. && 
mv -f $i. $i; done
+
+Name:           perl-Encode-IMAPUTF7
+Version:        1.05
+Release:        2%{?dist}
+Summary:        Process the special UTF-7 variant required by IMAP
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Encode-IMAPUTF7/
+Source0:        
http://www.cpan.org/authors/id/P/PM/PMAKHOLM/Encode-IMAPUTF7-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  make perl perl-generators
+BuildRequires:  perl(base) perl(Encode) perl(Encode::Encoding)
+BuildRequires:  perl(ExtUtils::MakeMaker) perl(File::Basename) perl(File::Spec)
+BuildRequires:  perl(MIME::Base64) perl(strict) perl(Test::More)
+BuildRequires:  perl(Test::NoWarnings) perl(warnings)
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+This module is able to encode and decode IMAP mailbox names using the UTF-7
+modification specified in RFC2060 section 5.1.3.
+
+%prep
+%autosetup -n Encode-IMAPUTF7-%{version}
+%remove_lf README Changes
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+%make_build
+
+%install
+make pure_install DESTDIR=%buildroot
+%_fixperms %buildroot/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%_mandir/man3/*
+
+%changelog
+* Wed Nov 09 2016 Jason L Tibbitts III <ti...@math.uh.edu> - 1.05-2
+- Add more build dependencies.
+- Use DESTDIR instead of cpanspec-provided PERL_INSTALL_ROOT.
+- Build with NO_PACKLIST=1 and don't bother deleting .packlist files.
+
+* Wed Nov 02 2016 Jason Tibbitts <ti...@math.uh.edu> 1.05-1
+- Specfile autogenerated by cpanspec 1.78.
+- Cleaned up the generated spec to meet current guidelines.
diff --git a/sources b/sources
index e69de29..acd2c53 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2ef9d1a438f3fa29771d24f9e587fd2a  Encode-IMAPUTF7-1.05.tar.gz


        
https://src.fedoraproject.org/rpms/perl-Encode-IMAPUTF7/c/27bceff70f472202375e19e7d79996a992532666?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to