ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-xml-parser.spec
Revision: 1.1
Committed: Sun Feb 26 14:35:22 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-xml-parser 2.34
2     ## INITENV +PATH PERL5LIB $P5_XML_PARSER_ROOT/lib/site_perl/$PERL_VERSION/$(uname -m)-$(uname -s | tr 'A-Z' 'a-z')
3     %define downloadn XML-Parser
4     Requires: perl expat
5     Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/M/MS/MSERGEANT/%{downloadn}-%{v}.tar.gz
6     %prep
7     %setup -n %downloadn-%v
8     %build
9     which perl
10     perl Makefile.PL PREFIX=%{i}
11     make
12     make test
13     %install
14     make install