rpms/perl-Gearman-Client-Async/F-7 perl-Gearman-Client-Async.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Thu Jul 12 20:02:47 UTC 2007


Author: ruben

Update of /cvs/pkgs/rpms/perl-Gearman-Client-Async/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9459

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gearman-Client-Async.spec 
Log Message:
Initial import into F-7


--- NEW FILE perl-Gearman-Client-Async.spec ---
Name:           perl-Gearman-Client-Async
Version:        0.94
Release:        3%{?dist}
Summary:        Asynchronous Client for the Gearman distributed job system
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gearman-Client-Async/
Source0:        http://www.cpan.org/authors/id/B/BR/BRADFITZ/Gearman-Client-Async-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Gearman::Server)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Asynchronous Client for the Gearman distributed job system

%prep
%setup -q -n Gearman-Client-Async-%{version}

# Filter double Requires:
cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
  sed -e '/^perl(Danga::Socket)$/d'
EOF

%define __perl_requires %{_builddir}/Gearman-Client-Async-%{version}/%{name}-req
chmod +x %{__perl_requires}

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

mv README.txt README

%check
# this test fails to run on x86_64 (#246356)
rm t/err8.t
make test

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Jun 09 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.94-3
- Disable test which fails on x86_64 (#246356)
* Mon Jun 02 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.94-2
- Enabled tests
- Added necessary BuilRequires for F-8
* Sun May 20 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.94-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Gearman-Client-Async/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 01:54:51 -0000	1.1
+++ .cvsignore	12 Jul 2007 20:02:15 -0000	1.2
@@ -0,0 +1 @@
+Gearman-Client-Async-0.94.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Gearman-Client-Async/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 01:54:51 -0000	1.1
+++ sources	12 Jul 2007 20:02:15 -0000	1.2
@@ -0,0 +1 @@
+71dcadfb434202dbdf4798f2ec93b32f  Gearman-Client-Async-0.94.tar.gz




More information about the scm-commits mailing list