- update to 0.34 (for B::Hooks::EndOfScope 0.08)

- filter private Perl .so's
This commit is contained in:
Chris Weyl 2009-05-17 06:59:05 +00:00
parent 0b2af0677b
commit b60f4c802f
3 changed files with 13 additions and 3 deletions

View File

@ -1 +1 @@
Variable-Magic-0.32.tar.gz
Variable-Magic-0.34.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Variable-Magic
Version: 0.32
Version: 0.34
Release: 1%{?dist}
Summary: Associate user-defined magic to variables from Perl
License: GPL+ or Artistic
@ -16,6 +16,12 @@ BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Kwalitee)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# don't "provide" private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
%description
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as access,
@ -54,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat May 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.34-1
- update to 0.34 (for B::Hooks::EndOfScope 0.08)
- filter private Perl .so's
* Mon Mar 9 2009 Allisson Azevedo <allisson@gmail.com> - 0.32-1
- Update to 0.32

View File

@ -1 +1 @@
c2ff2f2ec88bbc291934a89e6fff06ed Variable-Magic-0.32.tar.gz
4c51e055f560083aaf9902ae655f08cb Variable-Magic-0.34.tar.gz