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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Oct 2 17:10:13 UTC 2005


Author: corsepiu

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

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


--- NEW FILE perl-Pod-Tests.spec ---
Name: 		perl-Pod-Tests
Version: 	0.18
Release: 	1%{?dist}
Summary: 	Extract embedded tests and code examples from POD
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Pod-Tests/
Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Pod-Tests-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

BuildRequires:	perl(Test::Pod) >= 1.00

%description
Pod::Tests extracts embedded tests and code examples from POD.
pod2test convert embedded tests and code examples to .t files. 

%prep
%setup -q -n Pod-Tests-%{version}
chmod -x Changes

%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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

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

%changelog
* Fri Sep 23 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.18-1
- FE submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Tests/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2005 17:08:29 -0000	1.1
+++ .cvsignore	2 Oct 2005 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+Pod-Tests-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Tests/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2005 17:08:29 -0000	1.1
+++ sources	2 Oct 2005 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+dab7e41c23a1c01fa3e96f6237781dda  Pod-Tests-0.18.tar.gz




More information about the fedora-extras-commits mailing list