Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6c0143cba5bc3504cdcdacac0e9d0dcd > files > 2

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

Name:        	perl-SGMLSpm
Version:     	1.03ii
Release:     	7mdk
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 -q -n SGMLSpm
find -type d | xargs chmod a+rx
find -type f | xargs chmod a+r

%build


%install
rm -rf $RPM_BUILD_ROOT
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
* Tue Oct 26 2004 Camille Begnis <camille@mandrakesoft.com> 1.03ii-7mdk
- Rebuild

* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.03ii-6mdk
- rebuild for new perl
- quiet setup
- rm -rf $RPM_BUILD_ROOT at the beginning of %%install

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.03ii-5mdk
- rebuild for new auto{prov,req}

* 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 ...
- ...