rpms/perl-Pod-Readme/devel perl-Pod-Readme.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri May 12 20:23:54 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Pod-Readme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12649/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Pod-Readme.spec 
Log Message:
auto-import perl-Pod-Readme-0.081-1 on branch devel from perl-Pod-Readme-0.081-1.src.rpm


--- NEW FILE perl-Pod-Readme.spec ---
Name:           perl-Pod-Readme
Version:        0.081
Release:        1%{?dist}
Summary:        Convert POD to README file
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pod-Readme/
Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod) >= 1.00
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Portability::Files)
# Core module that appears to be out of date.
#BuildRequires:  perl(Pod::Text) >= 3.0
Requires:       perl(Test::Pod) >= 1.00
Requires:       perl(Test::Pod::Coverage)
Requires:       perl(Test::Portability::Files)
# Core module that appears to be out of date.
#Requires:       perl(Pod::Text) >= 3.0
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a subclass of Pod::PlainText which provides additional POD
markup for generating README files.

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

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

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
DEVEL_TESTS=1 ./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri May 12 2006 Steven Pritchard <steve at kspei.com> 0.081-1
- Specfile autogenerated by cpanspec 1.66.
- Remove explicit perl dep.
- Set DEVEL_TESTS for "Build test".
- Add bindir and man1 to file list.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 May 2006 20:23:23 -0000	1.1
+++ .cvsignore	12 May 2006 20:23:54 -0000	1.2
@@ -0,0 +1 @@
+Pod-Readme-0.081.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 May 2006 20:23:23 -0000	1.1
+++ sources	12 May 2006 20:23:54 -0000	1.2
@@ -0,0 +1 @@
+ea05b9a09ad65fbbc1864ef3b2396e64  Pod-Readme-0.081.tar.gz




More information about the fedora-extras-commits mailing list