rpms/perl-Test-Signature/F-10 perl-Test-Signature.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Mon Dec 8 04:53:54 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Test-Signature/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7506/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Signature.spec 
Log Message:
initial import


--- NEW FILE perl-Test-Signature.spec ---
Name:           perl-Test-Signature
Version:        1.10
Release:        2%{?dist}
Summary:        Automated SIGNATURE testing
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Signature/
Source0:        http://www.cpan.org/authors/id/A/AU/AUDREYT/Test-Signature-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.004
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Builder) >= 0.17
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Module::Signature allows you to verify that a distribution has not been
tampered with. Test::Signature lets that be tested as part of the
distribution's test suite.

%prep
%setup -q -n Test-Signature-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Dec 07 2008 Iain Arnell <iarnell at gmail.com> 1.10-2
- remove explicit requires

* Fri Dec 05 2008 Iain Arnell 1.10-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Dec 2008 00:32:49 -0000	1.1
+++ .cvsignore	8 Dec 2008 04:53:23 -0000	1.2
@@ -0,0 +1 @@
+Test-Signature-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Dec 2008 00:32:49 -0000	1.1
+++ sources	8 Dec 2008 04:53:23 -0000	1.2
@@ -0,0 +1 @@
+0990c65388fb1d89d3459d406536de3c  Test-Signature-1.10.tar.gz




More information about the fedora-extras-commits mailing list