rpms/perl-HTML-DOMbo/F-10 perl-HTML-DOMbo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell iburrell at fedoraproject.org
Mon Feb 9 05:44:27 UTC 2009


Author: iburrell

Update of /cvs/pkgs/rpms/perl-HTML-DOMbo/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6779

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-DOMbo.spec 
Log Message:
copy from devel


--- NEW FILE perl-HTML-DOMbo.spec ---
Name:           perl-HTML-DOMbo
Version:        3.10
Release:        1%{?dist}
Summary:        Convert between XML::DOM and {XML/HTML}::Element trees
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-DOMbo/
Source0:        http://www.cpan.org/modules/by-module/HTML/HTML-DOMbo-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(XML::DOM)
BuildRequires:  perl(HTML::Tree)
Requires:       perl(XML::DOM)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This class puts a method into HTML::Element called to_XML_DOM, and puts
into the class XML::DOM::Node two methods, to_HTML_Element and
to_XML_Element.

%prep
%setup -q -n HTML-DOMbo-%{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 -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb  5 2009 Ian M. Burrell <ianburrell at gmail.com> - 3.10-1
- BuildRequire HTML::Tree
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-DOMbo/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 22:10:32 -0000	1.1
+++ .cvsignore	9 Feb 2009 05:43:57 -0000	1.2
@@ -0,0 +1 @@
+HTML-DOMbo-3.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-DOMbo/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 22:10:32 -0000	1.1
+++ sources	9 Feb 2009 05:43:57 -0000	1.2
@@ -0,0 +1 @@
+b07c4173cee533a847815c31362404a3  HTML-DOMbo-3.10.tar.gz




More information about the Fedora-perl-devel-list mailing list