rpms/perl-XML-Writer/devel perl-XML-Writer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 11 22:46:28 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-XML-Writer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28788/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-XML-Writer.spec 
Log Message:
auto-import perl-XML-Writer-0.531-2 on branch devel from perl-XML-Writer-0.531-2.src.rpm


--- NEW FILE perl-XML-Writer.spec ---
Name:           perl-XML-Writer
Version:        0.531
Release:        2
Summary:        A simple Perl module for writing XML documents.

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/XML-Writer/
Source0:        http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.531.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.


%prep
%setup -q -n XML-Writer-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} 


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'


%check || :
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Wed Apr 06 2005 Hunter Matthews <thm at duke.edu> 0.531-1
- Review suggestions from José Pedro Oliveira

* Tue Mar 22 2005 Hunter Matthews <thm at duke.edu> 0.531-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-Writer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Apr 2005 22:46:07 -0000	1.1
+++ .cvsignore	11 Apr 2005 22:46:26 -0000	1.2
@@ -0,0 +1 @@
+XML-Writer-0.531.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-Writer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2005 22:46:07 -0000	1.1
+++ sources	11 Apr 2005 22:46:26 -0000	1.2
@@ -0,0 +1 @@
+c6d89330cdc6c0378a764369a0e9543a  XML-Writer-0.531.tar.gz




More information about the fedora-extras-commits mailing list