ppisar pushed to perl-perlfaq (master). "Import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 10 11:19:03 UTC 2015


From 92c2a158e4f9a0843759bbe3aeb8bca1196afcba 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 13:18:45 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..2e493fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/perlfaq-5.021009.tar.gz
diff --git a/perl-perlfaq.spec b/perl-perlfaq.spec
new file mode 100644
index 0000000..a6556f4
--- /dev/null
+++ b/perl-perlfaq.spec
@@ -0,0 +1,53 @@
+Name:           perl-perlfaq
+Version:        5.021009
+Release:        347%{?dist}
+Summary:        Frequently asked questions about Perl
+# Code examples are Public Domain
+License:        (GPL+ or Artistic) and Public Domain
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/perlfaq/
+Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/perlfaq-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Conflicts:      perl < 4:5.22.0-347
+
+%description
+The perlfaq comprises several documents that answer the most commonly asked
+questions about Perl and Perl programming.
+
+%prep
+%setup -q -n perlfaq-%{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
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 02 2015 Petr Pisar <ppisar at redhat.com> 5.021009-347
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..a80a3c1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+835d144e7c840b309f4e8c09e0a834b3  perlfaq-5.021009.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-perlfaq.git/commit/?h=master&id=92c2a158e4f9a0843759bbe3aeb8bca1196afcba


More information about the perl-devel mailing list