This commit is contained in:
Ville Skyttä 2005-08-10 14:16:06 +00:00
parent 0b6a59bf1e
commit c7732955f0
3 changed files with 15 additions and 9 deletions

View File

@ -1 +1 @@
Module-Signature-0.44.tar.gz Module-Signature-0.45.tar.gz

View File

@ -2,19 +2,22 @@
%{expand: %%define mytempdir %(mktemp -d %{_tmppath}/tmp.XXXXXX)} %{expand: %%define mytempdir %(mktemp -d %{_tmppath}/tmp.XXXXXX)}
Name: perl-Module-Signature Name: perl-Module-Signature
Version: 0.44 Version: 0.45
Release: 2 Release: 1%{?dist}
Summary: CPAN signature management utilities and modules Summary: CPAN signature management utilities and modules
Group: Development/Libraries Group: Development/Libraries
License: GPL or Artistic License: GPL or Artistic
URL: http://search.cpan.org/dist/Module-Signature/ URL: http://search.cpan.org/dist/Module-Signature/
Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-0.44.tar.gz Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 1:5.6.1, perl(Digest::SHA1), gnupg BuildRequires: gnupg
Requires: gnupg, perl(PAR::Dist), perl(Digest::SHA1) BuildRequires: perl(Digest::SHA1)
Requires: gnupg
Requires: perl(Digest::SHA1)
Requires: perl(PAR::Dist)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
@ -40,7 +43,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w $RPM_BUILD_ROOT/*
%check || : %check
export GNUPGHOME=%{mytempdir}/_gnupg export GNUPGHOME=%{mytempdir}/_gnupg
for f in debug*.list ; do test -e $f && mv $f %{mytempdir} ; done for f in debug*.list ; do test -e $f && mv $f %{mytempdir} ; done
# make test # would require network access # make test # would require network access
@ -55,11 +58,14 @@ rm -rf $RPM_BUILD_ROOT %{mytempdir}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS Changes README TODO *.pub %doc AUTHORS Changes README TODO *.pub
%{_bindir}/cpansign %{_bindir}/cpansign
%{perl_vendorlib}/Module %{perl_vendorlib}/Module/
%{_mandir}/man[13]/*.[13]* %{_mandir}/man[13]/*.[13]*
%changelog %changelog
* Wed Aug 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.45-1
- 0.45.
* Thu Apr 7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.44-2 * Thu Apr 7 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.44-2
- Drop Epoch: 0 and 0.fdr. release prefix. - Drop Epoch: 0 and 0.fdr. release prefix.

View File

@ -1 +1 @@
f1928d481376c1402878890feec26a1f Module-Signature-0.44.tar.gz c74843d4e7f4da911edcf7becf32b9c8 Module-Signature-0.45.tar.gz