packages: perl-Test-MockModule/perl-Test-MockModule.spec (NEW) - new
zbyniu
zbyniu at pld-linux.org
Sun Jan 22 21:50:17 CET 2012
Author: zbyniu Date: Sun Jan 22 20:50:17 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- new
---- Files affected:
packages/perl-Test-MockModule:
perl-Test-MockModule.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/perl-Test-MockModule/perl-Test-MockModule.spec
diff -u /dev/null packages/perl-Test-MockModule/perl-Test-MockModule.spec:1.1
--- /dev/null Sun Jan 22 21:50:17 2012
+++ packages/perl-Test-MockModule/perl-Test-MockModule.spec Sun Jan 22 21:50:12 2012
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%define pdir Test
+%define pnam MockModule
+%include /usr/lib/rpm/macros.perl
+Summary: Test::MockModule - Override subroutines in a module for unit testing
+#Summary(pl.UTF-8):
+Name: perl-Test-MockModule
+Version: 0.05
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 1b013aeeb221f83e7f325a2f98169296
+URL: http://search.cpan.org/dist/Test-MockModule/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Test::MockModule lets you temporarily redefine subroutines in other
+packages for the purposes of unit testing.
+
+A Test::MockModule object is set up to mock subroutines for a given
+module. The object remembers the original subroutine so it can be
+easily restored. This happens automatically when all MockModule
+objects for the given module go out of scope, or when you unmock() the
+subroutine.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Test/*.pm
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2012/01/22 20:50:12 zbyniu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list