Hello community,
here is the log from the commit of package perl-Test-UseAllModules for
openSUSE:Factory checked in at 2014-03-18 15:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-UseAllModules (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-UseAllModules"
Changes:
--------
New Changes file:
--- /dev/null 2014-02-13 01:09:38.344032506 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new/perl-Test-UseAllModules.changes
2014-03-18 15:50:59.000000000 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Tue Mar 18 07:53:29 UTC 2014 - [email protected]
+
+- updated to 0.14
+ - Test::More version 2 support
+
+-------------------------------------------------------------------
+Thu Feb 17 14:30:42 CET 2011 - [email protected]
+
+- initial version (0.12)
+
New:
----
Test-UseAllModules-0.14.tar.gz
perl-Test-UseAllModules.changes
perl-Test-UseAllModules.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-UseAllModules.spec ++++++
#
# spec file for package perl-Test-UseAllModules
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Test-UseAllModules
Version: 0.14
Release: 0
%define cpan_name Test-UseAllModules
Summary: do use_ok() for all the MANIFESTed modules
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-UseAllModules/
Source:
http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
I'm sick of writing 00_load.t (or something like that) that'll do use_ok()
for every module I write. I'm sicker of updating 00_load.t when I add
another file to the distro. This module reads MANIFEST to find modules to
be tested and does use_ok() for each of them. Now all you have to do is
update MANIFEST. You don't have to modify the test any more (hopefully).
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]