ppisar pushed to perl-Config-Perl-V (master). "Import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 10 09:21:08 UTC 2015


From 80cee121b997e099c06846afb3fe822d389bec95 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 11:20:22 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..43472fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Config-Perl-V-0.24.tgz
diff --git a/Config-Perl-V-0.24-Remove-invalid-shellbang.patch b/Config-Perl-V-0.24-Remove-invalid-shellbang.patch
new file mode 100644
index 0000000..b4c7aa9
--- /dev/null
+++ b/Config-Perl-V-0.24-Remove-invalid-shellbang.patch
@@ -0,0 +1,26 @@
+From 26c312a1f52b06b26fb035f7e7855b8056d48728 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Wed, 1 Jul 2015 13:47:28 +0200
+Subject: [PATCH] Remove invalid shellbang
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+---
+ examples/show-v.pl | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/examples/show-v.pl b/examples/show-v.pl
+index 2fac597..b43056a 100755
+--- a/examples/show-v.pl
++++ b/examples/show-v.pl
+@@ -1,5 +1,3 @@
+-#!/pro/bin/perl
+-
+ use strict;
+ use warnings;
+ 
+-- 
+2.4.3
+
diff --git a/perl-Config-Perl-V.spec b/perl-Config-Perl-V.spec
new file mode 100644
index 0000000..1ae2212
--- /dev/null
+++ b/perl-Config-Perl-V.spec
@@ -0,0 +1,61 @@
+Name:           perl-Config-Perl-V
+Version:        0.24
+Release:        1%{?dist}
+Summary:        Structured data retrieval of perl -V output
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Config-Perl-V/
+Source0:        http://www.cpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz
+# Correct example
+Patch0:         Config-Perl-V-0.24-Remove-invalid-shellbang.patch
+BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Optional run-time:
+# Digest::MD5 not used at tests
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::NoWarnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Conflicts:      perl < 4:5.22.0-347
+
+%description
+The command "perl -V" will return you an excerpt from the %%Config::Config
+hash combined with the output of "perl -V" that is not stored inside the hash,
+but only available to the perl binary itself. This package provides Perl
+module that will return you the output of "perl -V" in a structure.
+
+%prep
+%setup -q -n Config-Perl-V-%{version}
+%patch0 -p1
+chmod -x examples/*
+
+%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
+%doc Changelog examples README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar <ppisar at redhat.com> 0.24-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..7050967 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+88e4e6e1d898cf9db2a17c2ef0c00873  Config-Perl-V-0.24.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Config-Perl-V.git/commit/?h=master&id=80cee121b997e099c06846afb3fe822d389bec95


More information about the perl-devel mailing list