rpms/perl-Pod-Xhtml/devel import.log, NONE, 1.1 perl-Pod-Xhtml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jun 14 22:27:27 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Pod-Xhtml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5891/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Pod-Xhtml.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Pod-Xhtml-1_59-1_fc11:HEAD:perl-Pod-Xhtml-1.59-1.fc11.src.rpm:1245018236


--- NEW FILE perl-Pod-Xhtml.spec ---
Name:           perl-Pod-Xhtml
Version:        1.59
Release:        1%{?dist}
Summary:        Generate well-formed XHTML documents from POD format documentation
License:        GPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pod-Xhtml/
Source0:        http://www.cpan.org/authors/id/B/BB/BBC/Pod-Xhtml-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Assertions::TestScript)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(URI::Escape)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module parses files containing POD content and genrates well-formed
XHTML documents from it.

%prep
%setup -q -n Pod-Xhtml-%{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 Changes COPYING README
%{perl_vendorlib}/*
%{_bindir}/pod2xhtml
%{_mandir}/man1/pod2xhtml.1.gz
%{_mandir}/man3/*

%changelog
* Mon Dec 22 2008 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.59-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-Xhtml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Jun 2009 19:03:06 -0000	1.1
+++ .cvsignore	14 Jun 2009 22:26:56 -0000	1.2
@@ -0,0 +1 @@
+Pod-Xhtml-1.59.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-Xhtml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Jun 2009 19:03:06 -0000	1.1
+++ sources	14 Jun 2009 22:26:57 -0000	1.2
@@ -0,0 +1 @@
+5ecf41c14f978addfb60f2c641b4e1d1  Pod-Xhtml-1.59.tar.gz




More information about the fedora-extras-commits mailing list