forked from hachi/Perlbal
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup RPM requirements and build requirements
git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@730 6caf28e9-730f-0410-b62b-a31386fe13fb
- Loading branch information
hachi
committed
Nov 14, 2007
1 parent
a25ad49
commit 3367b63
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
name: Perlbal | ||
summary: Perlbal - High efficiency reverse proxy and web server. | ||
version: 1.60 | ||
release: 1 | ||
release: 2 | ||
vendor: Brad Fitzpatrick <[email protected]> | ||
packager: Jonathan Steinert <[email protected]> | ||
license: Artistic | ||
group: Applications/CPAN | ||
buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n) | ||
buildarch: noarch | ||
source: Perlbal-%{version}.tar.gz | ||
buildrequires: perl-Danga-Socket >= 1.44, perl-Sys-Syscall, perl-BSD-Resource, perl-libwww-perl | ||
requires: perl-Perlbal = %{version}-%{release} | ||
|
||
buildrequires: perl(Danga::Socket) >= 1.44 | ||
buildrequires: perl(BSD::Resource) | ||
buildrequires: perl(HTTP::Date) | ||
buildrequires: perl(HTTP::Response) | ||
buildrequires: perl(Test::More) | ||
buildrequires: perl(Time::HiRes) | ||
|
||
autoreq: no | ||
requires: perl(Perlbal) = %{version}-%{release} | ||
|
||
%description | ||
High efficiency reverse proxy and web server. | ||
|
@@ -61,7 +69,14 @@ Documentation for Perlbal. | |
%package -n perl-Perlbal | ||
summary: perl-Perlbal - Perlbal libraries. | ||
group: Applications/CPAN | ||
requires: perl-Danga-Socket >= 1.44, perl-Sys-Syscall, perl-BSD-Resource, perl-libwww-perl | ||
|
||
autoreq: no | ||
requires: perl(Danga::Socket) >= 1.44 | ||
requires: perl(BSD::Resource) | ||
requires: perl(HTTP::Date) | ||
requires: perl(HTTP::Response) | ||
requires: perl(Time::HiRes) | ||
|
||
%description -n perl-Perlbal | ||
Perlbal libraries. | ||
|
||
|