rpms/perl-Async-MergePoint/F-10 import.log, NONE, 1.1 perl-Async-MergePoint.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Wed Jul 29 09:45:41 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Async-MergePoint/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3703/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Async-MergePoint.spec 
Log Message:
Initial import for F-10



--- NEW FILE import.log ---
perl-Async-MergePoint-0_03-1_fc11:F-10:perl-Async-MergePoint-0.03-1.fc11.src.rpm:1248860492


--- NEW FILE perl-Async-MergePoint.spec ---
Name:           perl-Async-MergePoint
Version:        0.03
Release:        1%{?dist}
Summary:        Resynchronise diverged control flow
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Async-MergePoint/
Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Async-MergePoint-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Often in program logic, multiple different steps need to be taken that are
independent of each other, but their total result is needed before the next
step can be taken. In synchonous code, the usual approach is to do them
sequentially.

%prep
%setup -q -n Async-MergePoint-%{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 {} ';'

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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

%changelog
* Tue Jul 21 2009 Nicolas Chauvet (kwizart) 0.03-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Async-MergePoint/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jul 2009 04:37:12 -0000	1.1
+++ .cvsignore	29 Jul 2009 09:45:41 -0000	1.2
@@ -0,0 +1 @@
+Async-MergePoint-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Async-MergePoint/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jul 2009 04:37:12 -0000	1.1
+++ sources	29 Jul 2009 09:45:41 -0000	1.2
@@ -0,0 +1 @@
+f4a6f9a9dc0a1748f503c01893d544cc  Async-MergePoint-0.03.tar.gz




More information about the Fedora-perl-devel-list mailing list