rpms/perl-Module-Signature/devel .cvsignore, 1.5, 1.6 perl-Module-Signature.spec, 1.5, 1.6 sources, 1.5, 1.6

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Jan 20 18:57:38 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-Module-Signature/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21482/devel

Modified Files:
	.cvsignore perl-Module-Signature.spec sources 
Log Message:
* Fri Jan 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.52-1
- 0.52.
- Run non-live tests during build and make live ones optional, enabled
  when building with "--with livetests".



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	2 Jan 2006 16:41:41 -0000	1.5
+++ .cvsignore	20 Jan 2006 18:57:38 -0000	1.6
@@ -1 +1 @@
-Module-Signature-0.51.tar.gz
+Module-Signature-0.52.tar.gz


Index: perl-Module-Signature.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/perl-Module-Signature.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Module-Signature.spec	2 Jan 2006 16:41:41 -0000	1.5
+++ perl-Module-Signature.spec	20 Jan 2006 18:57:38 -0000	1.6
@@ -1,8 +1,12 @@
 # Must use expand to ensure mktemp is run only once
 %{expand: %%define mytempdir %(mktemp -d %{_tmppath}/tmp.XXXXXX)}
 
+# Yep, this is a noarch package, but this is to avoid debug*.list which
+# interfere with some of the signature tests.
+%define debug_package %{nil}
+
 Name:           perl-Module-Signature
-Version:        0.51
+Version:        0.52
 Release:        1%{?dist}
 Summary:        CPAN signature management utilities and modules
 
@@ -31,6 +35,7 @@
 
 %build
 mkdir -m 700 %{mytempdir}/_gnupg ; export GNUPGHOME=%{mytempdir}/_gnupg
+PERL_AUTOINSTALL=--skipdeps \
 %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
 make %{?_smp_mflags}
 
@@ -45,9 +50,7 @@
 
 %check
 export GNUPGHOME=%{mytempdir}/_gnupg
-for f in debug*.list ; do test -e $f && mv $f %{mytempdir} ; done
-# make test # would require network access
-for f in %{mytempdir}/debug*.list ; do test -e $f && mv $f . ; done
+make test %{!?_with_livetests:TEST_FILES=t/1-basic.t}
 
 
 %clean
@@ -56,13 +59,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS Changes README TODO *.pub
+%doc AUTHORS Changes README *.pub
 %{_bindir}/cpansign
 %{perl_vendorlib}/Module/
 %{_mandir}/man[13]/*.[13]*
 
 
 %changelog
+* Fri Jan 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.52-1
+- 0.52.
+- Run non-live tests during build and make live ones optional, enabled
+  when building with "--with livetests".
+
 * Mon Jan  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.51-1
 - 0.51.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	2 Jan 2006 16:41:41 -0000	1.5
+++ sources	20 Jan 2006 18:57:38 -0000	1.6
@@ -1 +1 @@
-c7d5381ac01308564ffee8c1b040f648  Module-Signature-0.51.tar.gz
+4f5ce59239561f1f0c29efb1b485744b  Module-Signature-0.52.tar.gz




More information about the fedora-extras-commits mailing list