ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-libwww-perl.spec
(Generate patch)

Comparing COMP/CMSDIST/p5-libwww-perl.spec (file contents):
Revision 1.1 by eulisse, Sun Feb 26 14:35:22 2006 UTC vs.
Revision 1.3 by eulisse, Tue May 2 08:50:30 2006 UTC

# Line 1 | Line 1
1   ### RPM external p5-libwww-perl 1.41
2   ## INITENV +PATH PERL5LIB $P5_LIBWWW_PERL_ROOT/lib/site_perl/$PERL_VERSION/%perlarch
3 < %define perlarch %(perl -V | tr ',' '\\n' | grep arch | cut -d= -f2)
3 > %define perlarch $(perl -e 'use Config; print $Config{archname}')
4   %define downloadn libwww-perl
5   %define downloadv 5.805
6 < Requires: perl expat
6 >
7 > Requires: perl-virtual expat p5-uri
8 >
9 > ## FIXME: we fake the existance of these to remove rpm complaining about needing it.
10 > Provides: perl(Authen::NTLM)
11 > Provides: perl(HTML::Entities)
12 > Provides: perl(HTTP::GHTTP)
13 > Provides: perl(Win32)
14 >
15   Source: http://cpan.mirror.solnet.ch/authors/id/G/GA/GAAS/%{downloadn}-%{downloadv}.tar.gz
16   %prep
17   %setup -n %downloadn-%downloadv

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines