Rebuild for FC5 (perl 5.8.8).

epel9
Jose Pedro Oliveira 19 years ago
parent 559c536627
commit 2532f8f61b

@ -1,17 +1,17 @@
Name: perl-Devel-Cycle Name: perl-Devel-Cycle
Version: 1.04 Version: 1.04
Release: 3%{?dist} Release: 4%{?dist}
Summary: Find memory cycles in objects Summary: Find memory cycles in objects
Group: Development/Libraries Group: Development/Libraries
License: GPL or Artistic License: GPL or Artistic
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-1.04.tar.gz Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 1:5.6.1 BuildRequires: perl >= 1:5.6.1
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
This is a simple developer's tool for finding circular references in objects This is a simple developer's tool for finding circular references in objects
@ -36,7 +36,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w $RPM_BUILD_ROOT/*
%check || : %check
make test make test
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-4
- Rebuild for FC5 (perl 5.8.8).
* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-3 * Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-3
- Add dist tag. - Add dist tag.

Loading…
Cancel
Save