rpms/perl-Git-CPAN-Patch/devel import.log, NONE, 1.1 perl-Git-CPAN-Patch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sat Mar 28 07:15:32 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28608/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Git-CPAN-Patch.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Git-CPAN-Patch-0_1_4-2_fc10:HEAD:perl-Git-CPAN-Patch-0.1.4-2.fc10.src.rpm:1238224490


--- NEW FILE perl-Git-CPAN-Patch.spec ---
Name:           perl-Git-CPAN-Patch
Version:        0.1.4
Release:        2%{?dist}
Summary:        Patch CPAN modules using Git
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Git-CPAN-Patch/
Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{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(autodie)
BuildRequires:  perl(CPANPLUS)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Parse::BACKPAN::Packages)
# testing
BuildRequires:  perl(Test::More)

%description
Git::CPAN::Patch provides a suite of git commands aimed at making trivially
easy the process of grabbing any distribution off CPAN, stuffing it in a
local git repository and, once gleeful hacking has been perpetrated,
sending back patches to its maintainer.

This package provides the backend Perl modules required.  For the git
commands, etc, please install the git-cpan-patch package.

%package -n git-cpan-patch
Summary:        Patch CPAN modules using Git
License:        GPL+ or Artistic
Group:          Development/Tools
Requires:       perl-Git-CPAN-Patch = %{version}-%{release}

Requires:       git, git-email

%description -n git-cpan-patch
git-cpan-patch provides a suite of git commands aimed at making trivially
easy the process of grabbing any distribution off CPAN, stuffing it in a
local git repository and, once gleeful hacking has been perpetrated,
sending back patches to its maintainer.


%prep
%setup -q -n Git-CPAN-Patch-%{version}

%build
echo y | %{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

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

%files -n git-cpan-patch
%defattr(-,root,root,-)
%doc Changes README
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Mar 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.1.4-2
- break into main package + git-cpan-patch

* Fri Mar 06 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.1.4-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Mar 2009 20:39:35 -0000	1.1
+++ .cvsignore	28 Mar 2009 07:15:02 -0000	1.2
@@ -0,0 +1 @@
+Git-CPAN-Patch-0.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Mar 2009 20:39:35 -0000	1.1
+++ sources	28 Mar 2009 07:15:02 -0000	1.2
@@ -0,0 +1 @@
+3ca356d3896cf37a7133301fc9678ff2  Git-CPAN-Patch-0.1.4.tar.gz




More information about the fedora-extras-commits mailing list