rpms/perl-Test-Spelling/devel perl-Test-Spelling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Wed Dec 20 09:19:32 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Test-Spelling/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19091/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Spelling.spec 
Log Message:
auto-import perl-Test-Spelling-0.11-1 on branch devel from perl-Test-Spelling-0.11-1.src.rpm


--- NEW FILE perl-Test-Spelling.spec ---
Name:           perl-Test-Spelling
Version:        0.11
Release:        1%{?dist}
Summary:        Check for spelling errors in POD files

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Test-Spelling/
Source0:        http://www.cpan.org/authors/id/I/IT/ITUB/Test-Spelling-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Pod::Spell) >= 1.01
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       aspell

%description
"Test::Spelling" lets you check the spelling of a POD file, and report
its results in standard "Test::Simple" fashion. This module requires the
spell program.


%prep
%setup -q -n Test-Spelling-%{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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/*.3pm*


%changelog
* Tue Dec 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.11-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Dec 2006 09:18:30 -0000	1.1
+++ .cvsignore	20 Dec 2006 09:19:02 -0000	1.2
@@ -0,0 +1 @@
+Test-Spelling-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Spelling/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2006 09:18:30 -0000	1.1
+++ sources	20 Dec 2006 09:19:02 -0000	1.2
@@ -0,0 +1 @@
+1820e1248bf5dfba6139b6812a5f92ae  Test-Spelling-0.11.tar.gz




More information about the fedora-extras-commits mailing list