Skip to content

Commit

Permalink
Fixup RPM requirements and build requirements
Browse files Browse the repository at this point in the history
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.
23 changes: 19 additions & 4 deletions Perlbal.spec
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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 3367b63

Please sign in to comment.