- Make PAR::Dist dependency a Requires(hint).
This commit is contained in:
Ville Skyttä 2006-08-28 16:09:54 +00:00
parent bbe1e5bcc5
commit 4ba7b3215e
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
Module-Signature-0.54.tar.gz
Module-Signature-0.55.tar.gz

View File

@ -1,12 +1,12 @@
Name: perl-Module-Signature
Version: 0.54
Version: 0.55
Release: 1%{?dist}
Summary: CPAN signature management utilities and modules
Group: Development/Libraries
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
Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -14,7 +14,7 @@ BuildRequires: gnupg
BuildRequires: perl(Digest::SHA1)
Requires: gnupg
Requires: perl(Digest::SHA1)
Requires: perl(PAR::Dist)
Requires(hint): perl(PAR::Dist)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -24,11 +24,11 @@ checking and creating SIGNATURE files for Perl CPAN distributions.
%prep
%setup -q -n Module-Signature-%{version}
%{__perl} -pi -e 's/ if want_openpgp\(\);/ if 0;/' Makefile.PL
%build
PERL_AUTOINSTALL=--skipdeps %{__perl} Makefile.PL INSTALLDIRS=vendor
PERL_AUTOINSTALL=--skipdeps \
%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps
make %{?_smp_mflags}
@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Aug 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.55-1
- 0.55.
- Make PAR::Dist dependency a Requires(hint).
* Fri May 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.54-1
- 0.54, license changed to MIT.

View File

@ -1 +1 @@
f77964f0d5deb98ea7c1050a8b6a21a5 Module-Signature-0.54.tar.gz
0e2571a76c4bf37d61d9f24d71afbd77 Module-Signature-0.55.tar.gz