- update to 0.22
This commit is contained in:
parent
6e692987bc
commit
38b4d61f8f
@ -1 +1 @@
|
||||
Moose-0.21.tar.gz
|
||||
Moose-0.22.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Moose
|
||||
Version: 0.21
|
||||
Version: 0.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Complete modern object system for Perl 5
|
||||
License: GPL or Artistic
|
||||
@ -64,6 +64,8 @@ Perl 6 OO. So instead of switching to Ruby, I wrote Moose :)
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build
|
||||
|
||||
find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} +
|
||||
|
||||
# Filter unwanted Provides:
|
||||
cat << \EOF > %{name}-prov
|
||||
#!/bin/sh
|
||||
@ -95,6 +97,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.22-1
|
||||
- update to 0.22
|
||||
|
||||
* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
|
||||
- update to 0.21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user