ppisar pushed to perl-PerlIO-via-QuotedPrint (master). "Import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 10 10:29:02 UTC 2015


From 71ff7be3b05f6bbbc7ef1b5579b0fe691a0a740c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 10 Jul 2015 12:28:41 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..268472d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/PerlIO-via-QuotedPrint-0.08.tar.gz
diff --git a/perl-PerlIO-via-QuotedPrint.spec b/perl-PerlIO-via-QuotedPrint.spec
new file mode 100644
index 0000000..23b9cdd
--- /dev/null
+++ b/perl-PerlIO-via-QuotedPrint.spec
@@ -0,0 +1,55 @@
+Name:           perl-PerlIO-via-QuotedPrint
+Version:        0.08
+Release:        348%{?dist}
+Summary:        PerlIO layer for quoted-printable strings
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/PerlIO-via-QuotedPrint/
+Source0:        http://www.cpan.org/authors/id/S/SH/SHAY/PerlIO-via-QuotedPrint-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+# Devel::Required not useful
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(MIME::QuotedPrint)
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Conflicts:      perl < 4:5.22.0-347
+
+%description
+This module implements a PerlIO layer that works on files encoded in the
+quoted-printable format. It will decode from quoted-printable while
+reading from a handle, and it will encode as quoted-printable while
+writing to a handle.
+
+%prep
+%setup -q -n PerlIO-via-QuotedPrint-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+# TODO is empty
+%doc CHANGELOG README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar <ppisar at redhat.com> 0.08-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..5836fea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ca2e99b1d7dc2faa3962b569e06e7a88  PerlIO-via-QuotedPrint-0.08.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-PerlIO-via-QuotedPrint.git/commit/?h=master&id=71ff7be3b05f6bbbc7ef1b5579b0fe691a0a740c


More information about the perl-devel mailing list