rpms/perl-CPANPLUS-Shell-Default-Plugins-Diff/devel import.log, NONE, 1.1 perl-CPANPLUS-Shell-Default-Plugins-Diff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Feb 18 21:06:22 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Diff/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4218/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CPANPLUS-Shell-Default-Plugins-Diff.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-CPANPLUS-Shell-Default-Plugins-Diff-0_01-2_fc10:HEAD:perl-CPANPLUS-Shell-Default-Plugins-Diff-0.01-2.fc10.src.rpm:1234991137


--- NEW FILE perl-CPANPLUS-Shell-Default-Plugins-Diff.spec ---
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 <cweyl at alumni.drew.edu> 0.01-2
- update for submission
- add explicit requires on perl(CPANPLUS::Shell::Default)

* Wed Oct 24 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Diff/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 20:20:22 -0000	1.1
+++ .cvsignore	18 Feb 2009 21:05:51 -0000	1.2
@@ -0,0 +1 @@
+CPANPLUS-Shell-Default-Plugins-Diff-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Diff/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 20:20:22 -0000	1.1
+++ sources	18 Feb 2009 21:05:51 -0000	1.2
@@ -0,0 +1 @@
+0d8ad0864a840a7ae2654953c2d0f380  CPANPLUS-Shell-Default-Plugins-Diff-0.01.tar.gz




More information about the Fedora-perl-devel-list mailing list