Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 15f00f790edb9cfba7741ec2e7baf7a9 > files > 2

perl-SGMLSpm-1.03ii-4mdk.src.rpm

Name:        	perl-SGMLSpm
Version:     	1.03ii
Release:     	4mdk
Group:       	Publishing

Summary:     	Perl library for parsing the output of nsgmls.

License:   	GPL
URL:         	http://www.uottawa.ca/~dmeggins

Requires:    	jade >= 1.2.1
Requires:	perl

Buildroot:	%{_tmppath}/%{name}-buildroot

BuildArch:	noarch
Source0:	ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/SGMLSpm-%{version}.tar.bz2


%description
Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML
documents into new formats.


%prep
%setup -n SGMLSpm
find -type d | xargs chmod a+rx
find -type f | xargs chmod a+r

%build


%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}
make install_system BINDIR=$RPM_BUILD_ROOT%{_bindir} PERL5DIR=$RPM_BUILD_ROOT%{perl_vendorlib}

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr (-,root,root)  
%doc BUGS COPYING ChangeLog DOC/ README TODO elisp
%{_bindir}/*
%{perl_vendorlib}/*

%changelog
* Fri Jan 17 2003  <camille@ke.mandrakesoft.com> 1.03ii-4mdk
- rebuild

* Tue Jul  9 2002 Pixel <pixel@mandrakesoft.com> 1.03ii-3mdk
- cleanup
- rebuild for perl 5.8.0

* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.03ii-2mdk
- Rebuild for the latest perl.

* Fri Jan 12 2001 Camille Begnis <camille@mandrakesoft.com> 1.03ii-1mdk
- New for Mandrake
- Mandrakized from ftp://sources.redhat.com/pub/docbook-tools/new-trials/SPECS/perl-SGMLSpm.spec

* Mon Jan 01 1997 ...
- ...