commit 0d4366f389c14361d86c7fc06d80919bfa9529a2
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Fri Jan 4 10:27:18 2013 -0700
update to 2.77
.gitignore | 1 +
perl-autobox.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ddc165..62404fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ autobox-2.55.tar.gz
/autobox-2.73.tar.gz
/autobox-2.75.tar.gz
/autobox-2.76.tar.gz
+/autobox-2.77.tar.gz
diff --git a/perl-autobox.spec b/perl-autobox.spec
index 76d8145..ccbb699 100644
--- a/perl-autobox.spec
+++ b/perl-autobox.spec
@@ -1,5 +1,5 @@
Name: perl-autobox
-Version: 2.76
+Version: 2.77
Release: 1%{?dist}
Summary: Call methods on native types
License: GPL+ or Artistic
@@ -27,16 +27,16 @@ blessed references.
%setup -q -n autobox-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
%check
make test
@@ -48,6 +48,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Fri Jan 04 2013 Iain Arnell <iarnell(a)gmail.com> 2.77-1
+- update to latest upstream version
+
* Fri Dec 07 2012 Iain Arnell <iarnell(a)gmail.com> 2.76-1
- update to latest upstream version
diff --git a/sources b/sources
index 5b32030..3867dc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5585c43340f3bd084cbfd79e394dee26 autobox-2.76.tar.gz
+c26f258bb1239b772c0ced094cbe75fc autobox-2.77.tar.gz