[perl-Data-Flow] Import

Petr Pisar ppisar at fedoraproject.org
Wed Jun 27 13:26:06 UTC 2012


commit e6cfd9b9153ff097fd021dc6305e6650ee2048fe
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 27 15:22:26 2012 +0200

    Import

 .gitignore          |    1 +
 perl-Data-Flow.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..86e0b21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Flow-1.02.tar.gz
diff --git a/perl-Data-Flow.spec b/perl-Data-Flow.spec
new file mode 100644
index 0000000..f71cfe2
--- /dev/null
+++ b/perl-Data-Flow.spec
@@ -0,0 +1,44 @@
+Name:           perl-Data-Flow
+Version:        1.02
+Release:        1%{?dist}
+Summary:        Perl extension for simple-minded recipe-controlled build of data
+# Author declared license there:
+# <https://rt.cpan.org/Public/Bug/Display.html?id=18068#txn-175743>
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-Flow/
+Source0:        http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Data-Flow-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(AutoLoader)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n Data-Flow-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jun 26 2012 Petr Pisar <ppisar at redhat.com> 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..82645d1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+aa453ab013681206bccf43e8e267d63b  Data-Flow-1.02.tar.gz


More information about the scm-commits mailing list