From 79a87351a59c57f85aa0924f8a700498e093b0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 22 Apr 2010 21:15:54 +0000 Subject: [PATCH] - Update to 0.63. - Sync with current rpmdevtools spec template. --- .cvsignore | 2 +- perl-Module-Signature.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 11fec7c..f9985c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Signature-0.61.tar.gz +Module-Signature-0.63.tar.gz diff --git a/perl-Module-Signature.spec b/perl-Module-Signature.spec index 96e7da6..f0c3fb2 100644 --- a/perl-Module-Signature.spec +++ b/perl-Module-Signature.spec @@ -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ä - 0.63-1 +- Update to 0.63. +- Sync with current rpmdevtools spec template. + * Mon Dec 7 2009 Stepan Kasal - 0.61-2 - rebuild against perl 5.10.1 diff --git a/sources b/sources index fe58f17..a90c56e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c427eef5fe985894ade3e676418b7c37 Module-Signature-0.61.tar.gz +49a961502c0786797dabfea9c7fd30c3 Module-Signature-0.63.tar.gz