From 4a8bcec3eb7235725402ed1c4f525df592f3071b Mon Sep 17 00:00:00 2001 From: hachi Date: Tue, 10 Nov 2009 12:44:28 +0000 Subject: [PATCH] Bump up the spec version, and fix a few things git-svn-id: http://code.sixapart.com/svn/gearman/trunk@453 011c6a6d-750f-0410-a5f6-93fdcd050bc4 --- Gearmand.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gearmand.spec b/Gearmand.spec index 5403a42..85db5cd 100644 --- a/Gearmand.spec +++ b/Gearmand.spec @@ -1,8 +1,8 @@ name: Gearmand summary: Gearmand - Gearman job distribution server -version: 1.09 -release: 2 -vendor: Brad Fitzpatrick +version: 1.10 +release: 1 +vendor: Alan Kasindorf packager: Jonathan Steinert license: Artistic group: Applications/CPAN @@ -21,7 +21,7 @@ rm -rf "%{buildroot}" %setup -n Gearman-Server-%{version} %build -%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} +%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} INSTALLDIRS=vendor make all make test @@ -61,5 +61,5 @@ Gearman server libraries. %files -n perl-Gearman-Server %defattr(-,root,root) -%{_prefix}/lib/* +%{_prefix}/lib/perl5/vendor_perl/* %{_prefix}/share/man/man3