Compare commits

...

4 Commits
rawhide ... el6

Author SHA1 Message Date
Till Maas
90c73e03cb 2014-10-18: Orphaned and not available in the repo 2014-10-18 22:33:38 +02:00
Fedora Release Engineering
9cfc826d75 dist-git conversion 2010-07-29 06:46:18 +00:00
Dennis Gilmore
e9ba660d3c Initialize branch EL-6 for perl-Gearman 2010-05-08 02:06:41 +00:00
Bill Nottingham
de37ad0f58 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:10:37 +00:00
5 changed files with 2 additions and 106 deletions

View File

@ -1 +0,0 @@
Gearman-1.09.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Gearman
# $Id$
NAME := perl-Gearman
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

2
dead.package Normal file
View File

@ -0,0 +1,2 @@
2014-10-18: Orphaned and not available in the repo

View File

@ -1,83 +0,0 @@
Name: perl-Gearman
Version: 1.09
Release: 4%{?dist}
Summary: Distributed job system
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://danga.com/gearman/
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Gearman-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(String::CRC32)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Gearman is a system to farm out work to other machines,
dispatching function calls to machines that are better suited to do work,
to do work in parallel, to load balance lots of function calls,
or to call functions between languages.
%prep
%setup -q -n Gearman-%{version}
# Filter double proved for Gearman::Client:
cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/^perl(Gearman::Client)$/d'
EOF
%define __perl_provides %{_builddir}/Gearman-%{version}/%{name}-prov
chmod +x %{__perl_provides}
%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 -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc CHANGES HACKING TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Feb 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.09-2
- rebuild for new per
* Sat Jun 30 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.09-1
- Upstream released new version
- New version now includes license information
- Filter out just one of the two Provides for Gearman::Client
* Thu Jun 28 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.08-2
- Filter out double Provides for Gearman::Client
- Change Source0 url
* Mon May 21 2007 Ruben Kerkhof <ruben@rubenkerkhof.com> 1.08-1
- Initial import

View File

@ -1 +0,0 @@
97403520bed18e1a7316001742381b2c Gearman-1.09.tar.gz