rpms/perl-Module-Signature/FC-5 .cvsignore, 1.7, 1.8 perl-Module-Signature.spec, 1.7, 1.8 sources, 1.7, 1.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri May 12 20:18:55 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-Module-Signature/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12352/FC-5

Modified Files:
	.cvsignore perl-Module-Signature.spec sources 
Log Message:
* Fri May 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.54-1
- 0.54, license changed to MIT.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	1 Feb 2006 20:43:25 -0000	1.7
+++ .cvsignore	12 May 2006 20:18:54 -0000	1.8
@@ -1 +1 @@
-Module-Signature-0.53.tar.gz
+Module-Signature-0.54.tar.gz


Index: perl-Module-Signature.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/FC-5/perl-Module-Signature.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Module-Signature.spec	1 Feb 2006 20:43:25 -0000	1.7
+++ perl-Module-Signature.spec	12 May 2006 20:18:54 -0000	1.8
@@ -1,17 +1,10 @@
-# 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.53
+Version:        0.54
 Release:        1%{?dist}
 Summary:        CPAN signature management utilities and modules
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        MIT
 URL:            http://search.cpan.org/dist/Module-Signature/
 Source0:        http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,12 +24,11 @@
 
 %prep
 %setup -q -n Module-Signature-%{version}
+%{__perl} -pi -e 's/ if want_openpgp\(\);/ if 0;/' Makefile.PL
 
 
 %build
-mkdir -m 700 %{mytempdir}/_gnupg ; export GNUPGHOME=%{mytempdir}/_gnupg
-PERL_AUTOINSTALL=--skipdeps \
-%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
+PERL_AUTOINSTALL=--skipdeps %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
@@ -49,12 +41,11 @@
 
 
 %check
-export GNUPGHOME=%{mytempdir}/_gnupg
-make test %{!?_with_livetests:TEST_FILES=t/1-basic.t}
+make test
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT %{mytempdir}
+rm -rf $RPM_BUILD_ROOT
 
 
 %files
@@ -66,6 +57,9 @@
 
 
 %changelog
+* Fri May 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.54-1
+- 0.54, license changed to MIT.
+
 * Wed Feb  1 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.53-1
 - 0.53.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Signature/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	1 Feb 2006 20:43:25 -0000	1.7
+++ sources	12 May 2006 20:18:54 -0000	1.8
@@ -1 +1 @@
-245d8ed867615e3f15a2a7f36b4d2f89  Module-Signature-0.53.tar.gz
+f77964f0d5deb98ea7c1050a8b6a21a5  Module-Signature-0.54.tar.gz




More information about the fedora-extras-commits mailing list