[perl-Devel-REPL] update to 1.003012

Iain Arnell iarnell at fedoraproject.org
Sun Oct 3 05:52:02 UTC 2010


commit 34f909066855e4858af397375fea5b41300b844b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 3 07:51:58 2010 +0200

    update to 1.003012

 .gitignore           |    1 +
 perl-Devel-REPL.spec |   14 ++++++--------
 sources              |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d61275..ad162f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Devel-REPL-1.003011.tar.gz
+/Devel-REPL-1.003012.tar.gz
diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index 587f671..4d7aa98 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -1,12 +1,11 @@
 Name:           perl-Devel-REPL
-Version:        1.003011
+Version:        1.003012
 Release:        1%{?dist}
 Summary:        Modern perl interactive shell
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Devel-REPL/
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Devel-REPL-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Devel-REPL-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -50,8 +49,6 @@ of code without the need to create a temporary source code file.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -62,9 +59,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README examples
@@ -73,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 03 2010 Iain Arnell <iarnell at gmail.com> 1.003012-1
+- update to latest upstream
+- clean up spec for modern rpmbuild
+
 * Wed Jun 16 2010 Iain Arnell <iarnell at gmail.com> 1.003011-1
 - update to latest upstream
 
diff --git a/sources b/sources
index c6e3a0f..b1d2198 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-208ed289569e111bc0bf26be1ea50dc9  Devel-REPL-1.003011.tar.gz
+bff993f2799b2e2cfbc89fbb74607106  Devel-REPL-1.003012.tar.gz


More information about the scm-commits mailing list