Name: perl-CPANPLUS-Shell-Default-Plugins-Diff Version: 0.01 Release: 2%{?dist} Summary: Diff module versions from the CPANPLUS shell License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPANPLUS-Shell-Default-Plugins-Diff/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/CPANPLUS-Shell-Default-Plugins-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(CPANPLUS) >= 0.059 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Params::Check) >= 0.23 BuildRequires: perl(Test::More) BuildRequires: perl(Text::Diff) # not automagically picked up, but useless w/o it Requires: perl(CPANPLUS::Shell::Default) %description This plugin allows you to diff 2 versions of modules from within the CPANPLUS shell and see what code changes have taken place. %prep %setup -q -n CPANPLUS-Shell-Default-Plugins-Diff-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Feb 17 2009 Chris Weyl 0.01-2 - update for submission - add explicit requires on perl(CPANPLUS::Shell::Default) * Wed Oct 24 2007 Chris Weyl 0.01-1 - Specfile autogenerated by cpanspec 1.73.