From 493cc2ddadca07621c891a1aa432561076945570 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sat, 6 Oct 2012 20:32:04 +0200 Subject: [PATCH] Update to 0.52 and clean up spec file --- .gitignore | 1 + perl-File-Map.spec | 16 ++++++---------- sources | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 76a4b07..caa20d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /File-Map-0.31.tar.gz /File-Map-0.51.tar.gz +/File-Map-0.52.tar.gz diff --git a/perl-File-Map.spec b/perl-File-Map.spec index 0e76069..9a2635d 100644 --- a/perl-File-Map.spec +++ b/perl-File-Map.spec @@ -1,12 +1,11 @@ Name: perl-File-Map -Version: 0.51 -Release: 3%{?dist} +Version: 0.52 +Release: 1%{?dist} Summary: Memory mapping made simple and safe License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Map/ Source0: http://www.cpan.org/authors/id/L/LE/LEONT/File-Map-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 0:5.008 BuildRequires: perl(Module::Build) # Run-time @@ -46,8 +45,6 @@ chmod -x examples/fastsearch.pl %install -rm -rf $RPM_BUILD_ROOT - ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; @@ -59,12 +56,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; ./Build test -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc Changes examples LICENSE README %{perl_vendorarch}/auto/* %{perl_vendorarch}/File* @@ -72,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 06 2012 Emmanuel Seyman - 0.52-1 +- Update to 0.52 +- Clean up spec file + * Fri Jul 20 2012 Fedora Release Engineering - 0.51-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 44f2eae..f85306d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ac4174feb1801755e52a10fd5aca889 File-Map-0.51.tar.gz +a4bef7fcb5acce3747deceab10a68227 File-Map-0.52.tar.gz