- Update to 0.63.
- Sync with current rpmdevtools spec template.
This commit is contained in:
parent
b475e4bfc9
commit
79a87351a5
@ -1 +1 @@
|
||||
Module-Signature-0.61.tar.gz
|
||||
Module-Signature-0.63.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: perl-Module-Signature
|
||||
Version: 0.61
|
||||
Release: 2%{?dist}
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: CPAN signature management utilities and modules
|
||||
|
||||
Group: Development/Libraries
|
||||
License: CC0
|
||||
URL: http://search.cpan.org/dist/Module-Signature/
|
||||
Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Module-Signature-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -36,10 +36,10 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -a -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
make pure_install DESTDIR=$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
|
||||
@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 23 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.63-1
|
||||
- Update to 0.63.
|
||||
- Sync with current rpmdevtools spec template.
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.61-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user