%define upstream_name Test-Fixme %define upstream_version 0.10 Name: perl-%{upstream_name} Version: %perl_convert_version %{upstream_version} Release: 3 Summary: Check code for FIXMEs License: GPL+ or Artistic Group: Development/Perl Url: http://search.cpan.org/dist/%{upstream_name} Source0: http://www.cpan.org/modules/by-module/Test/Test-Fixme-%{upstream_version}.tar.gz BuildRequires: perl-devel BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Finder) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) BuildArch: noarch %description When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIXME - add checking of user priviledges here. %prep %setup -q -n %{upstream_name}-%{upstream_version} %build perl Makefile.PL INSTALLDIRS=vendor %make %check %make test %install %makeinstall_std %files %doc Changes META.yml README %{_mandir}/man3/* %{perl_vendorlib}/* %changelog * Sat Apr 23 2011 Funda Wang 0.40.0-2mdv2011.0 + Revision: 656825 - rebuild for updated spec-helper * Wed Aug 25 2010 Jérôme Quelin 0.40.0-1mdv2011.0 + Revision: 573163 - import perl-Test-Fixme