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

Comparing COMP/CMSDIST/p5-uri.spec (file contents):
Revision 1.1 by eulisse, Wed Mar 15 17:55:42 2006 UTC vs.
Revision 1.2 by eulisse, Tue May 2 08:49:15 2006 UTC

# Line 1 | Line 1
1   ### RPM external p5-uri 1.35
2   ## INITENV +PATH PERL5LIB $P5_URI_ROOT/lib/site_perl/$PERL_VERSION/%{perlarch}
3 < %define perlarch $($PERL_ROOT/bin/perl -e 'use Config; print $Config{archname}')
3 > %define perlarch $(perl -e 'use Config; print $Config{archname}')
4   %define downloadn URI
5   Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/G/GA/GAAS/%downloadn-%v.tar.gz
6 < Requires: perl
6 > Requires: perl-virtual
7 >
8 > # Let's remove the dependency on ISBN stuff...
9 > Provides: perl(Business::ISBN)
10 >
11   %prep
12   %setup -n %downloadn-%v
13   %build
14 < $PERL_ROOT/bin/perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/$PERL_VERSION/%perlarch
14 > perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/$PERL_VERSION/%perlarch
15   make
16   %install
17   make install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines