|
|
@ -1,19 +1,27 @@
|
|
|
|
Name: perl-Devel-Cycle
|
|
|
|
Name: perl-Devel-Cycle
|
|
|
|
Version: 1.11
|
|
|
|
Version: 1.12
|
|
|
|
Release: 17%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Find memory cycles in objects
|
|
|
|
Summary: Find memory cycles in objects
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
URL: http://search.cpan.org/dist/Devel-Cycle/
|
|
|
|
URL: http://search.cpan.org/dist/Devel-Cycle/
|
|
|
|
Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-%{version}.tar.gz
|
|
|
|
Patch0: perl-Devel-Cycle-1.11-512.patch
|
|
|
|
Patch0: Devel-Cycle-1.11-512.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
# Module Build
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
# Module Runtime
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
BuildRequires: perl(PadWalker) >= 1.0
|
|
|
|
BuildRequires: perl(PadWalker) >= 1.0
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
# Test Suite
|
|
|
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
# Runtime
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(PadWalker) >= 1.0
|
|
|
|
Requires: perl(PadWalker) >= 1.0
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +32,8 @@ based memory management, circular references will cause memory leaks.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Devel-Cycle-%{version}
|
|
|
|
%setup -q -n Devel-Cycle-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Fix a Perl 5.12 incompatibility (#757274, CPAN RT#56681)
|
|
|
|
%patch0 -p1 -b .512
|
|
|
|
%patch0 -p1 -b .512
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -33,17 +43,23 @@ make %{?_smp_mflags}
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/Devel/
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/Devel::Cycle.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 14 2014 Paul Howarth <paul@city-fan.org> - 1.12-1
|
|
|
|
|
|
|
|
- Update to 1.12
|
|
|
|
|
|
|
|
- Moved to GitHub at https://github.com/lstein/Devel-Cycle
|
|
|
|
|
|
|
|
- Classify buildreqs by usage
|
|
|
|
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-17
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-17
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|
|
|