rpms/perl-Pipeline/devel perl-Pipeline.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu May 25 18:08:54 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Pipeline/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28699/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Pipeline.spec 
Log Message:
auto-import perl-Pipeline-3.12-1 on branch devel from perl-Pipeline-3.12-1.src.rpm


--- NEW FILE perl-Pipeline.spec ---
Name:           perl-Pipeline
Version:        3.12
Release:        1%{?dist}
Summary:        Generic pipeline interface
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pipeline/
Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pipeline-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Data::Structure::Util) >= 0.04
BuildRequires:  perl(Data::UUID) >= 0.01
BuildRequires:  perl(Error) >= 0.15
BuildRequires:  perl(IO::Null) >= 0.01
BuildRequires:  perl(IO::String) >= 0.01
Requires:       perl(Data::Structure::Util) >= 0.04
Requires:       perl(Data::UUID) >= 0.01
Requires:       perl(Error) >= 0.15
Requires:       perl(IO::Null) >= 0.01
Requires:       perl(IO::String) >= 0.01
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Pipelines are a mechanism to process data. They are designed to be plugged
together to make fairly complex operations act in a fairly straightforward
manner, cleanly, and simply.

%prep
%setup -q -n Pipeline-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Mar 24 2006 Steven Pritchard <steve at kspei.com> 3.12-1
- Specfile autogenerated by cpanspec 1.63.
- Drop NINJA from docs.
- Fix License.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Pipeline/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 May 2006 18:07:54 -0000	1.1
+++ .cvsignore	25 May 2006 18:08:54 -0000	1.2
@@ -0,0 +1 @@
+Pipeline-3.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Pipeline/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 May 2006 18:07:54 -0000	1.1
+++ sources	25 May 2006 18:08:54 -0000	1.2
@@ -0,0 +1 @@
+52cbc818aa18f7307dc00624741e5a73  Pipeline-3.12.tar.gz




More information about the fedora-extras-commits mailing list