%perl_module XML-Writer 0.4.6 9 Summary: Perl extension for writing XML documents. Group: Applications/CPAN License: distributable URL: http://search.cpan.org/~josephw/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildArch: noarch BuildRequires: perl(Test::More) %description XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{perl_vendorlib}/XML/Writer.pm %{perl_man3dir}/XML::Writer.3pm* %changelog * Sat Mar 6 2004 Axel Thimm - Updated to 0.4.6. * Thu Oct 30 2003 Axel Thimm - Updated to 0.4.1. * Mon Apr 7 2003 Axel Thimm - Adapted to new macros. * Fri Mar 21 2003 Axel Thimm - Rewritten specfile. * Wed Nov 13 2002 Axel Thimm - initial build (specfile autogenerated and hand edited)