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: # 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 * Fri Jun 29 2012 Remi Collet 1.02-1 - backport for remi repo * Tue Jun 26 2012 Petr Pisar 1.02-1 - Specfile autogenerated by cpanspec 1.78.