Skip to content

Commit

Permalink
Bump up the spec version, and fix a few things
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/gearman/trunk@453 011c6a6d-750f-0410-a5f6-93fdcd050bc4
  • Loading branch information
hachi committed Nov 10, 2009
1 parent 3d9df66 commit 4a8bcec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gearmand.spec
@@ -1,8 +1,8 @@
name: Gearmand name: Gearmand
summary: Gearmand - Gearman job distribution server summary: Gearmand - Gearman job distribution server
version: 1.09 version: 1.10
release: 2 release: 1
vendor: Brad Fitzpatrick <brad@danga.com> vendor: Alan Kasindorf <dormando@rydia.net>
packager: Jonathan Steinert <hachi@cpan.org> packager: Jonathan Steinert <hachi@cpan.org>
license: Artistic license: Artistic
group: Applications/CPAN group: Applications/CPAN
Expand All @@ -21,7 +21,7 @@ rm -rf "%{buildroot}"
%setup -n Gearman-Server-%{version} %setup -n Gearman-Server-%{version}


%build %build
%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} %{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} INSTALLDIRS=vendor
make all make all
make test make test


Expand Down Expand Up @@ -61,5 +61,5 @@ Gearman server libraries.


%files -n perl-Gearman-Server %files -n perl-Gearman-Server
%defattr(-,root,root) %defattr(-,root,root)
%{_prefix}/lib/* %{_prefix}/lib/perl5/vendor_perl/*
%{_prefix}/share/man/man3 %{_prefix}/share/man/man3

0 comments on commit 4a8bcec

Please sign in to comment.