rpms/perl-Pod-PseudoPod/F-11 import.log, NONE, 1.1 perl-Pod-PseudoPod.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gerd Pokorra gerd at fedoraproject.org
Tue Dec 22 09:01:55 UTC 2009


Author: gerd

Update of /cvs/pkgs/rpms/perl-Pod-PseudoPod/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28843/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Pod-PseudoPod.spec 
Log Message:
initial upload for perl-Pod-PseudoPod

* Mon Nov 30 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.15-1
- add perl_vendorlib files more explicit
- changed Summary-, Source0- and License-lines
- add ppod*-binaries to files-section
- Specfile autogenerated by cpanspec 1.78.




--- NEW FILE import.log ---
perl-Pod-PseudoPod-0_15-1_fc11:F-11:perl-Pod-PseudoPod-0.15-1.fc11.src.rpm:1261471842


--- NEW FILE perl-Pod-PseudoPod.spec ---
Name:           perl-Pod-PseudoPod
Version:        0.15
Release:        1%{?dist}
Summary:        Framework for extending the POD tags for book manuscripts
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pod-PseudoPod/
Source0:        http://search.cpan.org/CPAN/authors/id/A/AR/ARANDAL/Pod-PseudoPod-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(HTML::Entities)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Pod::Simple) >= 3.02
BuildRequires:  perl(Test::More)
Requires:       perl(Pod::Simple) >= 3.02
Requires:       perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
PseudoPod is an extended set of Pod tags used for book manuscripts.
Standard Pod doesn't have all the markup options you need to mark up files
for publishing production. PseudoPod adds a few extra tags for footnotes,
tables, sidebars, etc. For further information see Pod::PseudoPod::Tutorial.


%prep
%setup -q -n Pod-PseudoPod-%{version}


%build
%{__perl} Build.PL installdirs=vendor
./Build


%install
%{__rm} -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0

# Added to remove the waring messages from rpmlint
%{_fixperms} $RPM_BUILD_ROOT/*


%check
./Build test


%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes LICENSE README Todo
%{perl_vendorlib}/Pod/PseudoPod.pm
%{perl_vendorlib}/Pod/PseudoPod
%{_mandir}/man3/*
%{_bindir}/ppod2docbook
%{_bindir}/ppod2txt
%{_bindir}/ppodchecker
%{_bindir}/ppod2html


%changelog
* Mon Nov 30 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.15-1
- add perl_vendorlib files more explicit
- changed Summary-, Source0- and License-lines
- add ppod*-binaries to files-section
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-PseudoPod/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Dec 2009 19:46:28 -0000	1.1
+++ .cvsignore	22 Dec 2009 09:01:54 -0000	1.2
@@ -0,0 +1 @@
+Pod-PseudoPod-0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-PseudoPod/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Dec 2009 19:46:28 -0000	1.1
+++ sources	22 Dec 2009 09:01:55 -0000	1.2
@@ -0,0 +1 @@
+76fe8e9d26306574e805bff387ba4a23  Pod-PseudoPod-0.15.tar.gz




More information about the scm-commits mailing list