- auto-update to 0.37 (by cpan-spec-update 0.01)
This commit is contained in:
parent
7224a5aff1
commit
4bc70e23ce
@ -1 +1 @@
|
||||
Variable-Magic-0.34.tar.gz
|
||||
Variable-Magic-0.37.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: perl-Variable-Magic
|
||||
Version: 0.34
|
||||
Release: 2%{?dist}
|
||||
Version: 0.37
|
||||
Release: 1%{?dist}
|
||||
Summary: Associate user-defined magic to variables from Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Variable-Magic/
|
||||
Source0: http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -16,11 +16,7 @@ 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}"
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
Magic is Perl way of enhancing objects. This mechanism let the user add
|
||||
@ -60,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.37-1
|
||||
- auto-update to 0.37 (by cpan-spec-update 0.01)
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user