rpms/perl-Module-Install/devel perl-Module-Install.spec,1.6,1.7

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Dec 30 07:45:37 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Module-Install/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv775/devel

Modified Files:
	perl-Module-Install.spec 
Log Message:
* Sun Dec 30 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.67-2
- BR: perl(Test::More), perl(CPAN) (BZ 419631).
- Remove TEST_POD (Unused).
- Add AUTOMATED_TESTING.
- BR: perl(Test::Pod) for AUTOMATED_TESTING.
- Adjust License-tag.



Index: perl-Module-Install.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Module-Install.spec	19 May 2007 16:14:18 -0000	1.6
+++ perl-Module-Install.spec	30 Dec 2007 07:44:52 -0000	1.7
@@ -1,8 +1,8 @@
 Name:           perl-Module-Install
 Version:        0.67
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Standalone, extensible Perl module installer
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Install/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
@@ -18,6 +18,10 @@
 #BuildRequires:  perl(YAML) >= 0.35
 #BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(YAML::Tiny) >= 1.03
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(Test::Pod)
+
 Requires:       perl(Module::Build)
 Requires:       perl(Module::CoreList)
 Requires:       perl(Module::ScanDeps) >= 0.28
@@ -51,7 +55,7 @@
 find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
 
 %check
-make test TEST_POD=1
+make test AUTOMATED_TESTING=1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,6 +67,13 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 30 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.67-2
+- BR: perl(Test::More), perl(CPAN) (BZ 419631).
+- Remove TEST_POD (Unused).
+- Add AUTOMATED_TESTING.
+- BR: perl(Test::Pod) for AUTOMATED_TESTING.
+- Adjust License-tag.
+
 * Fri May 18 2007 Steven Pritchard <steve at kspei.com> 0.67-1
 - Update to 0.67.
 - BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.




More information about the fedora-extras-commits mailing list