rpms/perl-CPANPLUS-Shell-Default-Plugins-Changes/F-10 import.log, NONE, 1.1 perl-CPANPLUS-Shell-Default-Plugins-Changes.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:40 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Changes/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4629/F-10

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


--- NEW FILE import.log ---
perl-CPANPLUS-Shell-Default-Plugins-Changes-0_02-1_fc10:F-10:perl-CPANPLUS-Shell-Default-Plugins-Changes-0.02-1.fc10.src.rpm:1234991159


--- NEW FILE perl-CPANPLUS-Shell-Default-Plugins-Changes.spec ---
Name:       perl-CPANPLUS-Shell-Default-Plugins-Changes 
Version:    0.02 
Release:    1%{?dist}
# lib/CPANPLUS/Shell/Default/Plugins/Changes.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    View a module's Changes file from the CPANPLUS shell 
Source:     http://search.cpan.org/CPAN/authors/id/A/AR/ARJEN/CPANPLUS-Shell-Default-Plugins-Changes-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/CPANPLUS-Shell-Default-Plugins-Changes
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(CPANPLUS) >= 0.059
# testing...
BuildRequires: perl(Test::More)

# not automagically picked up, but useless w/o
Requires:      perl(CPANPLUS::Shell::Default)

%description
This plugin allows you to display the Changes (or Changelog, ChangeLog,
etc) file of a module to get an overview of what (according to the
maintainer) has changed.



%prep
%setup -q -n CPANPLUS-Shell-Default-Plugins-Changes-%{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 Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Feb 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-1
- update for submission
- add explicit requires on perl(CPANPLUS::Shell::Default)

* Mon Feb 16 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Changes/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 20:21:16 -0000	1.1
+++ .cvsignore	18 Feb 2009 21:06:10 -0000	1.2
@@ -0,0 +1 @@
+CPANPLUS-Shell-Default-Plugins-Changes-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS-Shell-Default-Plugins-Changes/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 20:21:16 -0000	1.1
+++ sources	18 Feb 2009 21:06:10 -0000	1.2
@@ -0,0 +1 @@
+3a828b717dc6c2bbb455956212978507  CPANPLUS-Shell-Default-Plugins-Changes-0.02.tar.gz




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