Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > d61f059292c8ec5074b4020f0320c599 > files > 2

perl-XML-PYX-0.07-3mdk.src.rpm

%define module 	XML-PYX
%define version 0.07
%define release 3mdk

Summary:	%{module} perl module
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License: 	GPL or Artistic
Url:		http://www.cpan.org
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
Requires: 	perl 
BuildRequires:	perl-XML-Parser
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
Buildarch: 	noarch

%description
%{module} perl module


%prep
%setup -q  -n %{module}-%{version}

%build

CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
rm -rf $RPM_BUILD_ROOT

make PREFIX=$RPM_BUILD_ROOT%{_prefix} install

%clean 
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc README MANIFEST 
%{perl_vendorlib}/XML/*
%{_mandir}/*/*


%changelog
* Wed Jul 31 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.07-3mdk
- rebuild with new perl

* Thu Aug 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.07-2mdk
- rebuild

* Tue Feb 20 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.07-1mdk
- added in contribs  by Christian Zoffoli <czoffoli@linux-mandrake.com> :
	- First Mandrake Release