rpms/perl-Test-Mock-LWP/devel import.log, NONE, 1.1 perl-Test-Mock-LWP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Mon Jun 23 19:04:23 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Test-Mock-LWP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26089/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Mock-LWP.spec 
Log Message:
Initial Import


--- NEW FILE import.log ---
perl-Test-Mock-LWP-0_05-1_el5:HEAD:perl-Test-Mock-LWP-0.05-1.el5.src.rpm:1214247801


--- NEW FILE perl-Test-Mock-LWP.spec ---
Name:           perl-Test-Mock-LWP
Version:        0.05
Release:        1%{?dist}
Summary:        Easy mocking of LWP packages
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Mock-LWP/
Source0:        http://archive.cpan.cz//authors/id/L/LU/LUKEC/Test-Mock-LWP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::MockObject) >= 1.08
BuildRequires:  perl(Test::More) >= 0.42
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This package arises from duplicating the same code to mock LWP et al in
several different modules I've written. This version is very minimalist,
but works for my needs so far. I'm very open to new suggestions and
improvements.


%prep
%setup -q -n Test-Mock-LWP-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Mon Jun 16 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.05-1
- Specfile autogenerated by cpanspec 1.75.
- Fixed dependencies
- Fixed strings


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Mock-LWP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jun 2008 15:45:26 -0000	1.1
+++ .cvsignore	23 Jun 2008 19:03:38 -0000	1.2
@@ -0,0 +1 @@
+Test-Mock-LWP-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Mock-LWP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jun 2008 15:45:26 -0000	1.1
+++ sources	23 Jun 2008 19:03:38 -0000	1.2
@@ -0,0 +1 @@
+2496324cd4474966269847836770b7a0  Test-Mock-LWP-0.05.tar.gz




More information about the fedora-extras-commits mailing list